Windows installation - questions about DLLs

Larry Bates lbates at syscononline.com
Fri Jul 1 09:33:08 EDT 2005


Take a look at py2exe it provides a way to "collect" all
necessary files together for you.  Add Inno Installer to
the mix and you can create setup.exe insallation programs
that don't require a Python install to distribute software.

-Larry Bates


Guillaume Hiron wrote:
> Hi,
> 
> I need to install python (2.3.5) on windows without the giving installer
> program.
> Do you know what dlls are needed?
> I found python23.dll, but the other (msvcrt.dll,msvcrit.dll) seems not
> be useful.
> Is there other dll? Are msvcrt.dll and msvcrit.dll used by
> something?(test/test___all__.py return no error whitout these two dlls).
> 
> Thanks for helping.



More information about the Python-list mailing list