This may come of as really ignorant, but that's never stopped me from 
asking in the past...  :)

All the Python files ending in .py are compiled at installation, but 
the majority of the files in bin don't have an extension and so they 
don't get precompiled.  I would guess they get compiled each time 
they are run and the bytecodes are never saved.  That seems kind of 
inefficient.

Is there a way around this?  Couldn't we do something like:

$ mv tmda-address tmda-address.py
$ ln -s tmda-address.py tmda-address
$ mv tmda-check-address tmda-check-address.py
              .
              :
$ cd ..
$ ./compileall

Just a thought.

Gre7g.

=================================================================
Gre7g Luterman   [EMAIL PROTECTED]  http://www.templeofluna.com/
Stay informed: http://www.templeofluna.com/keeper/mailinglist.htm
                                       Never pet a burning puppy.
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to