I am trying to install postgrepsql to cygwin on a windows 7 machine and want it to work with django.
I\'m trying to bind a float to a postgresql double precision using psycopg2. ele = 1.0/3.0 dic = {\'name\': \'test\', \'ele\': ele}
I have a question similar to ImportError: DLL load failed : - when trying to import psycopg2 library I\'m trying to run psycopg2 with Python 2.6.5, built with Visual Studio 2008 (vc9).I get this erro
Last night I upgraded my machine to Ubuntu 10.04 from 9.10. It seems to have cluttered my python module. Whe开发者_Go百科never I run python manage.py I get this error:
I\'m getting an error whilst trying to install psycopg2 on ubuntu 9.10 64 bit. The error is: >>> import psycopg2
i\'m trying to make a group of defs in one file so then i just can import them whenever i want to make a script in python
I\'m getting this error when doing database calls in a sub process using multiprocessing library. Visit : Pastie
I have a Python function which receives numerous variables, and builds an SQL query out of them: def myfunc(name=None, abbr=None, grade=None, ...)
So I am trying to make Django r开发者_Python百科unning with mod-wsgi for the first time. I have configured Apache as shown in examples and I am pretty sure I did everything right.
I ran across this bug three times today in one of our projects.Putting the problem and solution online for future reference.