Python without registry entries

Mark Hammond MHammond at skippinet.com.au
Tue Apr 13 03:41:35 EDT 1999


Les Schaffer wrote in message <37121820.3758204 at news.netmeg.net>...
>On Sun, 11 Apr 1999 08:57:49 +1000, "Mark Hammond" wrote:
>
>>You can.  Python does not _need_ the registry for anything.
>
>a followup question:
>
>I just switched over our windows machine to NT from win98, and did a
>clean install so the registry is fresh spanking new...
>
>is there some way to restore the registry settings for python and the
>win32 extensions without downloading the whole darn thing again?
>pythonwin doesnt run right now because win32ui.pyd is not found. in

There is a script "regsetup.py" installed in the win32 directory somewhere.
This attempts to resurrect the registry.  It hasnt been tested for a while,
but it should work.

Something like:
python.exe regsetup.py
will setup the core stuff, and

python.exe regsetup.py --pythonwin
should get Pythonwin running.

[In fact, you hit a bug anyway - pythonwin _should_ be capable of running
without any special registry too - and now can - as of 124.]

Mark.






More information about the Python-list mailing list