Script runs in IDLE but not by itself!?

klappnase klappnase at web.de
Sun Jul 18 18:22:26 EDT 2004


knighthacker at cfl.rr.com (Scott) wrote in message news:<9a19c6fd.0407171831.2bc0d39a at posting.google.com>...
> Hey everyone!  I've been working with python for quite a while and
> have been able to fix all my problems by searching... except for this
> one!
> 
> I have a python script that runs *BEAUTIFULLY* when run in windows in
> IDLE.  However, if I try to run it in a simple python console (be
> double clicking it) it fails.  It uses a DLL that I wrote in another
> language.  The part that calls the dll looks like this:
> 

Just a shot in the dark, maybe a problem with sys.path, that one of
your modules is not found when you start the program from explorer?
Have you tried to call your program from a dos box, the traceback you
get might be helpful.

Michael



More information about the Python-list mailing list