#41398: py27-scrapy: only root can access scrapy/mime.types --------------------------+-------------------------------- Reporter: captsolo@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: py27-scrapy | --------------------------+-------------------------------- Description changed by macsforever2000@…: Old description:
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?
New description: 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? -- -- Ticket URL: <https://trac.macports.org/ticket/41398#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X