PyInstaller NameError

时间:2012-05-09 12:44:40

标签: python ubuntu wxpython executable pyinstaller

在使用python 2.7和wx 2.8.11的Linux Ubuntu 11.04上使用PyInstaller 1.5.1时出现此错误。

File "/media/EJRB/NUSAIPT/NUSAIPT.py", line 52 in Notebook
  class Page(STC.StyledTextCtrl):
NameError: name 'STC' is not defined

当我运行程序时,它运行正常。我也做这个导入

import wx.stc as STC

那是怎么回事?

0 个答案:

没有答案