mg <[EMAIL PROTECTED]> writes:

> Hi,
>
> Because of I have patched Python, I would like to create a Windows
> installer containing my patched-Python. So, I try to use the option
> 'bdist_wininst' on the setup.py file distributed by python.... it is
> supported ?

bdist_wininst can only be used to create distributions of Python modules
and packages, not Python itself.

> If yes, I have a problem : the run tell me that pyconfig.h does not
> exist. What is the solution ?
>
> Thanks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to