Re: PQprint under Windows

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christoph Zwerschke <cito(at)online(dot)de>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: PQprint under Windows
Date: 2006-02-06 02:23:21
Message-ID: 200602060223.k162NLQ09958@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Christoph Zwerschke wrote:
> I tried to compile PyGreSQL under Windows.
> Everything seems to work, except some functions which are using PQprint.
> Whenever these functions are called, I get a Windows exception.
>
> I am using the following versions:
>
> Windows XP SP2
> Python: 2.4.2
> PostgreSQL 8.1.2
> PyGreSQL 3.8
>
> For compilation I used MinGW and Microsoft Visual C++ Toolkit 2003, both
> work fine, but both have the same problem mentioned above.
>
> Can anybody confirm that PQprint is or was ever running under Windows?
> The 8.1 docu does not say that it is deprecated or not running under
> Windows. Can it be a bug?

It should work. What exception are you getting, and what line in the C
file is it complaining about?

> I also noticed that the HTML code in PQprint is not very clean and
> sometimes even wrong, e.g. it has <centre> instead of <center>.

Fixed in 8.1.X.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christoph Zwerschke 2006-02-06 09:43:38 Re: PQprint under Windows
Previous Message Christoph Zwerschke 2006-02-06 00:13:42 PQprint under Windows