Re: [Fink-devel] precompiling python scripts

2007-06-27 Thread Jack Howarth
Simply commenting out the line... %p/bin/python%type_raw[python] -O %p/lib/python%type_raw[python]/compileall.py . eliminates the packaging failures I am running into. I am wondering if this isn't some kind of race condition where fink doesn't give the filesystem time to finish writing out th

[Fink-devel] precompiling python scripts

2007-06-27 Thread Jack Howarth
I decided to try to speed up pymol-py for the 1.0 release package currently on fink tracking. I was able to easily precompile the python scripts in this package with the lines... cd %i/lib/%n/modules %p/bin/python%type_raw[python] -O %p/lib/python%type_raw[python]/compileall.py . The resulting