Re: Copy a module build to another machine

2007-02-26 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi, > > I have downloaded the source for PyXML-0.8.4, which has no binaries > available for Python 2.5. Therefore I built it myself doing something > like this - > > python2.5 setup.py build > python2.5 setup.py install > > having installed cygwin (with gcc). Now lets

Copy a module build to another machine

2007-02-26 Thread bg_ie
Hi, I have downloaded the source for PyXML-0.8.4, which has no binaries available for Python 2.5. Therefore I built it myself doing something like this - python2.5 setup.py build python2.5 setup.py install having installed cygwin (with gcc). Now lets say I'd like to install PyXML-0.8.4 on a numb