Anurag Kulkarni added the comment:
Hey!
A few changes are required to accomplish what you seek, but results could be
severe. Path.relative_to() should return an exception if relative path is not
part of the original path. However, I have got a solution for that. I am not
that familiar with
Anurag Chourasia added the comment:
Hi All,
Thanks again for all your support.
I can confirm that this works fine with the AIX Shared Library build support
added in Python 2.7.1 (and 3.x which I have not tested but my tests with 2.7.1
were absolutely fine)
--
resolution: -> fi
Anurag Chourasia added the comment:
Just received a message from Benjamin Peterson informing the release of 2.7.1.
I will now download that tar ball and it should have sebastian's changes as
well. I will update the results of my build process sh
Anurag Chourasia added the comment:
Hi Stefen,
I looked at http://bugs.python.org/issue941346 and I believe it might help my
case, but, the changes made against that issue are not clear to me.
It appears that for Python 2.7, the changes were made in the following 5 files
1. configure.in
2
Changes by Anurag Chourasia :
--
title: Fatal Python error: Interpreter not initialized (version mismatch?) ->
AIX 5.3 - GCC - Python 2.7 Shared Library Support - Fatal Python error:
Interpreter not initialized (version mismatch?)
___
Pyt
New submission from Anurag Chourasia :
Python extensions build on AIX 5.3 with GCC 4.2 fails.
The configure command was as follows
./configure --enable-shared --disable-ipv6 --with-gcc=gcc CPPFLAGS="-I
/opt/freeware/include -I /opt/freeware/include/readline -I
/opt/freeware/include/nc
New submission from Anurag :
Hi
I downloaded the source for Python-3.1.1 for windows x86. I followed the
instructions in the PCbuild\Readme.txt file to build python
Basically, all I did was
1. Open the “PCbuild\pcbuild.sln” in VS2008.
2. Select the “Win32” as Solution Platform and