Baffled on Windows.
Neil Cerutti
horpner at yahoo.com
Thu Jun 7 09:17:16 EDT 2007
I have the following Python program:
import win32com.client
print 'Huh?' # Actually, it says something profain.
Running this program with 2.5.1 causes another Python script in
the same directory to be loaded and run (specifically the import
causes it), and a .pyc file is created from that list.
The 'other' program is called 'new.py'. Is that what's causing
my problem?
--
Neil Cerutti
More information about the Python-list
mailing list