消息 [112924]
>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:58 | terry.reedy | 修改 | recipients:
+ terry.reedy, brett.cannon, georg.brandl, amaury.forgeotdarc, ocean-city |
| 2010-08-04 23:37:58 | terry.reedy | 修改 | messageid: <1280965078.68.0.658958366929.issue3099@psf.upfronthosting.co.za> |
| 2010-08-04 23:37:57 | terry.reedy | 链接 | issue3099 messages |
| 2010-08-04 23:37:57 | terry.reedy | 创建 | |
|