On Mon, 06 Mar 2006 12:20:32 +0100
Torsten Bronger <[EMAIL PROTECTED]> wrote:
> Sybren Stuvel <[EMAIL PROTECTED]>
> writes:
> > Torsten Bronger enlightened us with:
> >> I already know how to do that in principle.  My only
> >concern is > distributing the thing, especially for the
> >Windows platform.
> >
> > Check out distutils and py2exe.
> 
> I know that py2exe can convert a Python script into an EXE
> file, however, I have no Python script.  I only have C++
> source code, and I'd like to avoid saying, "well, please
> install my little EXE and this 10MB Python MSI for
> scripting it".

If your C++ file is so small, then maybe you should
not embed a Python interpreter in it, but rather allow it to
be compiled as a Python module. Just write a Pyrex or Python
C/API wrapper for it, and include a build for the Python
module.

-- 
Terry Hancock ([EMAIL PROTECTED])
Anansi Spaceworks http://www.AnansiSpaceworks.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to