Changes between Initial Version and Version 1 of Ticket #41398
- Timestamp:
- Nov 16, 2013, 10:17:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41398 – Description
initial v1 1 1 Getting this error message when launching scrapy shell: 2 2 3 * IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types' 3 {{{ 4 IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types' 5 }}} 4 6 5 7 Can be fixed with: 6 8 7 * sudo chmod a+r /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types 9 {{{ 10 sudo chmod a+r /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types 11 }}} 8 12 9 Also: 10 11 * this module requires py27-w3lib (did not run without it) -> could it be added to the list of ports this port depends on? 13 Also, this module requires py27-w3lib (did not run without it) -> could it be added to the list of ports this port depends on?