Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71654
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <laurent.celati@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:error': 0.03; 'messages.': 0.05; 'python': 0.11; 'archive': 0.14; 'context:': 0.16; 'throw': 0.16; 'url:file': 0.16; 'url:py': 0.16; 'all,': 0.19; 'file,': 0.19; 'error': 0.23; 'script': 0.25; 'subject: : ': 0.26; "i'm": 0.30; 'url:python': 0.33; 'test': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'list': 0.37; 'thank': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'read': 0.60; 'first': 0.61; 'dear': 0.65; 'regards.': 0.65; 'url:jpg': 0.83; 'subject:message.': 0.84 |
| Date | Fri, 16 May 2014 03:18:28 -0700 (PDT) |
| From | dandrigo <laurent.celati@gmail.com> |
| To | python-list@python.org |
| Subject | Psycopg2 : error message. |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10065.1400235546.18130.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1400235546 news.xs4all.nl 2974 [2001:888:2000:d::a6]:42679 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:71654 |
Show key headers only | View raw
Dear all, I'm writing a python script for a web service. I have to connect to my postgres/postgis databases via Psycopg2. I writed a little first script just to connect to my pg/postgis db and drop a test db. But when i execute the python file, i have several error messages. Please read the 2 usefull files below : Dandrigo pg_test.py <http://python.6.x6.nabble.com/file/n5057062/pg_test.py> SS_dos.JPG <http://python.6.x6.nabble.com/file/n5057062/SS_dos.JPG> In advance, thank you to throw light for me. Regards. -- View this message in context: http://python.6.x6.nabble.com/Psycopg2-error-message-tp5057062.html Sent from the Python - python-list mailing list archive at Nabble.com.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Psycopg2 : error message. dandrigo <laurent.celati@gmail.com> - 2014-05-16 03:18 -0700 Re: Psycopg2 : error message. Tim Roberts <timr@probo.com> - 2014-05-19 22:21 -0700
csiph-web