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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -