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: kernelnet **

> Where can I get the installer?

There is no installer for current version of the pykd, sorry. My opinion python package should be distributed by package manager. It is not windows way I know.

> I get error when try to install pykd

1. 11002 say about problem with DNS. Try to ping python.org
2. if you use proxy with autorization, you need to use additionl parameters to login
3. There is no pykd build for Py 3.4. We support only 2.7 and 3.5

You can download whl file and install it with pip command:
pip install pykd.whl

> How to unpack this dll?
It is ordinal ZIP archive, you can unpack dll by explorer


Viewing all articles
Browse latest Browse all 1625

Trending Articles



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