Re: Using a package like PyInstaller

2006-05-28 Thread LittlePython
Thx for the tip ... I'll give it a go "James Stroud" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > LittlePython wrote: > > "Im 99.999% confident that this will not happen from the .exe file > > generated by pyinstaller (unless you specify--see link above)." > > > > Well I guess th

Re: Using a package like PyInstaller

2006-05-28 Thread James Stroud
LittlePython wrote: > "Im 99.999% confident that this will not happen from the .exe file > generated by pyinstaller (unless you specify--see link above)." > > Well I guess that's about as close as any one can get in this business. I > have been trying to introduce py into our environment, and have

Re: Using a package like PyInstaller

2006-05-28 Thread LittlePython
"Im 99.999% confident that this will not happen from the .exe file generated by pyinstaller (unless you specify--see link above)." Well I guess that's about as close as any one can get in this business. I have been trying to introduce py into our environment, and have opened a few eyes, however I

Re: Using a package like PyInstaller

2006-05-27 Thread James Stroud
LittlePython wrote: > That is very close to what I have being doing, however I was unable to > enclose a bmp or another file for that matter in the exe. I used both DATA > and BINARY key words with no luck. I checked what was in the package and > there were there. I guess for some reason it could n

Re: Using a package like PyInstaller

2006-05-27 Thread LittlePython
That is very close to what I have being doing, however I was unable to enclose a bmp or another file for that matter in the exe. I used both DATA and BINARY key words with no luck. I checked what was in the package and there were there. I guess for some reason it could not locate then when executed

Re: Using a package like PyInstaller

2006-05-27 Thread James Stroud
LittlePython wrote: > Thx for the tip. > > I am referring more to the use of PyInstaller or py2exe. Packages that > create exe files that basically have your py script and a small py > interpreter all rolled up into one. This way py does not need to be > installed on a system to execute a py scrip

Re: Using a package like PyInstaller

2006-05-27 Thread LittlePython
Thx for the tip. I am referring more to the use of PyInstaller or py2exe. Packages that create exe files that basically have your py script and a small py interpreter all rolled up into one. This way py does not need to be installed on a system to execute a py script. I am being advised that pytho

Re: Using a package like PyInstaller

2006-05-27 Thread James Stroud
LittlePython wrote: > Is it possible when using packages like PyInstaller to create an .exe for > distribution that parts of the package can bleed out and be left on a system > when the .exe is executed? > > Thx > > Look at innosetup. -- James Stroud UCLA-DOE Institute for Genomics and Proteo

Using a package like PyInstaller

2006-05-27 Thread LittlePython
Is it possible when using packages like PyInstaller to create an .exe for distribution that parts of the package can bleed out and be left on a system when the .exe is executed? Thx -- http://mail.python.org/mailman/listinfo/python-list