Hey there,
I hope someone can help me ;-)
I have added "pywin32" as a dependency for a small library I created, but
when it tries to download the "PYWIN32" dependency it dies
Processing dependencies for LogosQueue==1.0.0
Searching for pywin32
Reading http://pypi.python.org/simple/pywi
ginal Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Golden
Sent: 22 July 2008 05:21 PM
Cc: python-win32@python.org
Subject: Re: [python-win32] MSMQ - cannot catchCOM_ERROR
with"pythoncom.com_error"
Lynton Grice wrote:
> Please help me ;-) I know how to p
Hi there,
Please help me ;-) I know how to push / pop messages off of a MSMQ, also how
to create a queue etc.but my problem is I cannot seen to catch the
"com_error" when I try create a MSMQ that already exists ;-( The basic code
is as follows:
import win32com.client
import pythoncom
import