problem with interpreter

Fredrik Lundh fredrik at pythonware.com
Thu Sep 11 08:39:10 EDT 2008


chusky wrote:

>   File "C:\Python25\Lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",
> line 5, in <
> module>
>     import new
>   File "new.py", line 1
>     import
>          ^
> SyntaxError: invalid syntax

wxPython tries to import the module "new" from Python's standard 
library, but picks up a broken module named "new.py" from your 
development directory instead.

</F>




More information about the Python-list mailing list