Simon Faulkner wrote: > I've just written my first (simple) WxPython program - yaaaay! > > What would folks suggest is the easiest way to package it to run on > other windows PCs?
I can't tell for sure since I do not use Windows, but I think Py2Exe is
what you're looking for.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
