Hi,

I'm trying to get started with Django, and everything was going
wonderfully until I tried to use models (and I had to set up
postgreSQL).

I've installed psycopg2 from the provided compiled binaries, but when
I run:

manage.py runserver

I get the following errors:

Error loading psycopg2 module: DLL load failed: The applicatio has
failed to start because its side-by-side configuration is incorrect.
Please see the application event log for more detail.

The application event log in Vista says:

Activation context generation failed for "C:\Python26\lib\site-packages
\psycopg2\_psycopg.pyd". Dependent Assembly
Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053"
could not be found. Please use sxstrace.exe for detailed diagnosis.

Any help would be appreciated, I also tried to build psycopg2 from
source, build I still get a DLL load fail.

James



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to