On 4 Feb 2005 04:01:25 -0800, rumours say that "Michele Simionato"
<[EMAIL PROTECTED]> might have written:

>I guess I need to add a os.link(src, dst) somewhere in the
>setup.py script or in a postinstallation script but I am not exactly
>sure where.

Since you want to make a symbolic link, you probably want to use os.symlink()
and not os.link(), but that seems to be the least of your troubles.
-- 
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC1958)
I really should keep that in mind when talking with people, actually...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to