What steps will reproduce the problem?
Running the addressbook example with python 2.7 and sqlalchemy v7b1
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AmFast-0.5.2-py2.7-macosx-10.6-x86_64.egg/amfast/remoting/sa_subscription_manager.py", line 48, in mapTables
sa.Column('headers', BINARY_TYPE(), nullable=True),
NameError: global name 'BINARY_TYPE' is not defined
After fixing this sa_subscription_manager.py show the same error
What version of the product are you using? On what operating system?
amfast 0.5.1
python 2.7
sqlalchemy 7b1
Please provide any additional information below.
Two simple code changes -files included- should make the code more future proof
Original issue reported on code.google.com by timbossc...@gmail.com on 15 Feb 2011 at 3:37
Original issue reported on code.google.com by
timbossc...@gmail.com
on 15 Feb 2011 at 3:37Attachments: