Tuesday, March 31, 2020

Re: Error loading psycopg2 module: No module named 'psycopg2'

On 1/04/2020 10:53 am, Umar Abdulsattar wrote:
> Hello fellows currently i am learning django and try to build and
> single webpage and also try to connect with postgresql but using
> adopter psycopg2 i face some problems like i find this error
>
>  " File "C:\Program Files
> (x86)\Python37-32\lib\site-packages\django\db\backends\postgresql\base.py",
> line 24, in <module>
>     raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e)
> django.core.exceptions.ImproperlyConfigured: Error loading psycopg2
> module: No module named 'psycopg2'"

You need to install the psycopg2 module. For Windows you need a
pre-compiled binary. In your case it looks like the 32-bit version.

Visit the very generous Christophe Gohlke's page of pre-compiled binary
install kits for Windows at ..

https://www.lfd.uci.edu/~gohlke/pythonlibs/

You should bookmark that page.

Cheers

Mike

>
> Kindly guide me how i can fix it .
>
> thank you.
> --
> 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
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fabd9a82-b3de-4bab-923d-5366eee2dec4%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/fabd9a82-b3de-4bab-923d-5366eee2dec4%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e9856bf9-484a-6f7b-f735-0529fab5c61e%40dewhirst.com.au.

No comments:

Post a Comment