[wxPython-dev] installing from source

Robin Dunn robin at alldunn.com
Mon May 28 13:55:01 PDT 2007


Green Kobold wrote:

> <type 'exceptions.ImportError'>: No module named _core_
> 

You probably didn't do the install step.

> 
> I did the ownfull thing of copying _core_ to
> ../site-packages/wx-2.8-gtk2-ansi.. the error now is:
> sage: import wx
> ---------------------------------------------------------------------------
> <type 'exceptions.ImportError'>           Traceback (most recent call last)
> 

> <type 'exceptions.ImportError'>: libwx_gtk2_aui-2.8.so.0: cannot open
> shared object file: No such file or directory

Where did wxWidgets get installed to?  Is that lib dir in 
/etc/ld.so.conf or in the LD_LIBRARY_DIR environment variable?  (Or 
whatever is used on your platform if it isn't Linux.)

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-dev mailing list