[sqlalchemy] Re: Problem installing

2014-11-13 Thread Matthew Albert
Hi So I noticed that the SQLAlchemy installation didn't end up in a path specified by sys.path. I tried: 1. Appending a new path item to this variable to include where SQLAlchemy was installed. This seem to have no positive effect. 2. I moved the files to a path that was already defined by

Re: [sqlalchemy] Re: Problem installing

2014-11-13 Thread Simon King
This is the important bit from your install log: Processing SQLAlchemy-0.9.8-py3.4.egg removing 'c:\python34\lib\site-packages\SQLAlchemy-0.9.8-py3.4.egg' (and everything under it) Extracting SQLAlchemy-0.9.8-py3.4.egg to c:\python34\lib\site-packages SQLAlchemy 0.9.8 is already the active

[sqlalchemy] Re: Problem installing

2014-11-13 Thread Matthew Albert
Thanks for sharing this extra info. I've only bee using python for about a month, I have no idea why the install was executed the way it was. On Wednesday, November 12, 2014 3:25:56 PM UTC-5, Matthew Albert wrote: Hi, Downloaded SQLAlchemy 0.9.8 and installed on my win7 machine on python

[sqlalchemy] Re: Problem installing

2014-11-12 Thread Matthew Albert
sys.path ['C:\\Python34\\lib\\site-packages\\pygame\\tests', 'C:\\Python34\\lib\\site-packages\\pygame', 'C:/Python34/Programs/SQLAlchemy Tutorial', 'C:\\Python34\\Lib\\idlelib', 'C:\\Python34\\lib\\site-packages\\pypyodbc-1.3.3-py3.4.egg',