wasm-demo/demo/ermis-f/python_m/cur/0078

43 lines
1.3 KiB
Plaintext

From: MHammond at skippinet.com.au (Mark Hammond)
Date: Tue, 13 Apr 1999 17:41:35 +1000
Subject: Python without registry entries
References: <370fb711.28093946@news.demon.co.uk> <7eol16$1l2$1@m2.c2.telstra-mm.net.au> <37121820.3758204@news.netmeg.net>
Message-ID: <7eusdh$s3o$1@m2.c2.telstra-mm.net.au>
X-UID: 78
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.