I'm guessing that your problem is you are running your app outside of
the webware. There's probably no reason that you can't do this, the
problem that you are running into though is that webware will
automatically add certain things to your path that you need. In your
case you can do it manually by adding you webware installation path to
your PYTHONPATH environment variable or by doing it programatically at
the beginning of your app.

-Seth 
 
 
>>> "Vytautas Bruzgis" <[EMAIL PROTECTED]> 05/08/05 9:22 am >>> 
yes, i have found this way. But now i have another problem. 
 
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",

line 310, in RunScript 
Â*Â*Â* exec codeObject in 
Â* File "D:\Webware-0.8.1\Videos\Middle\main.py", line 7, in ? 
Â*Â*Â* from Videos.Middle.Movie import Movie 
ImportError: No module named Videos.Middle.Movie 
 
 
i get this code when i run main.py with pythonedit. But i am sure, that
the 
module exists. Any sugesstions? 
 


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to