error with wxPython2.8-win32-unicode-2.8.7.1-py25.exe

Enrico 4564 at 755189.45
Wed Dec 19 09:22:59 EST 2007


"Emmanuel" <manouchk at gmail.com> ha scritto nel messaggio
news:ff1c0905-f288-4e8d-9f2a-56a57eda1498 at j20g2000hsi.googlegroups.com...
> I recently upgraded wxpython (and python) on XP using wxPython2.8-
> win32-unicode-2.8.7.1-py25.exe
>
> Now when I run
>
> from wxPython.wx import *
>
> It crashes :

On my win2k with 2.8.4.0 I got:

>>> from wxPython.wx import *

Warning (from warnings module):
  File "__main__", line 1
DeprecationWarning: The wxPython compatibility package is no longer
automatically generated or actively maintained.  Please switch to the wx
package as soon as possible.

I suggest you to try
>>> from wx import *
or better
>>> import wx
(I don't think that importing everything is a good choice)

Enrico





More information about the Python-list mailing list