Terry J. Reedy <tjre...@udel.edu> added the comment: >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? ---------- nosy: +terry.reedy versions: +Python 2.7 -Python 2.5, Python 2.6, Python 3.0 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3099> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com