Kalgan - 2004-08-03

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...