On Saturday 01 December 2007 11:10:36 Joe Morris (NTM) wrote: > On 12/01/2007 06:50 PM, Robert W Best wrote: > > Michal, > > I downloaded cx-freeze from > > download.opensuse.org/repositories/home:/mvyskocil/openSUSE_10.3/ > > In /root I have now > > freeze-3.0.3-2.2.src.rpm > > That is the source rpm. It might be easier to add the repository > to yast and install it with software management. > > You are getting only source rpms. You need to install the already > compiled, binary rpm packages. > Thanks Joe, now I understand. I downloaded and moved cx-freeze-3.0.3-2.2.i586.rpm in a new folder repo and added repo with YaST / Software Repositories. Then YaST / Software Management installed cx-freeze.
Thanks Michal, FreezePython works! It compiled a short conversion script which does mainly string manipulation, and a longer script that imports Tkinter for GUI. The first binary must be started with full path on Konsole, the second binary starts with a mouse click! But I don't understand why source code is packed with RPM. YaST seems unable to extract cx_Freeze-3.0.3-source.tgz from cx-freeze-3.0.3-2.2.src.rpm Robert -- http://rwbest.no.sapo.pt/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
