[issue8760] Python 2.6.5 fails to build on AIX 5.3

Orlando Irrazabal report at bugs.python.org
Wed May 19 20:27:11 CEST 2010


Orlando Irrazabal <oirraza at mendoza.gov.ar> added the comment:

Antonie, you are right, the interpreter was compiled fine, this is the 
output when i run python

root at host:python-2.6.5# ./python
'import site' failed; use -v for traceback
Python 2.6.5 (r265:79063, May 18 2010, 19:19:48) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
 >>>

but when i run ./python -m test.regrtest -w , the output is:
root at host:python-2.6.5# ./python -m test.regrtest -w
'import site' failed; use -v for traceback
Could not import runpy module

Thanks

Orlando Irrazabal
El 19/05/2010 10:30, Antoine Pitrou escribió:
> Antoine Pitrou<pitrou at free.fr>  added the comment:
>
> According to your log, the interpreter itself compiled fine (you can check that with "./python" and even run the test suite: "./python -m test.regrtest -w"), but the _ctypes extension failed configuring.
>
> ----------
> assignee:  ->  theller
> nosy: +pitrou, theller
>
> _______________________________________
> Python tracker<report at bugs.python.org>
> <http://bugs.python.org/issue8760>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8760>
_______________________________________


More information about the Python-bugs-list mailing list