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

37 lines
1.3 KiB
Plaintext

From: gustav at morpheus.demon.co.uk (Paul Moore)
Date: Sat, 10 Apr 1999 21:02:16 GMT
Subject: Python without registry entries
Message-ID: <370fb711.28093946@news.demon.co.uk>
Content-Length: 1099
X-UID: 106
Hi,
I'm trying to set up a Python distribution on CD, for transport to a
number of PCs (possibly at client sites). My first thought is to
install Python on my PC, with whatever optional modules I need, and
copy that installation onto CD.
That leaves me with a CD installation, which I can use on other PCs -
the only problem is that I won't have any registry entries.
In the first instance, I can set up registry entries as I need. All I
need then is to know what registry entries Python requires (there's
documentation on python.org for basic Python stuff, but what does
pythonwin and the rest of win32all need?).
However, it would be nice to be able to run Python, at some level,
without *any* configuration changes (registry entries, environment
variables) at all. (Perl runs fine from a CD binary distribution, with
no registry settings). Can I do this? If so, what (if any) changes are
needed to the basic installed distribution?
Thanks for any help anyone can give me...
Paul Moore.
PS Will TCL/Tk (Tkinter) work in this way, too? If so, do I need to do
anything further to set it up?