Distutils - Program Distribution

J

Jens Thiede

Pardon the silly question, but can one use distutils to install
somewhere other than site-packages, or is distutils only ment for this
kind of a job. I'd like to use it to make the distribution of my
programs simpler :)

Thanks for any good replies,

Jens.
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

Jens said:
Pardon the silly question, but can one use distutils to install
somewhere other than site-packages, or is distutils only ment for this
kind of a job. I'd like to use it to make the distribution of my
programs simpler :)

You can achieve nearly anything with distutils by subclassing the
commands. The more you deviate from the standard procedures, the
more code you have to put into the subclasses.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top