On Sep 25, 11:14 am, Carsten Haese <[EMAIL PROTECTED]> wrote:
> import sys
> print sys.executable
This is exactly what I needed. Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I'm trying to find out in a script where the location of the current
python is. (I'm writing an installer script in python for a simple
server application, so i'm going to do a find-replace in a bunch of
files to give them the absolute path of the python binary.
One thought might be to use
On Jun 10, 8:50 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote:
> Evan,
>
>
>
>
>
> > > I finally figured out how to check out the code. I'm at work now,
> > > where I only have VS2008 installed so I'll have to wait until I get
> > > home this evening to try compiling it. I'll let you know if I have
On Jun 10, 1:11 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote:
> On Jun 10, 10:47 am, [EMAIL PROTECTED] wrote:
>
>
>
> > On Jun 10, 11:34 am, Mike Driscoll <[EMAIL PROTECTED]> wrote:
>
> > > Maybe I'm missing something, but I can rename the executables I create
> > > using py2exe 0.6.6 to anything I
On Jun 10, 11:34 am, Mike Driscoll <[EMAIL PROTECTED]> wrote:
> Maybe I'm missing something, but I can rename the executables I create
> using py2exe 0.6.6 to anything I want after they're created.
>
> Or are you talking about a Windows installer for the py2exe module
> itself? Where are you findin
On Jun 10, 11:07 am, Thomas Heller <[EMAIL PROTECTED]> wrote:
> You need the same compiler that was used to build the
> Python that you use.
Thanks for the tip. So if I downloaded a binary Python instead of
building it from sources, I'm out of luck?
--
http://mail.python.org/mailman/listinfo/pytho
Hello,
I'm trying to build an executable with py2exe, but unfortunately the
version I have is 0.6.6, which has a rather annoying bug that doesn't
let you rename the executable file if you bundle everything in a
single executable. It seems fairly unacceptable to tell our customers
that they can't r