<br><font size=2 face="Arial">Although I have not had similar problems
with installing Metakit for Python on Windows, I have to agree and sympathize
with Tom Cloyd's remarks here. &nbsp;The problem -- from the point of view
of habitual Python users and those who understand how Python finds imported
files and DLLs -- is that installation of Metakit is almost &quot;too simple&quot;.
&nbsp;So it doesn't require any instructions: &nbsp;you know where to put
this stuff, don't you?</font>
<br><font size=2 face="Arial">You know all about the DLLs directory of
a Python installation and all about the site-packages directory. &nbsp;You
even know what a DLL *is* (who doesen't?). &nbsp; So you just plop the
couple of files in the &quot;obvious&quot; places and off you go.</font>
<br>
<br><font size=2 face="Arial">Except that for people who are perhaps new
to using Python or who have never used a Python package that didn't come
with an installer, and who maybe don't even know what a DLL is (and what
its relation to a &quot;.so&quot; file is), this can be bewildering.</font>
<br>
<br><font size=2 face="Arial">Some additional and very explicit instructions
could be very helpful. &nbsp;Things like:</font>
<br>
<br><font size=2 face="Arial">1. Find your Python installation directory
(and say what &quot;installation driectory&quot; means).</font>
<br><font size=2 face="Arial">2. Find the DLL subdirectory of this. &nbsp;Put
Mk4py.dll in that directory.</font>
<br><font size=2 face="Arial">3. Find the Lib/site-packages subdirectory
of the installation directory. &nbsp;Put metakit.py there.</font>
<br><font size=2 face="Arial">4. You're done.</font>
<br>
<br><font size=2 face="Arial">Something like this could help people in
Tom's position.</font>
<br>
<br><font size=2 face="Arial">------------------------------<br>
Gary H. Merrill, Principal Scientist<br>
Analysis Applications, Research, and Technologies<br>
GlaxoSmithKline Research and Development<br>
Research Triangle Park, NC<br>
919.483.8456</font>