|
PythonWin 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32.
|
|
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
|
|
Traceback (most recent call last):
|
|
File "C:\Leginon\Python2.5\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 325, in RunScript
|
|
exec codeObject in __main__.__dict__
|
|
File "C:\Leginon\Python2.5\Lib\site-packages\leginon\launcher.py", line 11, in <module>
|
|
import leginondata
|
|
File "C:\Leginon\Python2.5\Lib\site-packages\Leginon\leginondata.py", line 12, in <module>
|
|
import projectdata
|
|
File "C:\Leginon\Python2.5\Lib\site-packages\Leginon\projectdata.py", line 2, in <module>
|
|
import leginon.leginondata
|
|
File "C:\Leginon\Python2.5\lib\site-packages\leginon\__init__.py", line 15, in <module>
|
|
__version__ = version.getVersion()
|
|
File "C:\Leginon\Python2.5\lib\site-packages\leginon\version.py", line 86, in getVersion
|
|
svninfo = getSVNInfo(module_path)
|
|
File "C:\Leginon\Python2.5\lib\site-packages\leginon\version.py", line 67, in getSVNInfo
|
|
p = subprocess.Popen('svn info', shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
|
File "C:\Leginon\Python2.5\lib\subprocess.py", line 586, in __init__
|
|
errread, errwrite) = self._get_handles(stdin, stdout, stderr)
|
|
File "C:\Leginon\Python2.5\lib\subprocess.py", line 681, in _get_handles
|
|
p2cread = self._make_inheritable(p2cread)
|
|
File "C:\Leginon\Python2.5\lib\subprocess.py", line 722, in _make_inheritable
|
|
DUPLICATE_SAME_ACCESS)
|
|
TypeError: an integer is required
|
|
>>>
|