[Python-porting] problem python‏

Brett Cannon brett at python.org
Mon Feb 6 18:59:35 CET 2012


This is not the right mailing list to ask for technical help like this; the
list is meant to discuss porting Python apps from Python 2 to Python 3.

As for your problem, though, it looks like you didn't get the binascii
extension built. If you need help with compiling you should ask on
python-list or do a Google search.

2012/2/6 nou nou <nounou__nounou at hotmail.fr>

>  Hi,
>
> I have the following error when i run a python file :
>
> Traceback (most recent call last):
>  File "MySimulation.py", line 14, in <module>
>   &nbs p; from random import *
>   File "/usr/local/lib/python2.6/random.py", line 48, in <module>
>     from binascii import hexlify as _hexlify
> ImportError: No such file or directory
>
>
> Have you a solution ?
>
> Thanks in advance.
> Best regards
>
> _______________________________________________
> Python-porting mailing list
> Python-porting at python.org
> http://mail.python.org/mailman/listinfo/python-porting
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20120206/224d0149/attachment.html>


More information about the Python-porting mailing list