Re: Problem when import C model

2006-07-03 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What you describe makes perfect sense to me. If python is a 64 bit > program, it can only link to 64 bit libraries. If you compiled your > library in 32-bit mode, then the library headers will indicate this, > and linux's library loading code wil

Re: Problem when import C model

2006-07-03 Thread [EMAIL PROTECTED]
this is more of a linux question than a python question, so you may get better luck with asking there. What you describe makes perfect sense to me. If python is a 64 bit program, it can only link to 64 bit libraries. If you compiled your library in 32-bit mode, then the library headers will indi