[Boa Constr] Re: [wxPython] ANNOUNCE: Boa Constructor 0.0.4 - GUI building IDE for wxPython
Status: Beta
Brought to you by:
riaan
From: Caleb L. <bo...@ro...> - 2000-09-05 02:37:38
|
Hello, I am having trouble running Boa-Constructor. I am reletively new to both python and wxPython, so it is most likely a problem between the chair and the keyboard :) I am running FreeBSD 4.1 with wxPython 2.2.1 and wxWindows 2.2.1 installed by hand, and python installed from ports (version 1.5.2). Here is the command I ran (from within the Boa directory) and the error that I get: ---error--- # python Boa.py importing wxPython... imported wxPython imported Prefs Traceback (innermost last): File "Boa.py", line 23, in ? import Palette File "Palette.py", line 14, in ? import PaletteMapping File "PaletteMapping.py", line 25, in ? from wxPython.stc import wxStyledTextCtrl File "/usr/local/lib/python1.5/site-packages/wxPython/stc.py", line 7, in ? from stc_ import * File "/usr/local/lib/python1.5/site-packages/wxPython/stc_.py", line 2, in ? import stc_c ImportError: /usr/local/lib/python1.5/site-packages/wxPython/stc_cmodule.so: Undefined symbol "__pure_virtual" ---/error--- I would like to try out this cool looking software, but I can't find out which library provides this function (pure_virtual). BTW, if it helps, other wxPython programs run (demo.py, openrpg (http://www.openrpg.net), and the short programs that I've written) Sincerely, Caleb Land (bo...@ro...) |