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
[EMAIL PROTECTED]
http://www.sagark.info
---------------------------------
Sent from Yahoo! Mail.
A Smarter Inbox.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32