psycopg2
how to signal EOF to psycopg2.copy_from()?
I\'m trying to read from one (non-postgres) cursor and use the results to feed psycopg2.copy_from().I seem to have everything working fine, EXCEPT the EOF con开发者_开发问答dition.I have a wrapper for[详细]
2023-03-26 23:21 分类:问答Mac OS X Lion Psycopg2: Symbol not found: _PQbackendPID
I recently upgraded to Mac OS X Lion and am trying to get psycopg2 working again with python 2.6.The instructions on previous sites to force Python to run in 32 bit more (seen places like here: http:/[详细]
2023-03-26 20:07 分类:问答Getting Django and PostgreSQL to work
I am trying to get Django and PostgreSQL to work. So far I am getting the following error when I run syncdb.[详细]
2023-03-26 14:08 分类:问答py2app with postgres/psycopg2
So I\'m trying to use py2app for my project. Now I don\'t get any errors from py2app. It is writing near the end the following:[详细]
2023-03-19 11:19 分类:问答What gui elements to be used?
I\'m trying to create a journ开发者_StackOverflow中文版al entry interface, similar to those well known accounting softwares using wxpython for the gui and psycopg2 as backend. I tried doing it with a[详细]
2023-03-13 17:42 分类:问答python: Why does SQLObject fail in conn.autocommit(1)?
In my server code, there is a call to _SO_fetchAlternateID (nested in some value call), which ultimately calls makeConnection in pgc开发者_运维知识库onnection.py.[详细]
2023-03-13 06:22 分类:问答copy data from MSSQL database to Postgresql database with Python
I have two 2 databases. One with MSSQL and another with Postgresql. I want that my python script is running (for this I use a cron-job on linux), every day.[详细]
2023-03-12 00:34 分类:问答How to solve Python TypeError?
This is my code below and I try to load data from one database to another. I believe everything works fine but an error occurs and I don\'t know what this means.[详细]
2023-03-12 00:23 分类:问答psycopg2 E' on table, field and schema
I am having the same problem as: python adds "E" t开发者_JAVA技巧o string All the answers given are relevant, but I am breaking my neck on this one.[详细]
2023-03-11 08:38 分类:问答Python PostgreSQL Statement Problem psycopg2 cursor.execute(Table Union)
I am new in python, and using Python & PostgreSQL (9.03) (and psycopg2 to interface between the two) in Windows XP environment.[详细]
2023-03-10 11:47 分类:问答