[python-win32] install_requires 'pywin32' problem?

2010-02-13 Thread Lynton Grice
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

[python-win32] FW: MSMQ - cannot catchCOM_ERROR withpythoncom.com_error

2008-07-23 Thread Lynton Grice
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 withpythoncom.com_error Lynton Grice wrote: Please help me ;-) I know how to push / pop messages off

[python-win32] MSMQ - cannot catch COM_ERROR withpythoncom.com_error

2008-07-22 Thread Lynton Grice
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