#41398 closed defect (worksforme)
py27-scrapy: only root can access scrapy/mime.types
Reported by: | CaptSolo | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-scrapy |
Description (last modified by mf2k (Frank Schima))
Getting this error message when launching scrapy shell:
IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types'
Can be fixed with:
sudo chmod a+r /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types
Also, this module requires py27-w3lib (did not run without it) -> could it be added to the list of ports this port depends on?
Change History (9)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by mf2k (Frank Schima)
Cc: | perry@… removed |
---|---|
Owner: | changed from macports-tickets@… to perry@… |
comment:3 Changed 10 years ago by petrrr
Cc: | petr@… added |
---|
comment:4 Changed 10 years ago by petrrr
Owner: | changed from perry@… to macports-tickets@… |
---|
Perry gave up maintainership of this port!
comment:5 Changed 10 years ago by petrrr
Owner: | changed from macports-tickets@… to petr@… |
---|---|
Status: | new → assigned |
comment:7 Changed 10 years ago by petrrr
The permissions now look okay, so this has probably already been fixed.
ls -la mime.types -rw-r--r-- 1 root wheel 20392 9 Aug 22:19 mime.types
comment:8 Changed 10 years ago by petrrr
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
r123923 updated this port, which may have resolved this issue.
comment:9 Changed 10 years ago by petrrr
Port: | py-scrapy added; py27-scrapy removed |
---|---|
Version: | 2.2.1 |
Note: See
TracTickets for help on using
tickets.
Cc Me!