超级网迷

超级网迷+ 电脑迷+ 音乐迷
个人资料
正文

Pygame to exe display module error 解决办法

(2015-08-31 18:21:19) 下一个

错误信息:

RuntimeWarning: import display: No module named _view
RuntimeWarning: import draw: No module named _view
RuntimeWarning: import image: Nomodule named _view
RuntimeWarning: import pixelcopy: No module named _view
RuntimeWarning: import transform: No module named _view

解决办法就是: Add import pygame._view to the top of your main source file, as described here.

另外,我的upx 3.91在压缩文件wxbase30u_vc90.dll (1978KB)后,运行出错。还是不要压缩此文件了:)

2015.08.31

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.