Orlando Irrazabal <oirr...@mendoza.gov.ar> added the comment:

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

r...@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:
r...@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<pit...@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<rep...@bugs.python.org>
> <http://bugs.python.org/issue8760>
> _______________________________________
>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8760>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to