Re: [Tutor] Alternatives to PY2EXE

2006-11-16 Thread etrade . griffiths
Thanks for the various advice(s) re PY2EXE alternatives. I considered installing Python on the target machines but though it would be simpler to install the EXE as I has done with C++ apps. Boy, how naive was that? Using PY2EXE is not straightforward and the documentation is fairly poor IMHO.

Re: [Tutor] Alternatives to PY2EXE

2006-11-16 Thread Tim Golden
[Chris Hengge] | It really does boggle my mind how people can be so wierd when | asked to run something that isn't a .exe... Guess its a | side-effect of the windows generation. I know exactly what you mean. I had to convince a project manager once to use Python (in some small, out-of-the-way

Re: [Tutor] Alternatives to PY2EXE

2006-11-16 Thread Chris Hengge
I'm personally not to picky... I just want the tool to work, and like I said, for some reason I'm having trouble running very simple scripts from py2exe, which I dont seem to have while using pyInstaller. I've even written a drag and drop front-end for it (had one for py2exe too) to make using it

Re: [Tutor] Alternatives to PY2EXE

2006-11-16 Thread Tim Golden
[Chris Hengge] | Because alot of the users here at Intel dont want to admit | you can write usable programs in a "scripting" language.. so | when they see a .exe they feel comfy... One option which could help there -- although your other considerations might outweigh it -- is Fredrik Lundh's e

Re: [Tutor] Alternatives to PY2EXE

2006-11-15 Thread Chris Hengge
Just want to add to that... As of the day before yesturday I've been using pyInstaller rather then py2exe(which I've used the last few months) I've found some bug that I can't figure out and dont really care to put effort into fixing.. When I run a py.exe using py2exe from the start menu and the

Re: [Tutor] Alternatives to PY2EXE

2006-11-15 Thread Chris Hengge
Because alot of the users here at Intel dont want to admit you can write usable programs in a "scripting" language.. so when they see a .exe they feel comfy... I'm working on pushing "agile language"... I personally think its more appropriate then scripting =D On 11/15/06, Alan Gauld <[EMAIL PRO

Re: [Tutor] Alternatives to PY2EXE

2006-11-15 Thread Alan Gauld
"Etrade Griffiths" <[EMAIL PROTECTED]> wrote > just finished developing my first app with wxPython and matplotlib > and now > trying to create an EXE file using PY2EXE for distribution. > However, this > is proving to be an extremely frustrating experience and I am making > very > little progre

Re: [Tutor] Alternatives to PY2EXE

2006-11-14 Thread tomd
I used PyInstaller, it was simple, but the app I used it for was rather simple too. http://pyinstaller.hpcf.upr.edu/ -- Tom, http://www.vscripts.net/ on Tue, 14 Nov 2006 19:25:17 +, you wrote: > Are there any "simple" alternatives to PY2EXE for > shipping Python apps to Windows machines? _

[Tutor] Alternatives to PY2EXE

2006-11-14 Thread Etrade Griffiths
Hi just finished developing my first app with wxPython and matplotlib and now trying to create an EXE file using PY2EXE for distribution. However, this is proving to be an extremely frustrating experience and I am making very little progress. Are there any "simple" alternatives to PY2EXE for