reportlab.graphics.shapes
次のようにインポートしようとしたときに、Python はサブモジュールを把握できませんでした。
>>> from reportlab.graphics.shapes import Drawing
Traceback (most recent call last):
File "<pyshell#14>", line 1, in <module>
from reportlab.graphics.shapes import Drawing
ImportError: No module named shapes
reportlab
パッケージを/site-packagesにコピーし、モジュール reportlab.graphicsを正常にインポートできます。
私の Python バージョンは 2.7.3 です。
誰でもこの問題を解決するのを手伝ってもらえますか?