in 1568 on a win 7 64 bit computer, i'm getting the following error (note that this only prints the traceback when running through eclipse, otherwise it just hangs the program)
here's how i replicate:
downloaded 1568 fresh source folder
run eventghost
start new config file (to eliminate any config problems)
add macro with jump action. (config dialog comes up)
double click new added jump action. ERROR OCCURS - program hangs.
note this happens with any config file for me.
i have reverted to 1544, and don't have said issue.
- Code: Select all
Traceback (most recent call last) (0):
File "C:\eclipse64classic\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc\pydevd.py", line 1267, in <module>
debugger.run(setup['file'], None, None)
File "C:\eclipse64classic\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc\pydevd.py", line 1020, in run
pydev_imports.execfile(file, globals, locals) #execute the script
File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\EventGhost.pyw", line 52, in <module>
eg.Main()
File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\__init__.py", line 81, in Main
stackless.run()
File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Utils.py", line 157, in AssertWrapper
return func(*args, **kwargs)
File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Utils.py", line 127, in LogItWithReturnWrapper
result = func(*args, **kwargs)
File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Classes\UndoHandler\Configure.py", line 42, in Do
oldArgs = cpy(newArgs) # bugfix
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "C:\Python26\lib\copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "C:\Python26\lib\copy.py", line 338, in _reconstruct
state = deepcopy(state, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\Python26\lib\copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "C:\Python26\lib\copy.py", line 338, in _reconstruct
state = deepcopy(state, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\Python26\lib\copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "C:\Python26\lib\copy.py", line 322, in _reconstruct
args = deepcopy(args, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "C:\Python26\lib\copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "C:\Python26\lib\copy.py", line 338, in _reconstruct
state = deepcopy(state, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 292, in _deepcopy_inst
state = deepcopy(state, memo)
File "C:\Python26\lib\copy.py", line 162, in deepcopy
y = copier(x, memo)
File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\Python26\lib\copy.py", line 188, in deepcopy
"un(deep)copyable object of type %s" % cls)
Error: un(deep)copyable object of type <type 'ImagingCore'>
