> * Piotr Dobrogost <[email protected]> [28-juil.-2011 11:14]:
> Piotr Dobrogost <pd <at> gmane.2011.dobrogost.pl> writes:
> > LookupError: unknown encoding: IBO-8859-1
> > Typo?
> 
> Well, not a typo after reading this
> http://lists.logilab.org/pipermail/python-projects/2008-October/001541.html
> 
> The problem is rather with what happens next:
> Traceback (most recent call last):
>   File "c:\python\3.2\Lib\tokenize.py", line 304, in find_cookie
>     codec = lookup(encoding)
> LookupError: unknown encoding: IBO-8859-1

I don't know why the implicit build in install command doesn't work as
the standalone invocation.

I reproduce the error with:
        python3.2 setup.py install

whilst this one works as expected:
        python3.2 setup.py build

If you can, try to pass the no-compile option to the install command:
        python3.2 setup.py install --no-compile

I've opened a ticket to track the problem (http://www.logilab.org/ticket/72022).

Thanks for the report.
-- 
Julien JEHANNET                                          LOGILAB, Paris (France)
http://www.cubicweb.org                 CubicWeb, le cadriciel du web sémantique
http://www.logilab.org             Dépôt des logiciels libres conçus par Logilab
http://www.logilab.fr       Informatique scientifique & Gestion de connaissances

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to