On Wed, 2007-11-14 at 15:08 +0100, Johannes Meixner wrote: > Hello, > > what is the recommended way for packaging Python stuff? > > Either > have byte-compiled Python .pyc and .pyo files packaged into the RPM > or > let this be done by the currently actually installed Python system > during run-time on the end-user's computer and not by whatever > (perhaps different) Python system during package build-time?
This is kind of what I was trying to figure out myself for python-gtkglext. The python automake macros seem to create both at install time, but the files are identical. -JP -- JP Rosevear <[EMAIL PROTECTED]> Novell, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
