3

I'm trying to install ReportLab, but I have no C compiler available to compile the rl_accel library. Using setup.py, I would add an extra argument like so:

python setup.py --rl_accel=no install

Is it possible to add extra arguments to easy_install so that I can reproduce the same effect?

easy_install reportlab [something here?]
4

1 に答える 1

5

コマンドを使用しませんが、構成ファイルを作成できます。

http://packages.python.org/distribute/easy_install.html#controlling-build-options

于 2011-06-04T18:35:42.693 に答える