1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>PySol - Installation</title>
<meta name="license" content="GNU General Public License">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#F7F3FF" link="#0000FF" vlink="#660099"
alink="#FF0000">
<img src="images/pysollogo03.png" alt="PySol FC Logo">
<br>
<h1>Installation</h1>
<p>
There is no need to compile anything since the whole program is just
a Python script. Just run it, and that's all.
<p>
PySol requires Python 2.3 and Tcl/Tk 8.4 or better. Both packages are
freely available for Unix, Windows and Macintosh platforms.
<p>
PySol is free <i>Open Source</i> software distributed under the terms of the
<a href="license.html">GNU GPL</a>.
<h2>Windows 95/98/ME/NT/2000</h2>
PySol now ships as a completely self-contained setup file, so there's
no need to install anything else.
<p>
If you want to modify the PySol source code or write your own
Python programs you can get the development system from
<a href="http://www.python.org/download/download_windows.html">http://www.python.org/download/download_windows.html</a>
<h2>Unix</h2>
There are good chances that your system already ships with Python and Tcl/Tk.<br>
Otherwise visit
<a href="http://www.python.org/download/">http://www.python.org/download/</a>
for full source code.
<p>
Also, installable packages exist for all major Linux distributions,
FreeBSD and HPUX.
<h2>Macintosh</h2>
Self installing exectuables for Python and Tcl/Tk are available from<br>
<a href="http://www.python.org/download/download_mac.html">http://www.python.org/download/download_mac.html</a>
<p>
As I don't have access to a Mac I'd appreciate any detailed feedback on
installation and look & feel. "Porting" from X11 to Windows only required some
minor changes in the default font settings, so I hope the situation on Macs is
similar.
<p>
[ I have been told that PySol works fine on a Mac - just drop "pysol.py"
on the Python interpreter and that's it. But for some reason you must
assign a large amount of memory to the Python interpreter. ]
<p>
<br>
<a href="index.html">Back to the index</a>
<hr>
<i>PySolFC Documentation - version 3.2.0</i>
</body>
</html>
|