vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Gaetano Mendola <mendola@bigfoot.com> writes: > I'm the administrator of that machine and PLCheck is failing. > Is there anything I can do to fix it ? What version of Python have you got on that thing? It seems to be emitting still another spelling of the encoding error message :-( regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Tom Lane wrote: > Gaetano Mendola <mendola@bigfoot.com> writes: >> I'm the administrator of that machine and PLCheck is failing. >> Is there anything I can do to fix it ? > > What version of Python have you got on that thing? It seems to be > emitting still another spelling of the encoding error message :-( $ python -V Python 2.2.3 Regards Gaetano Mendola |
| |||
| On Mon, Oct 03, 2005 at 05:19:43PM +0200, Gaetano Mendola wrote: > Tom Lane wrote: > > Gaetano Mendola <mendola@bigfoot.com> writes: > >> I'm the administrator of that machine and PLCheck is failing. > >> Is there anything I can do to fix it ? > > > > What version of Python have you got on that thing? It seems to be > > emitting still another spelling of the encoding error message :-( > > $ python -V > Python 2.2.3 The attached variant file (plpython_error_2.out) should allow this Python version's wording of the error message. -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Michael Fuhr <mike@fuhr.org> writes: > On Mon, Oct 03, 2005 at 05:19:43PM +0200, Gaetano Mendola wrote: >>> What version of Python have you got on that thing? It seems to be >>> emitting still another spelling of the encoding error message :-( >> >> $ python -V >> Python 2.2.3 > The attached variant file (plpython_error_2.out) should allow this > Python version's wording of the error message. Applied, thanks. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |