>>> 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', 
'C:\\Python34\\lib\\site-packages\\pydaqmx-1.2.5.2-py3.4.egg', 
'C:\\Windows\\system32\\python34.zip', 'C:\\Python34\\DLLs', 
'C:\\Python34\\lib', 'C:\\Python34', 'C:\\Python34\\lib\\site-packages', 
'C:\\Python34\\lib\\site-packages\\pygame']

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 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 'sqlalchemy'
>
> Also tried using pip and get error:
> Cannot fetch index base URL https://pypi.python.org/simple/
> Could not find any downloads that satisfy the requirement sqlalchemy
>
> Any thoughts?
>
> thx
> Matt
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to