Just installed wxPython

Steve Holden sholden at holdenweb.com
Tue Nov 13 16:19:05 EST 2001


"Julian Tibble" <chasm at galileo.rift> wrote in ...
> Having played around with Tkinter and not liked it very much, I installed
> wxPython to see what that was like.
>
> This program from the tutorial works fine if I run it as root, and seems
to
> work if I run it as a normal user, but I get an error message on the
console:
>
> Gtk-WARNING **: Unable to locate loadable module in module_path:
"libmac2.so",
>
> I have found the file, and the user has read permissions to it.  How do I
> change the path so this module can be found?
>
I think you'll find you need to add another directory to your
LD_LIBRARY_PATH environment variable, or move the specified library to a
directory already listed on the library path.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list