vote up 5 vote down star
1

I'm trying to create a self-contained version of pisa (html to pdf converter, latest version), but I can't succeed due to several errors. I've tried py2exe, bb-freeze and cxfreeze.

This has to be in windows, which makes my life a bit harder. I remember that a couple of months ago the author had a zip file containing the install, but now it's gone, leaving me only with the python dependent way.

How would you work this out?

flag

2 Answers

vote up 4 vote down check

Check out pyinstaller, it makes standalone executables (as in one .EXE file, and that's it).

link|flag
pyinstaller solved my problem nicely. Thanks a lot! – changelog Oct 15 '08 at 2:38
vote up 0 vote down

What are the specific errors??? py2exe is probably the best-established tool to make this work. I'm sure someone on here can help if you give more specific information about the errors you're encountering.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.