I tried the file DragAndDrop.py on my PC, and it runs (forgive the
pun) perfectly. When executing the instruction "import run", the demo
looks for the file run.py, that on my PC is in the directory
Python25\Lib\idlelib.
If you try to test the demo with IDLE, the Integrated DeveLopment
Environment that goes with Python, open the menuitem Path Browser in
the menu File. If you don't find there run.py, you have a path problem
to fix. To help you further I need to know what is your operating
system: mine is Windows XP
···
2008/4/9, Raina <smithy46@gmail.com>:
Hi everyone,
I'm completely new to wxpython and I was wondering if someone could help me.
I'm trying to run the DragAndDrop Demo, but there's an Import error, where
it says that there's no module named run (for the line 'import run'). It's
the same with FileBrowseButton Demo. It's frustrating, because I don't know
what to change in the code.Sorry if it's a stupid question. I'm trying to learn from all the demos, but
it seems that I can't run most of them.
Thank you.Raina