Mac OS X 10.7.5 Python 2.7 Reportlab 2.6
reportlab でサブモジュールを呼び出そうとすると、古き良きインポート エラーが発生します。
> Traceback (most recent call last): File "reportlab.py", line 1, in
> <module>
> import reportlab File "/Users/maggielee/Documents/pythons/reportlab.py", line 2, in <module>
> from reportlab.graphics.shapes import Drawing, String ImportError: No module named graphics.shapes
:( reportlab.graphics がそこにあると確信しています。noob として画像を埋め込むことはできませんが、ここでは ... サイトパッケージで、beautifulsoup などと同じです:
https://docs.google.com/open?id=0B-ZMst96R_MYUENKR0FjcFJjaG8
ここに私が試した手順があります: python setup.py install
> ...
> ########## SUMMARY INFO #########
> ################################################
> #Attempting install of _rl_accel, sgmlop & pyHnj
> #extensions from '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site->packages/reportlab-2.6/src/rl_addons/rl_accel'
> ################################################
> ################################################
> #Attempting install of _renderPM
> #extensions from '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site->packages/reportlab-2.6/src/rl_addons/renderPM'
> # installing without freetype no ttf, sorry!
> # You need to install a static library version of the freetype2 software
> # If you need truetype support in renderPM
> # You may need to edit setup.cfg (win32)
> # or edit this file to access the library if it is installed
> ################################################ Standard T1 font curves already downloaded
はい、わかりました、それが何を意味するのかわかりませんので、試してみましょう: python setup.py tests
次に、いくつかのテストを介してチャーンし、いくつかのエラーの詳細を示して教えてくれます(失敗= 1エラー= 6)
それでは、easy_install reportlab を試してみましょう
結果:
> Searching for reportlab Best match: reportlab 2.6 Adding reportlab 2.6
> to easy-install.pth file
>
> Using
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
> Processing dependencies for reportlab Finished processing dependencies
> for reportlab
とても悲しいです。しばらくこれと戦っていましたが、私は暗闇の中にいます。何か案は?