On Tue, May 08, 2007 at 05:57:19AM -0400, Kevin Coyner wrote:
> #!/usr/bin/env python
> # -*- coding: UTF-8 -*-
>
> Is this not an issue with any other python package? Still thinking
> of reassigning this bug ...
Looking much closer, it seems that this is indeed not the fault of your
package, but
Le mardi 08 mai 2007 à 05:57 -0400, Kevin Coyner a écrit :
> Is this not an issue with any other python package? Still thinking
> of reassigning this bug ...
It looks like an issue in distutils indeed. The file is opened in ASCII
mode, which doesn't allow for writing Unicode text inside.
You shou
On Tue, May 08, 2007 at 09:42:00AM +0200, Brian Sutherland wrote..
> On Mon, May 07, 2007 at 09:27:18PM -0400, Scott Kitterman wrote:
> > On Monday 07 May 2007 20:43, Kevin Coyner wrote:
> > Or 3. Patch setup.py to expect it. I believe if you add:
> >
> > # -*- encoding: utf-8 -*-
> >
> >
On Mon, May 07, 2007 at 09:27:18PM -0400, Scott Kitterman wrote:
> On Monday 07 May 2007 20:43, Kevin Coyner wrote:
> Or 3. Patch setup.py to expect it. I believe if you add:
>
> # -*- encoding: utf-8 -*-
>
> to the file before the unicode characters are encountered the first time,
> that
> s
4 matches
Mail list logo