[C++-sig] Distutils: setup script for binary files

Roman Yakovenko roman.yakovenko at gmail.com
Thu Jun 8 20:07:48 CEST 2006


On 6/8/06, Christophe Pradal <christophe.pradal at cirad.fr> wrote:
> There is no good solution. What we do is to install binary dependencies
> as data.
> Other solutions is to install first on the system the other so, then
> your package.

Thanks, I though I missed something very trivial. Actually there is a
better way:
ask user where he want to put those files.

Here is relevant links how to achieve this:
http://docs.python.org/dist/node29.html

And example
http://tinyurl.com/jcvma
See doc_cmd class.

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list