Pywin32 @ windows 7

2009-08-07 Thread Algirdas Brazas
Hi all, Did anyone manage to get windows extensions installet on windows 7 64 bit? As far as I try I get only Setup program invalid or damaged. Al. -- http://mail.python.org/mailman/listinfo/python-list

Re: Problems calling batch files (*.bat) from Python???

2008-08-23 Thread Algirdas Brazas
I haven't tested Your code, so can't tell You why it is working as You say. But to open batch file in my script I use simple: subprocess.Popen(c:\VerrLongPath\AnotherPath\mybatch.bat).communicate() You can also play with pipes for Popen... Algirdas Brazas - Original Message - From