[wxPython-dev] installing from source

Green Kobold greenkobold at gmail.com
Mon May 28 16:26:56 PDT 2007


Hi all,

This post actually was resolved in wxPython-users. Here is the final message:

Its done. With your explanation about usc2, usc4. I downloaded by apt
the required libs and then ran setup.py without those strange flags.
Thanks Robin, with your hints I could situate what I was doing in
relation to what had to be done. BTW. what whre these options doing:
"build_ext --inplace", and why was it keeping me from installing it to
my python?

cheers!
gk

On 5/28/07, Robin Dunn <robin at alldunn.com> wrote:
> 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!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-dev-help at lists.wxwidgets.org
>
>




More information about the wxpython-dev mailing list