Opened 11 years ago

Last modified 9 years ago

#41398 closed defect

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

Reported by: CaptSolo Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: perry@…
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 (1)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.