Re: Setting DJango and Stackless

2009-06-08 Thread Khanage
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 wrote:

Re: Setting DJango and Stackless

2009-05-29 Thread Karen Tracey
On Fri, May 29, 2009 at 1:25 PM, Chandrashekar Jayaraman 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 ) b

Setting DJango and Stackless

2009-05-29 Thread Chandrashekar Jayaraman
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