wetdesert / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

agwStyle error when starting ide2py #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install ide2py hg source in a GNU/Linux O.S.
2. Copy last qdb.py to ide2py root folder
3. Configure a custom web2py folder in ide2py.ini
3. Start ide2py with ./main.py

What is the expected output? What do you see instead?
The ide2py graphic interface should show. Instead A Python exception is 
returned to the console:

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'

What version of the product are you using? On what operating system?
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)

Please provide any additional information below.
Should I update my wx version to use the ide? Is it possible to bypass the 
error for incompatible wx installations?

Original issue reported on code.google.com by spame...@gmail.com on 31 Mar 2012 at 12:55

GoogleCodeExporter commented 9 years ago
Please close this issue. It's duplicated with issue 1. Sorry

Original comment by spame...@gmail.com on 31 Mar 2012 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by reingart@gmail.com on 2 Feb 2013 at 8:15