On Thursday 29 November 2007 15:32:23 Robert W Best wrote: > Hello Michal, > I downloaded cx-freeze rpm but can't install it. > YaST says it can't find cx-freeze. > cx-freeze requires python-devel and rpmlib which are not included with > SuSE 10.3. > python-devel is included with SuSE 10.2 - can I use that one?
There's no dependency on python-devel, thus this package is in the 10.3 [http://download.opensuse.org/repositories/openSUSE:10.3/standard/]. rpmlib provides the rpm itself. > > Please give more detailed instructions. > Robert There's no detailed instructions - just one-click-install and run. rpm -q --requires cx-freeze python rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) rpmlib(PayloadIsBzip2) <= 3.0.5-1 rpm -q --requires rpm ... rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 ... rpmlib(PayloadIsBzip2) <= 3.0.5-1 Isn't anything wrong on your machine? MV -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
