Hack workaround:
Assuming that the used function calls are the same in
python22 and python 23 you can open the _codec.dll in a
hex-editor, search for python and replace the 22 with 23.
Now pyDC starts (with a warning). I have been able to
download the hub-list and make login commands, but search
results are empty. Don't know if it is this "fix" or something
else...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1096551
The problem is in the linkage of the dll:
pydc\pyDClib\he3\_codec.dll
it makes a hard request for the python22.dll
Hack workaround:
Assuming that the used function calls are the same in
python22 and python 23 you can open the _codec.dll in a
hex-editor, search for python and replace the 22 with 23.
Now pyDC starts (with a warning). I have been able to
download the hub-list and make login commands, but search
results are empty. Don't know if it is this "fix" or something
else...