durusmail: quixote-users: Speaking of ptlc files
C stack depth problems from PTL importing.
2002-04-16
Speaking of ptlc files
2002-04-16
2002-04-18
Speaking of ptlc files
Neil Schemenauer
2002-04-17
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


reply