Re: Leo as standalone app?

2011-11-05 Thread Brian Theado
On Mon, Oct 17, 2011 at 6:24 PM, Matt Wilkie wrote: [...] >> launchLeo\dist\launchLeo\launchLeo.exe --debug > *** isPython3: False > scanOptions: *** debug mode on > Traceback (most recent call last): [...] >  File > "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo\outPYZ1.pyz\leo. > plug

Re: Leo as standalone app?

2011-10-17 Thread Matt Wilkie
> A standalone installer and/or portable Leo is a reasonable goal but > nobody (with the skills) has been itchy enough to tackle doing it. I tried to build an exe using pyinstaller but didn't get very far. If anyone else cares to try it, here's what I learned: The executable packer, UPX, is incom

Re: Leo as standalone app?

2011-10-14 Thread Edward K. Ream
On Thu, Oct 13, 2011 at 6:10 PM, Matt Wilkie wrote: > A standalone installer and/or portable Leo is a reasonable goal but > nobody (with the skills) has been itchy enough to tackle doing it. Exactly. Thanks for the links. Edward -- You received this message because you are subscribed to the G

Re: Leo as standalone app?

2011-10-13 Thread Matt Wilkie
A standalone installer and/or portable Leo is a reasonable goal but nobody (with the skills) has been itchy enough to tackle doing it. I've thought of trying a few times, and have collected a few pieces of information to that end: PyInstaller - takes a python program and makes an .exe out of it.