Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102056 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-01-24 06:56 +1100 |
| Last post | 2016-01-24 06:56 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3); Chris Angelico <rosuav@gmail.com> - 2016-01-24 06:56 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-01-24 06:56 +1100 |
| Subject | Re: pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3); |
| Message-ID | <mailman.189.1453579024.15297.python-list@python.org> |
On Sun, Jan 24, 2016 at 6:43 AM, Steve Petrie, P.Eng. <apetrie@aspetrie.net> wrote: > In case other Windows XP "orphans" want to use mitmdump, here's what I > learned (via Google): > > I changed the bang line (wrapping the pathname in double quotes) in file > mitmdump-script.py: > > from: #!e:\a p p s\python27\python.exe > to: #!"e:\a p p s\python27\python.exe" Spaces in names are often a pain. I'd raise this upstream as a bug report - it should be fixed properly rather than depending on manual editing. > I haven't yet got mitmdump to actually write anything to the output file, > but I expect that's just a matter of studying the mitmdump docs. I'd say you'll do best with a mailing list dedicated to mitmdump; what you're looking at now is application-specific issues. > P.S. Be assured -- I will soon be moving away from Windows XP to a new > computer running Debian Linux. Good plan! That's what I use on all my systems. So many things are easier when you move off XP. ChrisA
Back to top | Article view | comp.lang.python
csiph-web