On 9/29/05, Aaron Griffin <[EMAIL PROTECTED]> wrote: > You shouldn't distribute the c++ code. Don't copy over the .hpp and > .cpp files (or the .o). You also shouldn't need the setup.py file, > which maybe you should use (as it looks like it has a distutils > functionality) - "python setup.py install --root=/usr" ??
This is what I do for my program, but it installs the files to site-packages, thus my original recommendation. Am I missing something that tells distutils to install somewhere else? -- http://aconkling.blogspot.com _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
