Re: [python-win32] if self.quitting: raise BdbQuit

2012-04-20 Thread Tim Roberts
bob gailer wrote: > While debugging I get: > > [Dbg]>>> Traceback (most recent call last): >File "N:\pipelines\parsers.py", line 111, in __init__ > self.parserSequence.results = self.results >File "N:\pipelines\parsers.py", line 111, in __init__ > self.parserSequence.results = sel

[python-win32] if self.quitting: raise BdbQuit

2012-04-20 Thread bob gailer
While debugging I get: [Dbg]>>> Traceback (most recent call last): File "N:\pipelines\parsers.py", line 111, in __init__ self.parserSequence.results = self.results File "N:\pipelines\parsers.py", line 111, in __init__ self.parserSequence.results = self.results File "D:\Python27\lib\

Re: [python-win32] Connecting to Bloomberg

2012-04-20 Thread Tim Roberts
michel@derivativepartners.com wrote: > > > I want to connect to Bloomberg with Python 3.2. > > Looking on internet I found couple of programs written by diverse > authors. I implemented by It does not work. > > I followed the following steps, I included the python code and the > error messages:

Re: [python-win32] vb errors from Python COM object now include the traceback lines

2012-04-20 Thread Lloyd Kvam
On Fri, 2012-04-20 at 15:52 +1000, Mark Hammond wrote: > On 20/04/2012 8:30 AM, Lloyd Kvam wrote: > > On Thu, 2012-04-19 at 16:32 -0400, Lloyd Kvam wrote: > >> I am hoping one of you can point me in the right direction. My > >> alternative appears to be (painfully) writing some VB code to discard

Re: [python-win32] How to write a COM Server implementing interfaces from type lib?

2012-04-20 Thread Jan Wedel
Hi, sorry for the delay but we were and still are running short on time in this project so I eventually switched to comtypes (which has a lot other inconveniences compared to pythoncom but at least it did work with my special use case). Nonetheless, I already tried your suggestion but unfortun

[python-win32] Connecting to Bloomberg

2012-04-20 Thread michel.gba
Dear Team, I want to connect to Bloomberg with Python 3.2. Looking on internet I found couple of programs written by diverse authors. I implemented by It does not work. I followed the following steps, I included the python code and the error messages: I will really appreciate if you could hel