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 saurabhgupta2u
Recipients saurabhgupta2u
Date 2013-07-22.05:02:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374469341.59.0.267425457032.issue18525@psf.upfronthosting.co.za>
In-reply-to
Content
I've observed that shutil fails to import WindowsError on our windows 7 systems:

    from shutil import WindowsError

    File <file>, line <no>, in <module>
        from shutil import WindowsError
    ImportError: cannot import name WindowsError

The same statement works absolutely fine on linux. Has anyone else come across it too? Do you know how I could fix it?

Python version: 2.6.7
Linux OS: Centos 6.3
Windows OS: Windows 7 Professional x64
History
Date User Action Args
2013-07-22 05:02:21saurabhgupta2usetrecipients: + saurabhgupta2u
2013-07-22 05:02:21saurabhgupta2usetmessageid: <1374469341.59.0.267425457032.issue18525@psf.upfronthosting.co.za>
2013-07-22 05:02:21saurabhgupta2ulinkissue18525 messages
2013-07-22 05:02:21saurabhgupta2ucreate