Philippe C. Martin wrote:
The flawless way would be to use distutils. In fact you shouldn't even
need your own install script--it should do most of the work for you.


The reason I have not so far is I have not found a way to get what I
want done:

1) create directories in site-packages (I gather this shoudl be easy
enough)
2) copy already compiled (.pyc) and source (.py) files to those
directories

Why would you want to copy any *.pyc instead of compiling them on site?

--
Vincent Wehren


3) create directories and copy files in a directory kept in an
environment variable


Can distutils do this for me?




Regards,

Philippe





--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to