Re: [gobolinux-devel] Python and .pyc,pyo

2008-01-05 Thread Michael Homer
On Jan 6, 2008 7:46 PM, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On Jan 5, 2008 10:23 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > > > So, in short, for the time being, there's no way to get rid of these > > > left-overs completely. I'd like to propose to merge my --optimize=0 > > > optio

Re: [gobolinux-devel] Python and .pyc,pyo

2008-01-05 Thread Lucas C. Villa Real
On Jan 5, 2008 10:23 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > > So, in short, for the time being, there's no way to get rid of these > > left-overs completely. I'd like to propose to merge my --optimize=0 > > option to Compile, and to clean the .pyc files left-over in the > > sandbox -- at le

Re: [gobolinux-devel] Python and .pyc,pyo

2008-01-05 Thread Michael Homer
On Jan 6, 2008 1:33 PM, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > Hi, > > We all have seen from time to time recipes for Python based > applications fail to install due to .pyc and .pyo left-overs. Recently > a number of apps such as PyOpenGL and PyGObject[1] started to pop-up > with problem

[gobolinux-devel] Python and .pyc,pyo

2008-01-05 Thread Lucas C. Villa Real
Hi, We all have seen from time to time recipes for Python based applications fail to install due to .pyc and .pyo left-overs. Recently a number of apps such as PyOpenGL and PyGObject[1] started to pop-up with problems again, so I took some time with Hisham to understand what's going on. It looks