因此,我根据汇编了一本有py2exe的书。 页: 1 汇编过程中没有任何错误,所有东西都做了罚款。
当我用上像样的文字时:
C:UsersRichardDistackprop3.exe 60
这是我获得的产出:
C:UsersRichard>C:UsersRichardDistackprop3.exe 60
Traceback (most recent call last):
File "backprop3.py", line 209, in <module>
File "backprop3.py", line 175, in demo
NameError: global name __file__ is not defined
C:UsersRichard>
Which is referring to this line:
image = Image.open( os.path.dirname( os.path.abspath( __file__ ) )+"/backprop-input.bmp" )
这条线只是从目前的名录中装上形象。 问题在哪里?