[wxPython] Help

Hi

I downloaded wxGTK and wxPython on my computer, built them but when I want to make a program it’s not good !

The compiler writes Cannot found wxPython.wx. Why ?

Mikael (sorry for my english)

The directory that contains the wxPython directory needs to be either on the
PYTHONPATH environment variable, or be one of the default path directories.
You can see what these directories are by running

    python -c "import sys;print sys.path"

Normally when you run "python setup.py install" then it will automatically
put the wxPython directory in the right place.

···

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

----- Original Message -----
From: goelo.mikael
To: wxpython-users@lists.sourceforge.net
Sent: Friday, January 05, 2001 5:14 AM
Subject: [wxPython] Help

Hi

I downloaded wxGTK and wxPython on my computer, built them but when I want
to make a program it's not good !

The compiler writes Cannot found wxPython.wx. Why ?

Mikael (sorry for my english)

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