The Artima Developer Community
Sponsored Link

Python Answers Forum
Python and MQ

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
v c

Posts: 1
Nickname: vc1981
Registered: Dec, 2006

Python and MQ Posted: Dec 8, 2006 12:21 AM
Reply to this message Reply
Advertisement
Hi ,

I have a simple code as shown below :

import pymqi
qmgr = pymqi.QueueManager()
putQ = pymqi.Queue(qmgr, 'TESTQ1')
putQ.put('Hello from Python!')

When i run this piece of code i get an error as :

File "C:\Python24\pymqi-0.5d\pymqi-0.5d\testmq.py", line 1, in ?
import pymqi
File "C:\Python24\pymqi-0.5d\pymqi-0.5d\pymqi.py", line 82, in ?
import pymqe, CMQC, CMQCFC
ImportError: No module named pymqe


Kindly advise !

Thanks & Regards,
VC

Topic: Electronic Stimulation Previous Topic   Next Topic Topic: Calling modules in Python

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use