This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oirraza
Recipients oirraza, pitrou, theller
Date 2010-05-19.18:27:09
SpamBayes Score 6.0934686e-05
Marked as misclassified No
Message-id <4BF42D76.7040909@mendoza.gov.ar>
In-reply-to <1274275842.76.0.09496449025.issue8760@psf.upfronthosting.co.za>
Content
Antonie, you are right, the interpreter was compiled fine, this is the 
output when i run python

root@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@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@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@bugs.python.org>
> <http://bugs.python.org/issue8760>
> _______________________________________
>
History
Date User Action Args
2010-05-19 18:27:11oirrazasetrecipients: + oirraza, theller, pitrou
2010-05-19 18:27:10oirrazalinkissue8760 messages
2010-05-19 18:27:09oirrazacreate