On 28/09/2014 1:47 AM, Daniel Grace wrote:
I got around this particular problem. The Windows installer for psycopg (at http://www.stickpeople.com/projects/python/win-psycopg/ <http://www.google.com/url?q=http%3A%2F%2Fwww.stickpeople.com%2Fprojects%2Fpython%2Fwin-psycopg%2F&sa=D&sntz=1&usg=AFQjCNGss5TWliAyF_rFvd5Lc6WD_zz7ng>) 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.
Another solution is to download the appropriate psycopg2 binary from http://www.lfd.uci.edu/~gohlke/pythonlibs/ to a local download dir and use easy_install to install it from there. Quite useful for virtualenv setups.
I have tried the local compilation road and won't bother ever again while Chris Gohlke lives!
Cheers Mike
-- 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 [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>. 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 <https://groups.google.com/d/msgid/django-users/d3d5f9c6-8309-4105-bcd8-e94c0afbc16d%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout.
-- 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 [email protected]. To post to this group, send email to [email protected]. 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/54278BAC.2040400%40dewhirst.com.au. For more options, visit https://groups.google.com/d/optout.

