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
9ec053c4
Kaydet (Commit)
9ec053c4
authored
Eki 24, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed NumPy instructions. Add note about VC 4.0 vs. 4.2.
üst
93df314d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
readme.txt
PC/readme.txt
+3
-13
No files found.
PC/readme.txt
Dosyayı görüntüle @
9ec053c4
...
...
@@ -51,6 +51,9 @@ src A subdirectory used only for VC++ version 1.5 Python
Microsoft Visual C++ Version 4.0 (32-bit Windows)
=================================================
(While we have done all our testing with VC version 4.0, we are
confident that the same procedure will work for versions 4.1 and 4.2.)
The distributed Makefile is vc40.mak. This file is distributed with
CRLF line separators, otherwise Developer Studio won't like it. It
will NOT work from this PC directory. To use it, first copy it to the
...
...
@@ -72,9 +75,6 @@ python The Python main program, named python.exe. This should
_tkinter The optional _tkinter extension, _tkinter.dll; see below.
NumPy, multiarray, fast_umath
Optional projects to build Numerical Python.
ALl end products of the compilation are placed in the subdirectory
vc40 (which Developer Studio creates); object files are placed in
vc40/tmp. There are no separate Release and Debug project variants.
...
...
@@ -93,16 +93,6 @@ those files in the PC subdirectory. In order to use _tkinter, the
Tkinter.py module must be on PYTHONPATH. It is found in the
Lib\tkinter subdirectory.
*** How to build Numerical Python ***
This has been tested only with NumPy 1.0alpha2. Unpack the NumPy
tarfile so that it creates a NumPy subdirectory in the Python
distribution directory. You need to create exports files
NumPy/multiarray.def and NumPy/fast_umath.def (see PC/_tkinter.def for
an example). Then build the targets NumPy, multiarray and fast_umath,
in that order. To use Numerical Python you have to append NumPy/Lib
to sys.path.
Additional files and subdirectories for 32-bit Windows
======================================================
...
...
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