"Monique Y. Herman" <[EMAIL PROTECTED]> writes: > Python is interpreted, not compiled.
Though the modules (TMDA/*.py) are byte-compiled for faster startup. Python does this automatically if you have permissions to write the corresponding .pyc files. If you don't, such as when you install TMDA as root, you have to run the included 'compileall' script. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
