Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: Here is what I did, on a machine running Windows XP, with python 3.1.1: - I used 7-zip to extract the attached zip file, in the c:\temp directory. - Then I opened a command prompt, here is an exact copy of the session: C:>cd \temp\█
C:\temp\█>dir Le volume dans le lecteur C s'appelle Disque dur Le numéro de série du volume est D4BA-260C Répertoire de C:\temp\█ 03/07/2010 11:10 <REP> . 03/07/2010 11:10 <REP> .. 08/06/2010 09:13 44 a.py 08/06/2010 14:21 11 b.py 2 fichier(s) 55 octets 2 Rép(s) 58 733 801 472 octets libres C:\temp\█>c:\Python31\python.exe a.py Traceback (most recent call last): File "a.py", line 3, in <module> import b; ImportError: No module named b C:\temp\█>notepad a.py [Replaced encoding with "utf-8", then save and quit] C:\temp\█>c:\Python31\python.exe a.py Traceback (most recent call last): File "a.py", line 2, in <module> import b; ImportError: No module named b ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8988> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com