Re: Problem with Scintilla lib with wxPython 4.0.0a4
Hélio Guilherme <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
terça-feira, 4 de Julho de 2017 às 00:46:33 UTC+1, Robin Dunn escreveu: > > 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? > > This is my script: #!/usr/bin/sh PYTHON=`python2` cmd="$PYTHON -u build.py " sudo $cmd cleanall sudo $cmd touch sudo $cmd --release --force_config --python=/usr/bin/python2.7 dox etg --nodoc sip build bdist_wheel --jobs=3 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. > > I'll do it again. Hélio -- 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.