Simple module installation

David Arnold arnold at dstc.edu.au
Sun Apr 18 23:17:15 EDT 1999


-->"Marc-Andre" == M -A Lemburg <mal at lemburg.com> writes:
  Marc-Andre> Paul Prescod wrote:

  >> The PYTHONPATH and PATH would be unneccessary if Fnorb used
  >> the Windows registry.

in previous versions, Fnorb used the windows registry.  however, this
has now been removed because it caused endless problems: users would
reinstall python, and all their fnorb code would break (since it used
the previous installation's paths).  so then they had to reinstall
fnorb, even though nothing had changed, and then they had two fnorb
installations, and ...

so now you have a couple of environment variables, and a batch file
which sets them to the "guessed" values.  when you python installation
changes, you can edit the batch file (easier and safer than editing
the registry).


  >> Even so, I think that a Python-managed, portable, text file-based
  >> registry (like JPython's) would be better than depending upon the
  >> over-centralized Windows registry.

we're hoping that the distutil-sig will come up with a nice solution
;-)



d




More information about the Python-list mailing list