Saturday, September 27, 2014

Re: Problems with psycopg2 on Windows 7 64 bit

I got around this particular problem.  The Windows installer for psycopg (at http://www.stickpeople.com/projects/python/win-psycopg/) installs for the global instance of Python,
not the virtualenv.  I copied the psycopg folder and the "egg-info" file to the virtualenv and the "No module named..." error disappeared.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d3d5f9c6-8309-4105-bcd8-e94c0afbc16d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment