Differences between revisions 6 and 7
Revision 6 as of 2005-01-18 19:12:31
Size: 748
Editor: fawcett
Comment:
Revision 7 as of 2008-07-08 11:27:43
Size: 748
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

The Problem

Quixote may use a Page Template Language - PTL.

PTL ist stored in files with ending ".ptl"; and py2exe can not find these files.

Further possibilites

The quixote-guys do recognize that. So there is qx_distutils, which creates an own build-class. But... py2exe also does this. So ... both do not work together. Maybe we should create some qx2exe_distutils....

A Workaround

PTL files can be converted into .py format so that they can be included in a py2exe app. Be sure not to call the quixote.enable_ptl() function anywhere in your app, or you'll cause problems with py2exe's import mechanism!

See http://mail.mems-exchange.org/pipermail/quixote-users/2005-January/004096.html for more information.

py2exeAndQuixote (last edited 2008-07-08 11:27:43 by localhost)