Just try storm 0.21 where database_create(‘mysql:root/127.0.0.1/database’) will
report an error of
Traceback (most recent call last):
File "sales_analysis.py", line 86, in <module>
db = create_database('mysql://root:@127.0.0.1/netcloud')
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/storm/database.py",
line 688, in create_database
None, None, [""])
ImportError: No module named mysql
Downgrade to 0.20 has no such problem.
_______________________________________________
storm mailing list -- [email protected]
To unsubscribe send an email to [email protected]