Re: problem with interpreter

2008-09-11 Thread Diez B. Roggisch
chusky wrote: > Hi ! > > I have Python installed on C:\Python25 > Yesterday I added new "wx" library to the Python > > when I run C:\Python25\python.exe from the command line there is a > problem with finding libraries: > > C:\Python25>python.exe > Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:4

Re: problem with interpreter

2008-09-11 Thread Fredrik Lundh
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 modul