Re: [EMAIL PROTECTED]: Our application doesn't work with Debian packaged Python]

2001-01-17 Thread Danie Roux
Neil, Thanks alot, didn't think to bother the big G with it. :-) This is the exact answer I wanted, how to get along without patching the Python source. I'll try to figure this out: > The proper solution would be to put the needed entry points beside the > init entry point in a separate shared

[EMAIL PROTECTED]: Our application doesn't work with Debian packaged Python]

2001-01-16 Thread Neil Schemenauer
The word from the BDFL himself: - Forwarded message from Guido van Rossum <[EMAIL PROTECTED]> - Date: Tue, 16 Jan 2001 23:16:48 -0500 From: Guido van Rossum <[EMAIL PROTECTED]> Subject: Re: [Python-Dev] [EMAIL PROTECTED]: Our application doesn't work with Debian package

Re: Our application doesn't work with Debian packaged Python

2001-01-16 Thread Jon Nelson
> On Tue, Jan 16, 2001 at 11:44:48AM +0200, Danie Roux wrote: > [snip] > | > | I then went and look at the source rpm. They have this patch in there: > | > | --- Python-1.5.2/Python/importdl.c.global Sat Jul 17 16:52:26 1999 > | +++ Python-1.5.2/Python/importdl.c Sat Jul 17 16:53:19 1999 > | @@

Re: Our application doesn't work with Debian packaged Python

2001-01-16 Thread D-Man
On Tue, Jan 16, 2001 at 11:44:48AM +0200, Danie Roux wrote: [snip] | | I then went and look at the source rpm. They have this patch in there: | | --- Python-1.5.2/Python/importdl.c.global Sat Jul 17 16:52:26 1999 | +++ Python-1.5.2/Python/importdl.cSat Jul 17 16:53:19 1999 | @@ -441,13 +44

Our application doesn't work with Debian packaged Python

2001-01-16 Thread Danie Roux
Good they all, Our program is an archiver for gnome that uses gnome-python with one widget written in C. I converted our program to autoconf and automake so anyone can (and please do!) compile it and see what I mean. Everything compiles fine. But when it runs it just throws a weird exception. T