Opened 11 years ago

Last modified 10 years ago

#41398 closed defect

py27-scrapy: only root can access scrapy/mime.types — at Initial Version

Reported by: CaptSolo Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: perry@…
Port: py-scrapy

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?

Change History (0)

Note: See TracTickets for help on using tickets.