[python-win32] msmq error
Sagar Khushalani
s.khushalani at yahoo.co.uk
Sat Feb 23 11:24:37 CET 2008
i am trying to use a queue to pass messages between 2 processes. however i get this message. i'm new to this so question: is there a way to create the queue first? both the processes are local, under the same user account.
Traceback (most recent call last):
File "C:\Python25\lib\threading.py", line 462, in __bootstrap
self.run()
File "C:\Python25\lib\threading.py", line 442, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Documents and Settings\Sagar\My Documents\Homework\Lab I\p1.pyw", line 86, in start_proc
errors = qinfo.Open(2,0) #Open queue
File "<COMObject MSMQ.MSMQQueueInfo>", line 3, in Open
com_error: (-2147352567, 'Exception occurred.', (0, 'MSMQQueueInfo', 'The queue does not exist, or you do not have sufficient permissions to perform the operation. ', None, 0, -1072824317), None)
Sagar Khushalani
Graduate Student, UTA
Networking / Systems and Architecture
s.khushalani at yahoo.co.uk
http://www.sagark.info
---------------------------------
Sent from Yahoo! Mail.
A Smarter Inbox.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080223/81a82c7b/attachment.htm
More information about the python-win32
mailing list