- 论坛徽章:
- 0
|
python SPE.py --debug > debug1.txt 2>&1
- SPE v0.8.2.a (c)2003-2005 www.stani.be
- If spe fails to start:
- - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt
- (or if you use tcsh: "python SPE.py --debug >& debug.txt")
- - send debug.txt with some info to spe.stani.be[at]gmail.com
-
- Blender support disabled (run SPE inside Blender to enable).
- Encrypted debugging disabled.
- If you prefer encrypted debugging, install the "Python Cryptography Toolkit"
- from http://www.amk.ca/python/code/crypto
- Spe is running in debugging mode with this configuration:
- - platform : win32
- - python : 2.4.3
- - wxPython : 2.6.1.0.
- - interface : <default>
- - encoding : iso-8859-1
- Launching application...
- Create: Mdi: <class 'sm.wxp.smdi.MdiSashTabsParentFrame'>.tabs
- Create: Mdi: <class 'sm.wxp.smdi.MdiSashTabsParentFrame'>.tabs
- Create: Framework: menu.
- Create: Framework: toolbar.
- Create: Framework: statusbar.
- Creating tabs...
- Shell
- Locals
- Session
- Output
- Find
- Browser
- Recent
- Todo
- Index
- Notes
- Donate
- Traceback (most recent call last):
- File "SPE.py", line 209, in ?
- style = style)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 1278, in __init__
- wx.App.__init__(self,redirect=not debug)
- File "D:\Program Files\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_core.py", line 7473, in __init__
- self._BootstrapApp()
- File "D:\Program Files\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_core.py", line 7125, in _BootstrapApp
- return _core_.PyApp__BootstrapApp(*args, **kwargs)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 1297, in OnInit
- style = self.style,
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 671, in __init__
- Parent.__init__(self,app=app,page=page,**options)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 595, in __init__
- parentFrame = self,
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 326, in __init__
- self.__finish__()
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 740, in __finish__
- Parent.__finish__(self)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 599, in __finish__
- Framework.__finish__(self)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\sm\wxp\smdi.py", line 424, in __finish__
- self.panel.__finish__()
- File "D:\Program Files\Python24\Lib\site-packages\_spe\Parent.py", line 121, in __finish__
- self.__frame__()
- File "D:\Program Files\Python24\Lib\site-packages\_spe\Parent.py", line 169, in __frame__
- self.__remember__(openFiles=self._openFiles)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\Parent.py", line 189, in __remember__
- self.loadWorkspace()
- File "D:\Program Files\Python24\Lib\site-packages\_spe\Parent.py", line 322, in loadWorkspace
- verbose = True)
- File "D:\Program Files\Python24\Lib\site-packages\_spe\Parent.py", line 854, in openList
- print 'Opening %s'%fileName
- UnicodeEncodeError: 'latin-1' codec can't encode characters in position 11-14: ordinal not in range(256)
复制代码
那位高手看过 |
|