Open GoogleCodeExporter opened 8 years ago
You need at least wxPython version 2.8.11:
>>> import wx
>>> wx.version()
'2.8.11.0 (gtk2-unicode)'
Remove files psp.py and psp.pyc and it should start fine (with PSP disabled,
but it is not essential)
Let me know if that work
Original comment by reingart@gmail.com
on 11 Aug 2011 at 11:10
Also, there is a new version (0.06) commited that should support your wx
version (see repository)
Original comment by reingart@gmail.com
on 11 Aug 2011 at 11:45
>>> import wx
>>> wx.version()
'2.8.10.1 (gtk2-unicode)'
>>>
Original comment by Ovidio...@gmail.com
on 12 Aug 2011 at 11:55
Did you test the latest version?
http://code.google.com/p/rad2py/downloads/detail?name=rad2py-0.06b.zip&can=2&q=
Remove psp.py if it keep throwing the exception
Original comment by reingart@gmail.com
on 12 Aug 2011 at 3:32
[deleted comment]
I followed instructions (remove psp.py) with the last development version of
rad2py and I am having a similar error message (created a new issue 14 by
mistake):
Traceback (most recent call last):
File "./main.py", line 1129, in <module>
app = MainApp(redirect=False)
File "/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "./main.py", line 1062, in OnInit
shadowcolour=wx.ColourDatabase().Find("yellow"),
TypeError: __init__() got an unexpected keyword argument 'agwStyle'
My system config:
web2py trunk
mercurial rad2py updated to Revision: 059305884ee8
wx 2.8.10.1 (gtk2-unicode)
Python 2.6.5
(wx and Python were installed with Mandriva .rpm packages)
Original comment by spame...@gmail.com
on 31 Mar 2012 at 1:09
Your version of wxPython is too old. For Ubuntu/Debian, follow the
instructions at:
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
Original comment by sh...@faultymonk.org
on 23 May 2012 at 12:45
on OSX wxPython version 2.8 is only 32bit so it is not working, and wersion 2.9
with 64bit suport is currently not supported,
i changed version to 2.9 and program started with following error
Unhandled Error: AttributeError: 'PyAUIFrame' object has no attribute
'debugging'
Original comment by ibrka...@gmail.com
on 17 Oct 2012 at 8:20
Issue 14 has been merged into this issue.
Original comment by reingart@gmail.com
on 2 Feb 2013 at 8:16
Original issue reported on code.google.com by
Ovidio...@gmail.com
on 11 Aug 2011 at 4:57