siggi wrote: > Hi all, > > a newbie question: > > I have a program gui03A.py using wxPython, importing it such: > "from wxPython.wx import *" > > The program works, but I get the warning message: > > "gui03A.py:4: DeprecationWarning: The wxPython compatibility package is no > longer automatically generated or activly maintained. Please switch to the > wx package as soon as possible." > > However, after extensive searching on www.python.org and Googling the web, I > do not find any package with "wx" as its only name. > > Where can I get the wx package (for win32 XP)?
It's the same project (from the people at www.wxpython.org), they just renamed the package. You already have it installed. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list