Windows installation - questions about DLLs

  • Thread starter Guillaume Hiron
  • Start date
G

Guillaume Hiron

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.
 
K

kuoxin

python23.dll requires msvcrt.dll basically.
if you use some .pyd, python requires other dll.
for example:
import _mysql # you must add a libmysql.dll for this module


kuoxin
 
L

Larry Bates

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top