wxPython help

Scott David Daniels Scott.Daniels at Acm.Org
Wed Dec 22 20:04:51 EST 2004


km wrote:
> Hi all,
> 
> i am trying out some of the demo programs in wxPython.
> but i am getting an error:
> no module 'run'
> how do i circumvent this module and run the program with main.Loop() ?
> tia,
> KM 
The easiest way is to copy

     "C:\Program Files\wxPython2.5 Docs and Demos\demo\run.py"

(run.py from the same directory where demo.py or demo.pyw lives)

to your local directory where you are playing.

--Scott David Daniels at Acm.Org



More information about the Python-list mailing list