Python distribution...

Thomas Heller thomas.heller at ion-tof.com
Wed Jul 4 03:23:44 EDT 2001


[posted and mailed]
"Adonis" <deltapigz at telocity.com> wrote in message news:3B4296D8.6DAA39FF at telocity.com...
> could it possible (under windows) to distribute the python executable +
> libs needed + python*.dll + script to other windows users ?
>
> i was looking into py2exe, but did not get it to work?
>
> i have python2.1 (distutils already in it)
> but then when i was attempting to compile the sample code it mentioned
> something about win32api* (something in that sense)
>
> do i need to get those files if need be?
>
> any help is appreciated.
> Adonis
>
py2exe _is_ supposed to work with PythonLabs Python2.1.
If you don't have Mark Hammonds win32 extensions installed,
which are available on www.activestate.com, or which
are included in ActiveState's python distribution,
you will get a warning like this, but it _should_ work:
        The win32api module is not available - modules listed
        in the registry will not be found.

Thomas





More information about the Python-list mailing list