ok some questions:
- If you’re using python 2.5.5, why are you adding C:\Python27 to your path?
- Why is your python 2.5.5 so stripped down?
- Open python and enter this and paste in the results:
import sys
import pprint
pprint.pprint(sys.path)
Just replace any sensitive paths with * or something
Honestly you shouldn’t have to import anything but subprocess, something fishy is going on