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
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
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
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
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
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.