Re: Python Win32 and Condor

2005-06-03 Thread pythonUser_07
It's been a while since I've experimented with Condor, but it looks like " 'Access is denied.'", You might want to figure out what user the condor service is running as and log in as that user and try to run your code. -- http://mail.python.org/mailman/listinfo/python-list

Python Win32 and Condor

2005-06-02 Thread brian.hamm
Hi. I have a created a python script that opens a program then uses the com package to run a few things and then close. the program. It works perfectly fine when run normally. ie from command prompt or shell. Now I am using the University of Wisconsins queueing program "Condor" to execute thi