Actions
Bug #2884
closedupdatecom.py error when a typelib is not found
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
08/08/2014
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.0.0
Show in known bugs:
No
Workaround:
Description
C:\Python27\Lib\site-packages\pyscope>python updatecom.py
Generating .py files from type libraries...
initializing TEM Scripting
Traceback (most recent call last):
File "updatecom.py", line 54, in <module>
run()
File "updatecom.py", line 50, in run
makeFile(desc)
File "updatecom.py", line 29, in makeFile
print 'Error, cannot find typelib for "%s"' % descs
TypeError: not all arguments converted during string formatting
Updated by Anchi Cheng over 10 years ago
r18492 fixed this.
r18493 merge the fix to 3.0
Updated by Anchi Cheng about 10 years ago
- Status changed from New to Closed
- Assignee set to Anchi Cheng
- Target version set to Appion/Leginon 3.1.0
tested
Actions