[Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread Sérgio Durigan Júnior
Hi all, My question is simple: is there any problem when installing/using both 32- and 64-bit Python's on the same machine? I'm more concerned about header files (those installed under /usr/include/python-2.x), because as far as I could see there's nothing similar to a #ifdef USE_64BIT or

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread M.-A. Lemburg
On 2008-04-11 19:10, Sérgio Durigan Júnior wrote: Hi all, My question is simple: is there any problem when installing/using both 32- and 64-bit Python's on the same machine? I'm more concerned about header files (those installed under /usr/include/python-2.x), because as far as I could see

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread M.-A. Lemburg
On 2008-04-11 20:21, Sérgio Durigan Júnior wrote: Hi Lemburg, On Fri, 2008-04-11 at 19:38 +0200, M.-A. Lemburg wrote: On 2008-04-11 19:10, Sérgio Durigan Júnior wrote: Hi all, My question is simple: is there any problem when installing/using both 32- and 64-bit Python's on the same

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread Sérgio Durigan Júnior
On Fri, 2008-04-11 at 22:06 +0200, M.-A. Lemburg wrote: Hmm, right. I tried to modify the installation path (using --libdir in ./configure) to /usr/lib64, but some *.pyo objects still are installed under /usr/lib. AFAIK, these objects are bitness-dependent (i.e., if they were generated

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread M.-A. Lemburg
On 2008-04-11 22:25, Sérgio Durigan Júnior wrote: On Fri, 2008-04-11 at 22:06 +0200, M.-A. Lemburg wrote: Hmm, right. I tried to modify the installation path (using --libdir in ./configure) to /usr/lib64, but some *.pyo objects still are installed under /usr/lib. AFAIK, these objects are

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread Martin v. Löwis
My question is simple: It's also off-topic for python-dev, which is about the development of Python, not the development with Python. is there any problem when installing/using both 32- and 64-bit Python's on the same machine? I'm more concerned about header files (those installed under

Re: [Python-Dev] Python 32- and 64-bit living together

2008-04-11 Thread Sérgio Durigan Júnior
Hi Martin, On Fri, 2008-04-11 at 23:58 +0200, Martin v. Löwis wrote: My question is simple: It's also off-topic for python-dev, which is about the development of Python, not the development with Python. With all respect, I think you're confusing things. I'm here trying to find some