On 2007-06-07, Robin Becker <[EMAIL PROTECTED]> wrote:
> BartlebyScrivener wrote:
>> On Jun 7, 8:17 am, Neil Cerutti <[EMAIL PROTECTED]> wrote:
>
>> A good habit for naming your scripts: If you have a script and you
>> want to name it text.py, or list.py or new.py or old.py or some common
BartlebyScrivener wrote:
> On Jun 7, 8:17 am, Neil Cerutti <[EMAIL PROTECTED]> wrote:
> A good habit for naming your scripts: If you have a script and you
> want to name it text.py, or list.py or new.py or old.py or some common
> name that might be found in the thousand and one other modul
On Jun 7, 8:17 am, Neil Cerutti <[EMAIL PROTECTED]> wrote:
> I have the following Python program:
>
> Running this program with 2.5.1 causes another Python script in
> the same directory to be loaded . . . 'new.py'
A good habit for naming your scripts: If you have a script and you
want to name it
Neil Cerutti wrote:
> 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