|
From: Stan C. <sdc...@gm...> - 2008-05-21 13:43:16
|
OK. What is meant by the compatability package? and the wx package.
How do I set up to use those instead?
Thanks
Stan Cook
********************************************************************************
C:\Python25\Lib\site-packages\watsup\tools>python wxShowWindows.py
wxShowWindows.py:10: DeprecationWarning: The wxPython compatibility
package is no longer automatically generated or actively maintained.
Please switch to the wx package as soon as possible.
from wxPython import *
Traceback (most recent call last):
File "wxShowWindows.py", line 16, in <module>
class BoaApp(wxApp):
NameError: name 'wxApp' is not defined
************************************************************************************
On Wed, May 21, 2008 at 2:55 AM, Erik Vårdal Itland <er...@ho...> wrote:
> Had a similar problem yesterday. After a little research I found this:
>
> http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3616195
>
> (Just changed two strings in one file, and then it worked.)
>
> Hth,
>
> Erik Itland
>
>
> ________________________________
> Få Hotmail du også. Windows Live Hotmail nå med 5000 MB gratis
> lagringsplass.
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Watsup-users mailing list
> Wat...@li...
> https://lists.sourceforge.net/lists/listinfo/watsup-users
>
>
|