Re: ANN: Bubbles 0.1 – Virtual Data Object Framework

2013-06-24 Thread Dariusz Suchojad
On 06/23/2013 07:58 PM, Stefan Urbanek wrote: If you have any comments, suggestions or questions, let me know. Hi Stefan, GH readme links to http://bubbles.databrewery.org/ but this page times out, can't connect to it. cheers, -- Dariusz Suchojad -- http://mail.python.org/ma

Re: MQSeries based file transfers using the pymqi module

2006-05-07 Thread Dariusz Suchojad
he message, queue.get will implicitly open the queue for # input queue = mq.Queue(qm, queue_name) msg = queue.get() queue.close() # Here's the message contents print msg -- Dariusz Suchojad -- http://mail.python.org/mailman/listinfo/python-list