[sqlalchemy] Problem installing

2014-11-12 Thread Matthew Albert
Hi, Downloaded SQLAlchemy 0.9.8 and installed on my win7 machine on python 3.4 using: python setup.py install. Installation text seems to indicate a successful install: http://pastebin.com/zcMzMn1e ... but when I attempt to issue: import sqlalchemy I get a ImportError: No module named

Re: [sqlalchemy] Problem installing

2014-11-12 Thread Michael Bayer
what does your sys.path say in the python console? the pip looks like a network issue. On Nov 12, 2014, at 3:25 PM, Matthew Albert steelfire...@gmail.com wrote: Hi, Downloaded SQLAlchemy 0.9.8 and installed on my win7 machine on python 3.4 using: python setup.py install. Installation

[sqlalchemy] Problem installing SQLAlchemy as a dependency??

2010-01-13 Thread Lynton Grice
Hi there, I am trying to package a small Python lib I have created that has an install dependency on SQLAlchemy. I have created my setup.py file with the install_requires install_requires=[ 'SQLAlchemy', ], But whenever I try install my Python lib on a machine without SQLAlchemy