Problem with Scintilla lib with wxPython 4.0.0a4
Hélio Guilherme <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
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...
The last commit for this build is a7b9b026d6b1f1ed20f3488aea6de4520eda552e,
jun 30.
I did build for GTK2 because I am trying to debug Copy&Paste keys actions
on the app I'm porting from Classic to Phoenix. This application is RIDE,
and if someone would like to help debugging this porting (and wxPython at
the same time), I have in my fork a release that Copy&Paste works fine with
wx 2.8.12.1 (at least in Windows). This is the releases link.
<https://github.com/HelioGuilherme66/RIDE/releases> And this is the
installation command:
pip2 install https://github.com/HelioGuilherme66/RIDE/archive/v1.6b3.tar.gz
Thanks, in advance.
--
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.