On 06/19/03 01pm, Rob Hudson wrote:
> I ran into this today and thought it was interesting...
> http://starship.python.net/crew/theller/py2exe/
> 
> There's also a perl2exe.
> http://www.indigostar.com/perl2exe.htm
> 
> Anyone ever play with these?

py2exe works great.  Except, the binary files can get really big if the 
library is big.  For instance, I have a small (less than 150 code lines) 
wxpython program which lets you select a contact from a database, and 
print a label from the selection.  The executable files are about 8mb.
I haven't tried to trim it down; perhaps I'm importing too much stuff?

I haven't tried perl2exe.
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to