Hey Gang:

When a user visits a page, I am attempting to run the following lines:

import os
os.system("E:/Python/web2py_src/web2py/applications/TheReckoning/
prod_scripts/dropship_copy_to_opc.bat")

This exact command works fine from a Python interactive session,
BUT.... when put into a Web2py function, the page never loads -- the
blue bar just creeps forward sloooowwwwly.

We tried this in both Firefox and IE with the same result.

Any thoughts?   Please note that we ARE importing 'os' first.

Thanks!!

Todd


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to