Re: Problem with Scintilla lib with wxPython 4.0.0a4

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Unless you have SIP defined in the environment pointing to your sip
binary then the build will use a sip it downloads from Phoenix's tools
folder, which is currently 4.19.2. If you are using your own sip binary
then you need to make sure it is kept up to date, at least within a
release or two of what build.py has set in the sipCurrentVersion variable.

Robin


Hélio Guilherme wrote:
> I only got rid of the error, after upgrading SIP from 2.16 to 2.19.3.
> Don't even know if that was the solution. But the important is the
> result :)
>
> Thanks!
>
> terça-feira, 4 de Julho de 2017 às 22:46:37 UTC+1, Hélio Guilherme
> escreveu:
>
>
>     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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.