Python 2.7.3 - ImportError:没有名为PyInstaller的模块

时间:2013-01-26 00:40:57

标签: python python-2.7

过去几个小时我一直想把PyInstaller搞得一团糟,我不断收到这个错误。如果有人能指出我如何解决这个问题,我会很感激。我正在使用PyInstaller 2.0

1 个答案:

答案 0 :(得分:0)

你可以尝试将它添加到你的python代码中:

import sys
sys.path.append('.')