Opened 8 years ago

Last modified 8 years ago

#52093 closed defect

py27-awscli should depend on py27-docutils — at Initial Version

Reported by: rnowling@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py27-awscli

Description

I installed the py27-awscli package. When I tried to use aws-2.7, I got the following error report:

Traceback (most recent call last):

File "/opt/local/bin/aws-2.7", line 19, in <module>

import awscli.clidriver

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/awscli/clidriver.py", line 32, in <module>

from awscli.help import ProviderHelpCommand

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/awscli/help.py", line 19, in <module>

from docutils.core import publish_string

ImportError: No module named docutils.core

When I installed py27-docutils, the problem went away.

Change History (0)

Note: See TracTickets for help on using tickets.