Dwezill 0 Newbie Poster

Hello everybody

I have develop a python script who can send message via MSMQ Queing.

I use Python 2.2.1 and WIN32all-146 as library.

Everything work fine on a W2k station, but if we try to use it on WinXP station it crash.
The error message I got is "

File "E:\OES\SEO_Support\Greensboro\Distributors\DistrMSMQGreensboro.py", line 64, in _onGroupCompleted
self._transmit(xml)
File "E:\OES\SEO_Support\Greensboro\Distributors\DistrMSMQGreensboro.py", line 174, in _transmit
message.AdminQueueInfo = replyMSMQ
File "C:\Python22\lib\site-packages\win32com\client\dynamic.py", line 482, in __setattr__
raise AttributeError, "Property '%s.%s' can not be set." % (self._username_, attr)
AttributeError: Property 'MSMQ.MSMQMessage.AdminQueueInfo' can not be set.
2006-10-26 11:20:20 Error exit!

look like I'm not able to create an object..
I have try the same code ( almost) in VBscript and it's work.

Anny idea why it's not working ?

It's not the firewall, I have test that, my user is admin with full control..


Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.