Teradata / PyTd

A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
MIT License
108 stars 43 forks source link

PyPl install on windows 7 fails "cannot find file" #46

Open b-rockx opened 8 years ago

b-rockx commented 8 years ago

Version: 15.10.0.16 Python 3.5.32

Line 31 in the setup.py should use open(os.path.dirname(os.path.realpath(file)) + '\teradata\version.py' ) instead of just 'teradata/version'

Line 42 should follow this as well.

The setup.py also does not copy the package to the site-packages folder in python

escheie commented 8 years ago

Did you use pip to install or did you execute "setup.py install" directly? If you executed "setup.py install" directly, was the unzipped tar ball folder from PyPI the working directory?