Changes between Initial Version and Version 1 of Ticket #41398


Ignore:
Timestamp:
Nov 16, 2013, 10:17:36 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41398 – Description

    initial v1  
    11Getting this error message when launching scrapy shell:
    22
    3 * IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types'
     3{{{
     4IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types'
     5}}}
    46
    57Can be fixed with:
    68
    7 * sudo chmod a+r /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types
     9{{{
     10sudo chmod a+r /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/mime.types
     11}}}
    812
    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?
     13Also, this module requires py27-w3lib (did not run without it) -> could it be added to the list of ports this port depends on?