Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Commented Unassigned: Cannot find installer [14002]

$
0
0
I am not really sure how to set this extension. Below are few things that I tried and related questions.
Issue #1
=====
Download instruction states that simplest way of installing it is by automatic installer that checks for dependencies but I cannot find that installer. When I click on download link, I get a PYKD_BOOTSTARPPER_1.0.1.14.zip file that pykd.dll for x64 and x86. Where can I get the installer?

Issue #2
=====
On the download page, there is following instruction
__Unpack pykd.dll to the 'ext' directory.__
How to unpack this dll?

Issue #3
=====
I get error when try to install pykd

C:\Python34\Scripts>pip install pykd
Collecting pykd
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(11002, 'getaddrinfo failed'))': /simple/pykd/

What am I dong wrong here?
Comments: ** Comment from web user: palm_snow **

1. Installed x64 python
_C:\Windows\system32>python_
_Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32_
_Type "help", "copyright", "credits" or "license" for more information._

2. Ran following to install pykd. Didn't copy pykd.pyd anywhere
_C:\Windows\system32>pip install pykd_
_Collecting pykd_
_ Downloading pykd-0.3.1.7-cp35-none-win_amd64.whl (3.3MB)_
_ 100% |################################| 3.3MB 244kB/s_
_Installing collected packages: pykd_
_Successfully installed pykd-0.3.1.7_
_You are using pip version 8.1.1, however version 8.1.2 is available._
_You should consider upgrading via the 'python -m pip install --upgrade pip' command._
3. Copied x64 pykd.dll into C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\winext folder
4. Launch Windbg.exe from C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64. Getting following now.
_0:000> .load pykd_
_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._


Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>