[python-win32] msmq error

Sagar Khushalani s.khushalani at yahoo.co.uk
Sun Feb 24 01:28:20 CET 2008


found the solution. thanks. sorry if anyone got personal mails, i was just using reply and i thought it would automatically go to the list rather than the person.

-sagar


Mark Hammond <mhammond at skippinet.com.au> wrote:        v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);}                     The very last line of your mail includes the exact reason why your code isn’t working – but without seeing your code, we can’t tell you what the underlying reason is.  Please follow-up to the list, not to me personally!
   
  Cheers,
   
  Mark
   
        From: python-win32-bounces at python.org [mailto:python-win32-bounces at python.org] On Behalf Of Sagar Khushalani
 Sent: Saturday, 23 February 2008 9:25 PM
 To: python-win32 at python.org
 Subject: [python-win32] msmq error
  
  
   
  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.
  
  
  


Sagar Khushalani
  Graduate Student, UTA
  Networking / Systems and Architecture
s.khushalani at yahoo.co.uk 
http://www.sagark.info

       
---------------------------------
 Rise to the challenge for Sport Relief with Yahoo! for Good
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080224/3d990fd3/attachment.htm 


More information about the python-win32 mailing list