Python-spe-users Digest, Vol 10, Issue 1

[email protected] Tue, 14 Aug 2007 12:02:09 +0200
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. problem with accents ( [email protected] )
   2. Re: problem with accents (Stani's Python Editor)


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Aug 2007 23:09:15 +0200
From: " [email protected] " <[email protected]>
Subject: [spe-users] problem with accents
To: " python-spe-users " <[email protected]>
Message-ID: <JMQDFF$0EE0202530B1B31D5819F2189C2876C2-cBm5OqgzVeIUrb4e85K3Fw@public.gmane.org>
Content-Type: text/plain; charset=iso-8859-1


I'm not able to open python files containing some accents in
the comments.

Spe notify me that there are Unicode Errors, and the Source
tab is totaly empty.

I had the same kind of reaction with Boa Constructor. This
problem was corrected by placing a file in the
/usr/lib/python2.(5)/site-packages/ directory
. This file (sitecustomize.py)  contain this peace of code :
       import sys
       sys.setdefaultencoding('iso-8859-1')


Is there any issue to this problem with spe ?

------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
D?couvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis ? conditions.




------------------------------

Message: 2
Date: Tue, 14 Aug 2007 00:28:55 +0200
From: Stani's Python Editor <[email protected]>
Subject: Re: [spe-users] problem with accents
To: Mailing list for spe users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Did you specify the encoding according to pep-0263?
http://www.python.org/dev/peps/pep-0263/

Stani

[email protected] schreef:
> http://pythonide.stani.be
> http://pythonide.stani.be/manual/html/manual.html
> http://pythonide.stani.be/blog/sm_donate
> --
> 
> 
> 
> I'm not able to open python files containing some accents in
> the comments.
> 
> Spe notify me that there are Unicode Errors, and the Source
> tab is totaly empty.
> 
> I had the same kind of reaction with Boa Constructor. This
> problem was corrected by placing a file in the
> /usr/lib/python2.(5)/site-packages/ directory
> . This file (sitecustomize.py)  contain this peace of code :
>        import sys
>        sys.setdefaultencoding('iso-8859-1')
> 
> 
> Is there any issue to this problem with spe ?
> 
> ------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
> D?couvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
> Soumis ? conditions.
> 
> 
> _______________________________________________
> Python-spe-users mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/python-spe-users
> 



------------------------------

_______________________________________________
Python-spe-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest, Vol 10, Issue 1
***********************************************