Thanks to all who are testing this project! Sorry for the inconveniences with wxPython, it seem that 2.8.10 is too old to run the Advanced User Interface (AUI), I'll look forward this in the wx mailing list to see if there is a workaround. I'm testing this with wxPython 2.8.11 and 2.8.12 (the current stable release) and it is working fine in Ubuntu 11.04 and Windows 7 / XP, I'll get a Mac and test it more deeply.
BTW, If you have problems you can even delete non essential files (the missing features will be disabled): * psp.py: personal software process support (helpful to track defects and times, but not really needed) * browser.py: embedded webbrowser (you can use external one) * repo.py: mercurial repository support (only needed if you really want to use hg from the IDE) Please, use the latest version (cloning the googlecode repo, if not, check downloads section) and if you can, submit an issue in the project site so we don't bother other web2py users ;-) http://code.google.com/p/rad2py/issues/list http://code.google.com/p/rad2py/downloads Thanks again and best regards Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Fri, Aug 12, 2011 at 10:34 AM, Johann Spies <[email protected]> wrote: > On Debian Linux I get: > > > % python main.py > Traceback (most recent call last): > File "main.py", line 777, in <module> > app = MainApp(redirect=False) > File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", > line 7978, in __init__ > self._BootstrapApp() > File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", > line 7552, in _BootstrapApp > return _core_.PyApp__BootstrapApp(*args, **kwargs) > File "main.py", line 761, in OnInit > self.aui_frame = PyAUIFrame(None) > File "main.py", line 300, in __init__ > PSPMixin.__init__(self) > File "/home/js/programmeer/python/rad2py-0.05-experimental/ide2py/psp.py", > line 441, in __init__ > tb4 = self.CreatePSPToolbar() > File "/home/js/programmeer/python/rad2py-0.05-experimental/ide2py/psp.py", > line 483, in CreatePSPToolbar > aui.AUI_TB_OVERFLOW | aui.AUI_TB_TEXT | aui.AUI_TB_HORZ_TEXT) > TypeError: __init__() got an unexpected keyword argument 'agwStyle' > zsh: segmentation fault python main.py > > Regards > Johann > -- > May grace and peace be yours in abundance through the full knowledge of God > and of Jesus our Lord! His divine power has given us everything we need for > life and godliness through the full knowledge of the one who called us by > his own glory and excellence. > 2 Pet. 1:2b,3a > >

