N
Neil Cerutti
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?
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?