On Sunday 09 October 2005 19:26, [EMAIL PROTECTED] wrote: > On Sunday 09 October 2005 19:22, Ed Leafe wrote: > > On Oct 9, 2005, at 7:18 PM, [EMAIL PROTECTED] wrote: > > > File > > > "/usr/lib/python2.4/site-packages/Dabo-0.4.2-py2.4.egg/dabo/ui/uiwx/ > > > __init__.py", > > > line 31, in ? > > > _platform = wx.PlatformInfo[1] > > > AttributeError: 'module' object has no attribute 'PlatformInfo' > > > > Try this from the Python prompt: > > >>> import wx > > >>> print wx.__version__ > > > > What do you get? > > > >>> import wx > >>> print wx.__version__ > > File "<stdin>", line 1 > print wx.__version__ > ^ > SyntaxError: invalid syntax
Ah, had a conflict, it's working now. Thanks for fast response! -- Steve _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
