➜

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.

作者 terry.reedy
收信人 amaury.forgeotdarc, brett.cannon, georg.brandl, ocean-city, terry.reedy
日期 2010-08-04.23:37:57
SpamBayes Score 3.7925016e-05
Marked as misclassified 否
Message-id <1280965078.68.0.658958366929.issue3099@psf.upfronthosting.co.za>
In-reply-to
内容
>it is likely that the new import library will correct the problem.

Did it? 

With standard 3.1.2,
>>> import nul
...
ImportError: DLL load failed: The specified module could not be found.
>>> import con
...
ImportError: No module named con

So is there any problem with 2.7, or should we close this?
历史
日期 用户 动作 参数
2010-08-04 23:37:58terry.reedy修改recipients: + terry.reedy, brett.cannon, georg.brandl, amaury.forgeotdarc, ocean-city
2010-08-04 23:37:58terry.reedy修改messageid: <1280965078.68.0.658958366929.issue3099@psf.upfronthosting.co.za>
2010-08-04 23:37:57terry.reedy链接issue3099 messages
2010-08-04 23:37:57terry.reedy创建