I am having trouble in formatting the li开发者_运维知识库st for insertion using psycopg. Here is a sample of code i am trying to do.
I am reading dat开发者_JAVA技巧a from a .mat file using the Pytables module. After reading the data, I want to insert this data into the database using psycopg.
I have a geo model with a PointField property. Everything works perfectly locally, but when I try to save an instance on the server, I get the following error:
environment: Ubuntu 10.04 LTS build Python 2.7.2 wi开发者_如何学编程th ./configure --with-zlib --enable-unicode=ucs4
I am using the django ORM with a postgres database. A small group of users interact with it using import and export scripts. The database is only available on our intranet. If someone tries to use the
I can send select queries with any problem but wh开发者_如何学Pythonen I send update and insert queries it start to wait the thread and don\'t respond anymore. I couldn\'t be sure but it seems like a
I\'m having trouble in getting Django work with a postgresl database on my webhosting provider. My situ开发者_运维技巧ation is as follows: I have an account on my webhosting provider, I do not have r
is it possible to somehow use function register_composite from psycopg2, when i am using开发者_开发百科 sqlalchemy to connect to postgresql database?
self.dateEntry = wx.GenericDatePickerCtrl(self, -1, size=(120,20), pos=(90,185), style = wx.TAB_TRAVERSAL
I want to run manage.py sqldiff myapp (command from django extension), but I get the following error: