wetdesert / rad2py

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

install os x 10.4.11 'BrowserPanel' is not defined #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

osx 10.4.11
Python 2.7
wxPython2.8-osx-unicode-2.8.12.1-universal-py2.7.dmg

Macintosh:~/VENVS/rad/rad2py/ide2py christophersteel$ python main.py 
Traceback (most recent call last):
  File "main.py", line 777, in <module>
    app = MainApp(redirect=False)
  File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 7981, in __init__
    self._BootstrapApp()
  File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 7555, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "main.py", line 761, in OnInit
    self.aui_frame = PyAUIFrame(None)
  File "main.py", line 273, in __init__
    self.browser = self.CreateBrowserCtrl()
  File "main.py", line 613, in CreateBrowserCtrl
    return SimpleBrowserPanel(self)
  File "/Users/christophersteel/VENVS/rad/rad2py/ide2py/browser.py", line 113, in __init__
    self.browser = BrowserPanel(self)
NameError: global name 'BrowserPanel' is not defined

Original issue reported on code.google.com by chris.steel on 11 Aug 2011 at 11:10

GoogleCodeExporter commented 9 years ago
You need to install PyWebKitGTK

http://live.gnome.org/PyWebKitGtk

Tell me if you can install it, or I can disable it as it is not essential.

Original comment by reingart@gmail.com on 11 Aug 2011 at 11:15

GoogleCodeExporter commented 9 years ago
Also, there is a new version (0.06) commited with a patch to support external 
browser

Original comment by reingart@gmail.com on 11 Aug 2011 at 11:44

GoogleCodeExporter commented 9 years ago
This should be fixed, but adding native browser for MAC would be great.

Original comment by reingart@gmail.com on 6 Oct 2011 at 11:06