>Does anyone know of a good python to stand alone exe compiler? > > >Thanks, > >-Robin > I tried several such tools and found the easiest one: Pyinstaller ( > http://www.pyinstaller.org/ ) >
Don't forget cx_freeze! I found it to work pretty easy, and it also works for py3k. Almar
-- http://mail.python.org/mailman/listinfo/python-list