Hi,
I can't get 64bit pykd to load.
x86 works fine: I copy pykd.dll to winext and do ".load pykd"
however , when I do the same for x64, I get
The call to LoadLibrary(pykd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
Comments: ** Comment from web user: tpol **
I can't get 64bit pykd to load.
x86 works fine: I copy pykd.dll to winext and do ".load pykd"
however , when I do the same for x64, I get
The call to LoadLibrary(pykd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
Comments: ** Comment from web user: tpol **
Thanks, I installed py27 x64 but now i have the following error:
0:028> !py c:\tmp\test.py
Pykd package is not installed.You can install it by command "!pykd.install"
0:028> !pykd.install
Requirement already satisfied (use --upgrade to upgrade): pykd in c:\python27\lib\site-packages
0:028> !pykd.upgrade
Requirement already up-to-date: pykd in c:\python27\lib\site-packages