Re: dl module
- From: Thomas Pani <thomas.pani@xxxxxxxxx>
- Date: Thu, 31 Jan 2008 12:39:50 +0100
There's a Debian bug for python2.2 at [1]. You can't use dl on a 64bit
machine anyway, because sizeof(int) != sizeof(long).
Cheers
Thomas Pani
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=141681
Nicola Jean wrote:
Hi everyone,
I'm having a problem compiling Python2.4.4 on a 64 bits machine. It
looks like I cannot compile the dl module.
When I run test_dl.py I get the following error message:
SystemError: module dl requires sizeof(int) == sizeof(long) == sizeof(char*)
Do I need to put any special flag when I run the configure script?
Cheers
N.Jean
.
- Prev by Date: Re: REALLY simple xml reader
- Next by Date: Re: Executing other python code
- Previous by thread: dl module
- Next by thread: Re: Design question - Sharing of single object by multiple processes
- Index(es):