Changes between Initial Version and Version 1 of Ticket #52093


Ignore:
Timestamp:
Aug 24, 2016, 6:23:09 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Duplicate of #49575.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52093

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #52093 – Description

    initial v1  
    11I installed the py27-awscli package.  When I tried to use aws-2.7, I got the following error report:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/opt/local/bin/aws-2.7", line 19, in <module>
     
    99    from docutils.core import publish_string
    1010ImportError: No module named docutils.core
    11 
     11}}}
    1212When I installed py27-docutils, the problem went away.