python - How to install wxPython 3.0.2.0 on Ubuntu 14.04? -
i trying install wxpython src need exact version 3.0.2.0 on ubuntu. (so, cannot follow suggesion in related question) downloaded source , did ./configure, make , make install. seems have ended without errors following message.
the installation of wxwidgets finished. on platforms (e.g. linux) you'll have run ldconfig if installed shared library , modify ld_library_path (or equivalent) environment variable. wxwidgets comes no guarantees , doesn't claim suitable purpose.
i confirmed installation not working doing import wx & wx.version(). needs done complete installation? should set ld_library_path to?
doing ./configure, make , make install builds , installs wxwidgets. need build wxpython using build-wxpython.py
script, default wxwidgets portion of build you, using known configure flags. see wxpython/docs/build.txt in source tarball.
Comments
Post a Comment