I tried installing pycopg2 for one of the virtual environment and there is an error with error return 1. And if installed using python setup.py install and mt.exe error.
The easiest and the successful way was as suggested http://stackoverflow.com/questions/5420789/how-to-install-psycopg2-with-pip-on-python by Praveen Gollakota.
Download the installer from http://stickpeople.com/projects/python/win-psycopg/ and do something like easy_install [BINARY_FILE]
The easiest and the successful way was as suggested http://stackoverflow.com/questions/5420789/how-to-install-psycopg2-with-pip-on-python by Praveen Gollakota.
Download the installer from http://stickpeople.com/projects/python/win-psycopg/ and do something like easy_install [BINARY_FILE]
No comments:
Post a Comment