don't pyc's compile to work on only one version of python? we've had an interesting problem related to pyc's. we store all our custom python scripts in one global location on the server, which works very well in practice expect for one caveat: half our machines have python 2.5.1 and the other half have 2.5.2 and on the farm they are constantly writing and rewriting the pyc files, and sometimes one machine tries to read one while it's being written and we get a corrupt file error. it normally would not be a problem but since the farm has hundreds of machine accessing python simultaneous, the chance of collision is much greater.
anyway, chris, you should really consider releasing your code. there a lot of people on this list who have released the code to their tools -- it helps the community to learn and to grow and its a good way to give back. plus, you may learn something from the improvements that others make. anyway, not gonna guilt trip you any longer.... -chad On Feb 3, 2009, at 6:34 PM, yury nedelin wrote: > Too bad, let me know when you make the source available. I was > looking forward editing it for our needs here. > > Our admin and tech directors do not like no source scripts. > > I was looking forward playing with it. > > Yury > > On Tue, Feb 3, 2009 at 5:49 PM, ChrisChia <[email protected]> > wrote: > > cos it's faster and it has "protection" to my code! :D > > > On Feb 4, 3:29 am, Jo Jürgens <[email protected]> wrote: > > why .pyc only? > > > > > --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
