-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
hi all-- I'm sort of a newbie, but i'm a fast learner. Looking for a little
help and direction. I followed the directions for building and getting things
setup from troy (thanks btw!). I was trying to follow through some of the
examples but none of the demos or any imports seem to work. They all crash with
the same errors:
>>> from ib.opt import ibConnection, message
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/ib/opt/__init__.py", line 30, in <module>
from ib.opt.connection import Connection
File "/Library/Python/2.7/site-packages/ib/opt/connection.py", line 22, in <module>
from ib.opt.sender import Sender
File "/Library/Python/2.7/site-packages/ib/opt/sender.py", line 11, in <module>
from ib.ext.EClientSocket import EClientSocket
File "/Library/Python/2.7/site-packages/ib/ext/EClientSocket.py", line 21, in <module>
from ib.ext.EReader import EReader
File "/Library/Python/2.7/site-packages/ib/ext/EReader.py", line 29
from __builtin__ import float, str, None, True, False
SyntaxError: cannot assign to None
>>>
I'm working on a Mac OS 10.8
Any and all help very appreciated!
Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 9:53