Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0b726958
Kaydet (Commit)
0b726958
authored
Eki 08, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated for 1.5a4
üst
bbaf37c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
12 deletions
+31
-12
ReadMe
Mac/ReadMe
+31
-12
No files found.
Mac/ReadMe
Dosyayı görüntüle @
0b726958
How to install Python 1.5a
3
on your Macintosh
How to install Python 1.5a
4
on your Macintosh
-------------------------------------------
-------------------------------------------
--
If this is your first encounter with Python: you definitely need the
If this is your first encounter with Python: you definitely need the
common user documentation (common to all platforms). You can find this
common user documentation (common to all platforms). You can find this
...
@@ -25,6 +25,11 @@ is available from Apple (available for free from
...
@@ -25,6 +25,11 @@ is available from Apple (available for free from
7.6.1). If your machine is pre-68020 you cannot use cfm68k and you can
7.6.1). If your machine is pre-68020 you cannot use cfm68k and you can
install the classic 68k Python.
install the classic 68k Python.
After the installer finishes it automatically launches the
ConfigurePython applet, to finish configuration of your Python
installation (except for classic 68K installations, where no extra
configuration is needed).
If you have a pre-system 7 macintosh: sorry, this release will not work
If you have a pre-system 7 macintosh: sorry, this release will not work
on your system. Too many sys7 features are used to make a sys6 python
on your system. Too many sys7 features are used to make a sys6 python
easy to create.
easy to create.
...
@@ -44,12 +49,13 @@ and/or enabling virtual memory may solve these problems.
...
@@ -44,12 +49,13 @@ and/or enabling virtual memory may solve these problems.
After installing
After installing
----------------
----------------
It is probably a good idea to run "autotest.py" from :Lib:test at this
It is probably a good idea to run the automatic tests. Start Python and
point, this should not give any errors. It will, however, print some
"import test.autotest". This should not print any errors. It will,
messages about optional features not supported. Running testall.py is
however, print some messages about optional features not supported.
done by double-clicking it or dropping it onto the interpreter.
Running testall.py is done by double-clicking it or dropping it onto the
interpreter.
NOTE: as of 1.5a
3 the tests test_time, test_strftime and test_rotor
will
NOTE: as of 1.5a
4 the tests test_time and test_strftime
will
fail. This is due to a problem with the tests. test_socket may also fail
fail. This is due to a problem with the tests. test_socket may also fail
if you have no internet connection.
if you have no internet connection.
...
@@ -68,12 +74,24 @@ applet, a tiny application written in python. Drop a python source on it
...
@@ -68,12 +74,24 @@ applet, a tiny application written in python. Drop a python source on it
and out comes the application. More information can be found in the
and out comes the application. More information can be found in the
"Mac:Demo" folder.
"Mac:Demo" folder.
If you have a slow machine you may want to disable automatic site.py import
since site.py does not do too much on the mac (unless you make it do
something), and it can take a few seconds.
PPC and CFM68K users will see one more file in the python folder:
PPC and CFM68K users will see one more file in the python folder:
PythonApplet. This is the template for building applets, leave it alone.
PythonApplet. This is the template for building applets, leave it alone.
The applet is "fat", containing both PPC and CFM68K code. Hence, applets
The applet is "fat", containing both PPC and CFM68K code. Hence, applets
built with it can be transported to machines with the other
built with it can be transported to machines with the other
architecture.
architecture.
Uninstalling
------------
Two items are installed in the system folder: the interpreter shared
library "PythonCore 1.5a4" lives in the Extensions folder and the
"Python 1.5a4 Preferences" file in the Preferences folder. All the rest
of Python lives in the folder you installed in.
Things to see
Things to see
-------------
-------------
...
@@ -104,16 +122,15 @@ that this means you can keep your older version around if you are unsure
...
@@ -104,16 +122,15 @@ that this means you can keep your older version around if you are unsure
whether to upgrade. The bad news is that your old preference settings
whether to upgrade. The bad news is that your old preference settings
are lost and you have to set them again.
are lost and you have to set them again.
After you are satisfied that 1.5a
3
works as expected you can trash
After you are satisfied that 1.5a
4
works as expected you can trash
anything in the system folder that has "python" in the name and not
anything in the system folder that has "python" in the name and not
"1.5a
3
".
"1.5a
4
".
The installer
The installer
-------------
-------------
The installer for this product was created using Installer VISE Lite
The installer for this product was created using Installer VISE Lite
from MindVision Software. For more information on Installer VISE Lite,
from MindVision Software. For more information on Installer VISE Lite,
contact:
contact:
MindVision Software
MindVision Software
7201 North 7th Street
7201 North 7th Street
...
@@ -123,13 +140,15 @@ Fax: 402-477-1395
...
@@ -123,13 +140,15 @@ Fax: 402-477-1395
Internet: mindvision@mindvision.com
Internet: mindvision@mindvision.com
http://www.mindvision.com
http://www.mindvision.com
Just van Rossum <just@knoware.nl> created the installer in just a couple
of days (hours?).
Feedback
Feedback
--------
--------
Send bug reports, suggestions, contributions and fanmail to
Send bug reports, suggestions, contributions and fanmail to
<jack@cwi.nl>. Be warned however that I'm
pretty busy, so I may not
<jack@cwi.nl>. Be warned however that I'm
on holiday for most of october
always respond immedeately.
a
nd november, so I may not a
lways respond immedeately.
A better way to discuss MacPython is to join the
A better way to discuss MacPython is to join the
<pythonmac-sig@python.org> mailing list, which is explicitly meant for
<pythonmac-sig@python.org> mailing list, which is explicitly meant for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment