Re: Met Problem with Distutils

2005-02-28 Thread Robert Kern
[EMAIL PROTECTED] wrote: if i want a main executable py script installed on the /usr/local/bin, what do i do? i tried the data_files options in the setup.py, but nothing happened, no the expected file appeared in the resulted tarbar. Generally speaking, you, the author, shouldn't dictate to the us

Met Problem with Distutils

2005-02-28 Thread steven
if i want a main executable py script installed on the /usr/local/bin, what do i do? i tried the data_files options in the setup.py, but nothing happened, no the expected file appeared in the resulted tarbar. below is the setup.py: setup(name='foopkg', version='1.0', author="Steven