[wxPython] Installation Question

I am very new to python so please excuse the stupidity of the questions. The company I work for is very interested in using python to create a front-end

to our eComerce project. As you guys know TKInter is, well is ugly to put it mildly, and I would like to give wxWindows a shot. I donwloaded the sources

for wxGTK and wxPython. I compiled and installed the libraries according to the build instructions however when I try to run the demo I get an a few errors

with “init” trying to import wcx and wxPython, I have attempted to locate these files with no luck. Does anyone know whats going on?

I forgot to mention this is on a linux machine if the GTK didn’t give it away.

Did i screw up the install or is it some thing else that I just don’t know about.

Thanks, Mike.

I am very new to python so please excuse the stupidity
of the questions. The company I work for is very interested in
using python to create a front-end to our eComerce project. As
you guys know TKInter is, well is ugly to put it mildly, and I
would like to give wxWindows a shot. I donwloaded the sources
for wxGTK and wxPython. I compiled and installed the libraries
according to the build instructions however when I try to run
the demo I get an a few errors with "__init__" trying to import
wcx and wxPython, I have attempted to locate these files with
no luck. Does anyone know whats going on?

Look for wxcmodule.so. It's probably someplace like
/usr/lib/python1.5/site-packages/wxPython. If not then double check the
install step for wxPython.

The key is that the installed wxPython directory needs to be in a directory
that is on the PYTHONPATH.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users