psycopg2
psycopg2 on cygwin: no such process
I am trying to install postgrepsql to cygwin on a windows 7 machine and want it to work with django.[详细]
2023-01-01 01:25 分类:问答How to bind a double precision using psycopg2
I\'m trying to bind a float to a postgresql double precision using psycopg2. ele = 1.0/3.0 dic = {\'name\': \'test\', \'ele\': ele}[详细]
2022-12-29 16:10 分类:问答Can I get psycopg2 to work on Windows with a python built with vc9?
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[详细]
2022-12-28 12:34 分类:问答Some problem with postgres_psycopg2
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:[详细]
2022-12-27 23:17 分类:问答undefined symbol: PyUnicodeUCS2_Decode whilst trying to install psycopg2
I\'m getting an error whilst trying to install psycopg2 on ubuntu 9.10 64 bit. The error is: >>> import psycopg2[详细]
2022-12-26 08:50 分类:问答python, accessing a psycopg2 form a def?
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[详细]
2022-12-24 09:22 分类:问答InternalError: current transaction is aborted, commands ignored until end of transaction block
I\'m getting this error when doing database calls in a sub process using multiprocessing library. Visit : Pastie[详细]
2022-12-19 13:44 分类:问答Python: automated change in variable contents
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, ...)[详细]
2022-12-19 05:07 分类:问答Problems with Django + mod-wsgi + psycopg2
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.[详细]
2022-12-18 09:58 分类:问答How to fix "can't adapt error" when saving binary data using python psycopg2
I ran across this bug three times today in one of our projects.Putting the problem and solution online for future reference.[详细]
2022-12-18 02:29 分类:问答