I ran into this same issue, you will need to recompile python with the
following (somewhat unintuitive option):  --enable-unicode=ucs2, and
then recompile psycopg2. I've gotten that far with stackless on my
machine, and runserver, etc. works ok.

On May 30, 3:25 am, Chandrashekar Jayaraman <udn...@gmail.com> wrote:
> Hi,
>
> I am trying to setup stackless and django.
> For this purpose I am using python2.6 , I installed stackless (
> ./configure, make, make install  ) using this.
> I also installed the psycopg package with python ( stackless ) but for some
> reason when i try to run shell it throws up an error saying that
> django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module:
> /usr/local/lib/python2.6/site-packages/psycopg2/_psycopg.so: undefined
> symbol: PyUnicodeUCS4_Decode
>
> Thank You,
> Chandrashekar

--~--~---------~--~----~------------~-------~--~----~
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