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
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\
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:
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
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
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