Re: Problem with Scintilla lib with wxPython 4.0.0a4
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hélio Guilherme wrote: > Hello, > > I usually build .whl on my Fedora 22, and there is no problems (build > and install), but now I am getting and error when trying to launch my > app (and I just checked that it crashes also with demo). It is working > with 4.0.0.a3. > > This is the error: > > Traceback (most recent call last): > File > "/usr/lib/python2.7/site-packages/robotide/application/application.py", line > 55, in OnInit > coreplugins.get_core_plugins()) > File > "/usr/lib/python2.7/site-packages/robotide/context/coreplugins.py", > line 22, in get_core_plugins > from robotide.editor.texteditor import TextEditorPlugin > File > "/usr/lib/python2.7/site-packages/robotide/editor/texteditor.py", line > 22, in <module> > from wx import stc > File "/usr/lib64/python2.7/site-packages/wx-4.0.0a4/wx/stc.py", line > 12, in <module> > from ._stc import * > ImportError: > /usr/lib64/python2.7/site-packages/wx-4.0.0a4/wx/libwx_gtk2u_stc-3.0.so.0: > undefined symbol: lmFlagShip > OnInit returned false, exiting... > That symbol should already be located in the same shared library given in the error message, so perhaps something went wrong in the wxWidgets part of the build and the module providing that symbol didn't get linked into the lib. What command(s) are you using to do your build? I've just tried a fresh build here for the gtk2 port and it is working fine, so I'm not sure what to suggest other than doing a complete clean and rebuild. -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.