File: install.html

package info (click to toggle)
pysol 3.00-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,532 kB
  • ctags: 2,019
  • sloc: python: 12,324; makefile: 133; sh: 3
file content (66 lines) | stat: -rw-r--r-- 2,121 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>
<HEAD>
<TITLE>PySol - Installation</TITLE>
<LINK REV="made" HREF="mailto:markus.oberhumer@jk.uni-linz.ac.at">
</HEAD>

<BODY TEXT="#000000" BGCOLOR="#F0F0FF" LINK="#0000FF" VLINK="#660099" ALINK="#FF0000">

<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 1.5.2 and Tcl/Tk 8.0.5 or better. Both packages are
freely available for Unix, Windows and Macintosh platforms.

<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>Windows 95/98 and NT</H2>

Self installing exectuables for Python and Tcl/Tk are available from<br>
<A HREF="http://www.python.org/download/download_windows.html">http://www.python.org/download/download_windows.html</A>
<P>
<H4>Quick instructions:</H4>
<UL>
<LI>Download <A HREF="http://www.python.org/ftp/python/win32/py152.exe">py152.exe</A>.
This is a ~5 MB file which contains the full Python &amp; Tcl/Tk distribution.
<LI>Install it.
<LI>Download the PySol Windows setup file.
<LI>Install it.
<LI>Enjoy PySol :-).
</UL>

<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. ]
<BR>


<BR>

<P>
<BR>
<A HREF="index.html">Back to the index</A>
</BODY>
</HTML>