mkeeter / kokopelli

Script-based CAD/CAM in Python (deprecated)
https://mattkeeter.com/projects/kokopelli
Other
298 stars 49 forks source link

problem starting current version #1

Closed Madouc closed 11 years ago

Madouc commented 11 years ago
[||||||||||]    starting...                                                     
Traceback (most recent call last):
  File "/usr/local/bin/kokopelli", line 61, in <module>
    app = App()
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
    self._BootstrapApp()
   File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/bin/koko/app.py", line 74, in OnInit
    koko.FRAME = MainFrame(self)
  File "/usr/local/bin/koko/frame.py", line 95, in __init__
    self._hint = wx.lib.stattext.GenStaticText(self)
TypeError: __init__() takes at least 4 arguments (2 given)
mkeeter commented 11 years ago

It looks like you're running wxPython 2.8, but 2.9 is required. Commit e740cdf adds a more helpful error message.

If you're on Linux, run the script util/install_wxpython2.9.sh to automatically build + install the newer version. I just tested it on a Ubuntu 12.04 box and it worked fine. On a Mac, download and install the wxpython-2.9-cocoa version.

If that doesn't fix it, then please provide details on what OS you're using.