Forum: Python Nov 12th, 2008 |
| Replies: 3 Views: 540 This is the code, very short and simple, exception occurs in login.ValidateUser(). When I run this in pythonwin, process id is printed in interactive window, so it works as expected.
import... |
Forum: Python Nov 12th, 2008 |
| Replies: 3 Views: 540 Hi,
I have a python script which uses a COM object. This script works correctly when I run it from pywin, however, it does not run when I run it from windows command line - it throws an exception... |