Re: packaging programs

2006-07-11 Thread Diez B. Roggisch
Brian Blais schrieb: > Hello, > > What is the preferred way of packaging python programs? I know a bit > about py2exe (windows) and freeze (linux), but is there a way to package > something if you assume that they have python installed? For example, > if you assume that they have Python 2.4,

packaging programs

2006-07-11 Thread Brian Blais
Hello, What is the preferred way of packaging python programs? I know a bit about py2exe (windows) and freeze (linux), but is there a way to package something if you assume that they have python installed? For example, if you assume that they have Python 2.4, but don't have scipy/numpy/mat