Re: [Python-Dev] distutils.build_ext path comparison - python 2.5.2

2009-05-20 Thread Tarek Ziadé
Hi Sven can you add an issue with your patch in http://bugs.python.org/ Thanks in advance Tarek On Wed, May 20, 2009 at 2:31 PM, Sven Schrader wrote: > Hi, > > since our python installation is located on a symlink'ed directory, > our variables "sys.exec_prefix" and "sys.executable" can have dif

Re: [Python-Dev] distutils.build_ext path comparison - python 2.5.2

2009-05-20 Thread Aahz
On Wed, May 20, 2009, Sven Schrader wrote: > > since our python installation is located on a symlink'ed directory, > our variables "sys.exec_prefix" and "sys.executable" can have > different paths. Therefore, the respective test in build_ext.py fails > (line 202) and a wrong library directory is o