tags:

views:

6

answers:

0

I am trying to package my python program using py2exe. The python program uses ll.xist package which is great for generating HTML files. However, seems I am not able to make it work with py2exe. I am always getting the error: no module named ll.xist. Anybody can help?

Many thanks in advance!