[python-win32] Openning the IDE from Windows Explorer

2005-02-22 Thread Roger Upole
From the Explorer menu: Tools->Folder Options->File Types, and scroll down to PY. From there you can add, change, or remove any of the right-click options for python scripts. hth Roger "Blair Hall" [EMAIL PROTECTED] wrote: I've just upgraded to Python 2.4 and build 203 of the extensions.

[python-win32] Openning the IDE from Windows Explorer

2005-02-22 Thread Blair Hall
I've just upgraded to Python 2.4 and build 203 of the extensions. My earlier installation (Python 2.2.2, not sure which build of the extensions) allowed me to right-click on a file from the Windows Explorer window and select 'Edit' to open that file in the PythonWin IDE. Now my latest installatio

Re: [python-win32] opposite of "import module"

2005-02-22 Thread Steve Holden
Olivier RIFF wrote: Hello, what is the opposite of "import module" ? I have create my own module (implemented in C and generate with SWIG) and I use it under PythonWin. But once I have imported it, I cannot compile my module anymore because PythonWin is still using it (moreover, I do not fi

[python-win32] opposite of "import module"

2005-02-22 Thread Olivier RIFF
Title: Message Hello,   what is the opposite of "import module" ?   I have create my own module (implemented in C and generate with SWIG) and  I use it under PythonWin. But once I have imported it, I cannot compile my module anymore because PythonWin is still using it (moreover, I do not fi

Re: [python-win32] Re: StartDoc failed

2005-02-22 Thread Luc Saffre
On 22.02.2005 07:06, Roger Upole wrote: PRINTER_ENUM_DEFAULT only works on Windows 95/98. win32print.OpenPrinter(win32print.GetDefaultPrinter()) should get a handle that you can pass to GetPrinter. Roger, thank you again for your reply. Your hints work, except that element 18 doesn't seem to be th

[python-win32] Massive Speedup py 2.3 -> 2.4 with COM

2005-02-22 Thread Massa, Harald
Title: Nachricht  I have deployed an application doing massive data transfers to excel.Lately I updated to python 2.4 and all fitting libs, had the hurtswith win32com.client makepy and mbcs, which is quite documented now.after using the fix most worked good.Now: there are reports of MASSIVE