Carsten Haese wrote:
> On Wed, 2005-11-23 at 08:01, Tin Gherdanarra wrote:
>
>>Hallo,
>>
>>I'm trying to install pypgsql. However, I get syntax errors
>>while compiling the C sources. The following excerpt
>>from pgconnection.h looks a little funny to me:
>>
>>typedef struct {
>> PyObject_HEAD
Gerhard Häring wrote:
> Tin Gherdanarra wrote:
>
>> Hallo,
>>
>> I'm trying to install pypgsql. However, I get syntax errors
>> while compiling the C sources. The following excerpt
>> from pgconnection.h looks a little funny to me:
>>
>> typedef struct {
>> PyObject_HEAD /* Here is the syntax
[EMAIL PROTECTED] wrote:
> Tin Gherdanarra wrote:
>
>>[EMAIL PROTECTED] wrote:
>>
>>>Have you tried apt-get build-dep pypgsql ?
>>>
>>>It could be that you lacks the necessary packages to build it.
>>
>>funny you'd mention it, I did. pypgsql does not seem to
>>be an apt-get package, however. It di
Tin Gherdanarra wrote:
> typedef struct {
> PyObject_HEAD /* Here is the syntax error, and rightly so */
[snip]
> } PgConnection;
>
>
> I don't know what PyObject_HEAD or PGconn is,
> but if they are types, a syntax error is justified here:
>
> PyObject_HEAD /* Here is the syntax error *
Have you tried apt-get build-dep pypgsql ?
It could be that you lacks the necessary packages to build it.
Tin Gherdanarra wrote:
> Hallo,
>
> I'm trying to install pypgsql. However, I get syntax errors
> while compiling the C sources. The following excerpt
> from pgconnection.h looks a little fun
On Wed, 2005-11-23 at 08:01, Tin Gherdanarra wrote:
> Hallo,
>
> I'm trying to install pypgsql. However, I get syntax errors
> while compiling the C sources. The following excerpt
> from pgconnection.h looks a little funny to me:
>
> typedef struct {
> PyObject_HEAD /* Here is the syntax err
Tin Gherdanarra wrote:
> Hallo,
>
> I'm trying to install pypgsql. However, I get syntax errors
> while compiling the C sources. The following excerpt
> from pgconnection.h looks a little funny to me:
>
> typedef struct {
> PyObject_HEAD /* Here is the syntax error, and rightly so */
> [...]
Hallo,
I'm trying to install pypgsql. However, I get syntax errors
while compiling the C sources. The following excerpt
from pgconnection.h looks a little funny to me:
typedef struct {
PyObject_HEAD /* Here is the syntax error, and rightly so */
PGconn *conn;
PyObject *host;
P
[EMAIL PROTECTED] wrote:
> Have you tried apt-get build-dep pypgsql ?
>
> It could be that you lacks the necessary packages to build it.
funny you'd mention it, I did. pypgsql does not seem to
be an apt-get package, however. It did not work because
"E: Couldn't find package pypgsql"
The fact tha
Tin Gherdanarra wrote:
> [EMAIL PROTECTED] wrote:
> > Have you tried apt-get build-dep pypgsql ?
> >
> > It could be that you lacks the necessary packages to build it.
>
> funny you'd mention it, I did. pypgsql does not seem to
> be an apt-get package, however. It did not work because
> "E: Couldn
10 matches
Mail list logo