I have created a web application with quixote (small database with sqlobject, sqlite, medusa, reportlab) and I like to give it to my manager to install it on one of our clients machine. To make his life easier (so that I can use quixote instead of dot.net), I am trying to create a py2exe setup. py2exe isn't able to import quixote.session so I have put that in includes option. Now, I am trying to include ptl file without success. Anybody able to create a py2exe distribution of there quixote package? If so, can you post your trick?