Re: [Tutor] py2exe

2005-05-13 Thread ray007
Hi Thanks for this. But do you know how I can achieve a single exe file with the dist and build folders. Is it possible to run a single exe file without the other dependencies? Thanks for you help. ray >-- Original-Nachricht -- >Date: Thu, 12 May 2005 22:38:18 +1200 (NZST) >From: [EMAIL PROTECT

[Tutor] py2exe

2005-05-12 Thread ray007
Hi I was wondering if someone knows of a better way to make an exe file out of python code. I would like to have just one exe file that once you run no other windows will pop up other than your application. If you use py2exe this will open up a DOS prompt which is not the desired output. Does any

Re: [Tutor] GNUPLOT

2005-04-21 Thread ray007
Hi all I thank you all who have particapted in solving/providing good feedback to this GNUPLOT issue. I have managed to get this to work it was just simply adding the following path to the gp_win32.py file under the site packages: gnuplot_command = r'"C:\Program Files\gp373w32\pgnuplot.exe"' man

[Tutor] GNUPLOT

2005-04-21 Thread ray007
Hi Hoping that someone can help me here. I have been reading about gnuplot and it's plotting functionality, so i decided to install this: I downloaded the gnuplot windows function and then installed the gnuplot.py file using the setut.py and install command all worked. I also installed the numeri