On Tue, Apr 16, 2002 at 09:23:08PM -0600, Jonathan Corbet wrote: > Anybody know why importing my quixote application would create the usual > .pyc files, but no .ptlc files? Nope. You could try using the ptl_compile.py script that's in the quixote package. Something like: $ touch foo.ptl $ ./ptl_compile.py foo.ptl You should end up with a file called foo.ptlc. If that works the only problem I can think of is permissions. Neil