DragAndDrop Demo

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

I’m using Windows XP too. I actually found the file run.py in the directory Python24\Lib\idlelib.
Is it because I’m using Python2.4?

···

On Wed, Apr 9, 2008 at 10:44 PM, Raffaello Barella barbarossa.platz@gmail.com wrote:

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