This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, gonegown, vstinner
Date 2010-07-03.09:19:03
SpamBayes Score 0.0016955828
Marked as misclassified No
Message-id <1278148746.36.0.260588946056.issue8988@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-03 09:19:06amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, gonegown
2010-07-03 09:19:06amaury.forgeotdarcsetmessageid: <1278148746.36.0.260588946056.issue8988@psf.upfronthosting.co.za>
2010-07-03 09:19:04amaury.forgeotdarclinkissue8988 messages
2010-07-03 09:19:04amaury.forgeotdarccreate