On 9/29/05, Todd Maynard <[EMAIL PROTECTED]> wrote: > ss.py is the *main* program, but it is going to expect to find the other > python scripts and the compiled c++ object files in the same dir....(I think)
How are you loading those other files then? If you're importing them, why wouldn't you want to use distutils? What I did with my python program is create an executable .py that I sent to /usr/bin that loaded the modules I installed. > And as a side note, I agree that /usr/lib/python-2.x/site-packages/ isn't > appropriate for normal *apps* either, unless they are expressly meant to be > import-able into other python apps as a module(see boaconstructor for an > example) Then perhaps you could check out a better way to do this? Admittedly, I hadn't realized that site-packages was *only* for modules, so maybe there's a better way to do this for things-to-import-that-aren't-quite-modules that I just don't know about.... -- http://aconkling.blogspot.com _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
