Re: where to find wx package

2007-01-05 Thread siggi
Thanks to you, too, Robert! siggi "Robert Kern" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > 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 g

Re: where to find wx package

2007-01-05 Thread siggi
Thanks Rob! siggi "Rob Williscroft" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > siggi wrote in news:[EMAIL PROTECTED] in > comp.lang.python: > >> Hi all, >> >> a newbie question: >> >> I have a program gui03A.py using wxPython, importing it such: >> "from wxPython.wx impo

Re: where to find wx package

2007-01-05 Thread Rob Williscroft
siggi wrote in news:[EMAIL PROTECTED] in comp.lang.python: > 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

Re: where to find wx package

2007-01-05 Thread Robert Kern
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 automatica

where to find wx package

2007-01-05 Thread siggi
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