wxPython.wx is not a file it's a module (wx) in package wxPython ... which
is referencing the file wx.py in the _Directory_ wxPython ... you need to
make sure python can file the directory wxPython on it's path
(PYTHONPATH)... I guess you installed wxPython into a directory other than
where python is installed, (like I did).
I'm running NT 4.0 and I installed python into \Python20 and wxpython into
\WxPython ... I get it to run by ...
cd \WxPython\demo
set PYTHONPATH=c:\
demo.py
···
-----Original Message-----
From: wxpython-users-admin@lists.sourceforge.net
[mailto:wxpython-users-admin@lists.sourceforge.net]On Behalf Of Mallett,
Roger
Sent: Saturday, 2 December 2000 10:55
To: wxpython-users@lists.sourceforge.net
Subject: [wxPython] getting wxPython up and running for the first time
I just downloaded wxWindows (can't find any download labeled wxPython).
In part 1 of the wxPython tutorial is an example that imports wxPython.wx.
Where is wxPython.wx? I can't find it anywhere on my machine or the
installation I downloaded.
Do I need to download the C source and build it?
Roger Mallett
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users