Search Criteria
Package Details: python-snakeviz 2.0.1-1
Git Clone URL: | https://aur.archlinux.org/python-snakeviz.git (read-only, click to copy) |
---|---|
Package Base: | python-snakeviz |
Description: | A viewer for Python profiling data that runs as a web application in your browser. It is inspired by the wxPython profile viewer RunSnakeRun. |
Upstream URL: | http://jiffyclub.github.io/snakeviz |
Keywords: | runsnakerun snakeviz |
Licenses: | |
Submitter: | kjslag |
Maintainer: | wpd |
Last Packager: | wpd |
Votes: | 10 |
Popularity: | 0.37 |
First Submitted: | 2015-07-13 21:22 |
Last Updated: | 2019-12-11 20:57 |
Latest Comments
sebschrader commented on 2017-11-01 14:59
The image files under /usr/lib/python3.6/site-packages/snakeviz/static/images are missing read permission for users other than root:
```
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/tornado/web.py", line 1511, in _execute
result = yield result
File "/usr/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/lib/python3.6/site-packages/tornado/gen.py", line 307, in wrapper
yielded = next(result)
File "/usr/lib/python3.6/site-packages/tornado/web.py", line 2418, in get
for chunk in content:
File "/usr/lib/python3.6/site-packages/tornado/web.py", line 2570, in get_content
with open(abspath, "rb") as file:
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.6/site-packages/snakeviz/static/images/sort_both.png'
```