Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102056
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| 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); |
| Date | 2016-01-24 06:56 +1100 |
| Message-ID | <mailman.189.1453579024.15297.python-list@python.org> (permalink) |
| References | <EA77A0A5B05D4D62B066AF6FDD9D66A9@Dell> <CAPTjJmpxHrsv3Hj9CGLgLhDKCe=3njDorD4LWOO7X2HBMrNuaA@mail.gmail.com> <5B9D2FB5D87C47E78205CE5B96110CCC@Dell> |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
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
csiph-web