Distutils - Program Distribution

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jens Thiede

    Distutils - Program Distribution

    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.
  • Martin v. Löwis

    #2
    Re: Distutils - Program Distribution

    Jens Thiede wrote:
    [color=blue]
    > 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 :)[/color]

    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

    Comment

    Working...