Super, vielen Dank, damit hat es jetzt geklappt.
pip ist ein Wunder-Ding, darauf wäre ich nicht gekommen.
Jetzt ist auch mein 64-bit Python voll lauffähig.
Walter
Die Suche ergab 7 Treffer
- Sonntag 8. Februar 2015, 23:02
- Forum: Installation/Konfigurieren
- Thema: NumPy für Python 2.7 64-bit unter Windows installieren
- Antworten: 2
- Zugriffe: 4592
- Sonntag 8. Februar 2015, 18:08
- Forum: Installation/Konfigurieren
- Thema: NumPy für Python 2.7 64-bit unter Windows installieren
- Antworten: 2
- Zugriffe: 4592
NumPy für Python 2.7 64-bit unter Windows installieren
Meine 32-bit Installation von Python läuft jetzt stabil, nur leider geht der Speicher beim Einsatz von phyghtmap zu schnell aus.
Eine 64-bit Version von Python 2.7 war erstaunlich einfach zu installieren.
Die meisten Module konnte ich direkt mit pip installieren,
für matplotlib-1.4.2 gibt es einen ...
Eine 64-bit Version von Python 2.7 war erstaunlich einfach zu installieren.
Die meisten Module konnte ich direkt mit pip installieren,
für matplotlib-1.4.2 gibt es einen ...
- Montag 2. Februar 2015, 22:21
- Forum: Installation/Konfigurieren
- Thema: matplotlib-1.4.2 unter Windows installieren
- Antworten: 5
- Zugriffe: 5818
Re: matplotlib-1.4.2 unter Windows installieren
Ich hab jetzt pip installiert und konnte damit viele weitere Module komfortabel installieren.
Jetzt kommt ja unter Windows fast so etwas wie Linux Feeling auf. (fast, noch nicht wirklich)
IPython, Pillow, Requests, SciPy, Scrapy, SymPy sind inkl. Abhängigkeiten installiert.
Nur ein einziges Paket ...
Jetzt kommt ja unter Windows fast so etwas wie Linux Feeling auf. (fast, noch nicht wirklich)
IPython, Pillow, Requests, SciPy, Scrapy, SymPy sind inkl. Abhängigkeiten installiert.
Nur ein einziges Paket ...
- Sonntag 1. Februar 2015, 21:53
- Forum: Installation/Konfigurieren
- Thema: matplotlib-1.4.2 unter Windows installieren
- Antworten: 5
- Zugriffe: 5818
Re: matplotlib-1.4.2 unter Windows installieren
Vielen Dank für die ausführliche Erklärung, damit habe ich jetzt alle Module erfolgreich installieren können.
setuptools 12.0.5 via ez_setup.py
matplotlib-1.4.2 via matplotlib-1.4.2.win32-py2.7.exe
numpy-1.9.1 via numpy-1.9.1-win32-superpack-python2.7.exe
beautifulsoup4-4.3.2 via python setup.py ...
setuptools 12.0.5 via ez_setup.py
matplotlib-1.4.2 via matplotlib-1.4.2.win32-py2.7.exe
numpy-1.9.1 via numpy-1.9.1-win32-superpack-python2.7.exe
beautifulsoup4-4.3.2 via python setup.py ...
- Sonntag 1. Februar 2015, 18:25
- Forum: Installation/Konfigurieren
- Thema: matplotlib-1.4.2 unter Windows installieren
- Antworten: 5
- Zugriffe: 5818
matplotlib-1.4.2 unter Windows installieren
Entweder ist die Installation von Python Modulen unter Windows wirklich so komplex,
oder ich mache irgend etwas komplett falsch.
setuptools-12.0.5 konnte ich dank Hilfe in diesem Forum bereits erfolgreich installieren.
http://www.python-forum.de/viewtopic.php?f=2&t=35583
Beim zweiten Modul ...
oder ich mache irgend etwas komplett falsch.
setuptools-12.0.5 konnte ich dank Hilfe in diesem Forum bereits erfolgreich installieren.
http://www.python-forum.de/viewtopic.php?f=2&t=35583
Beim zweiten Modul ...
- Sonntag 1. Februar 2015, 15:11
- Forum: Installation/Konfigurieren
- Thema: setuptools-12.0.5 unter Windows installieren
- Antworten: 2
- Zugriffe: 2918
Re: setuptools-12.0.5 unter Windows installieren
Vielen Dank, der Tipp war goldrichtig.
In meiner Registry waren 4 NULL Einträge von FastPictureViewer.
HKLM\SOFTWARE\Classes\{057C7771-F320-4C2A-A2EA-747945FA82F2}
HKLM\SOFTWARE\Classes\{47BF077C-44C6-42B1-8F88-ADE2585DD2ED}
HKLM\SOFTWARE\Classes\{97A98033-9FA1-4E80-A339-59787B43CC89}
HKLM ...
In meiner Registry waren 4 NULL Einträge von FastPictureViewer.
HKLM\SOFTWARE\Classes\{057C7771-F320-4C2A-A2EA-747945FA82F2}
HKLM\SOFTWARE\Classes\{47BF077C-44C6-42B1-8F88-ADE2585DD2ED}
HKLM\SOFTWARE\Classes\{97A98033-9FA1-4E80-A339-59787B43CC89}
HKLM ...
- Samstag 31. Januar 2015, 14:59
- Forum: Installation/Konfigurieren
- Thema: setuptools-12.0.5 unter Windows installieren
- Antworten: 2
- Zugriffe: 2918
setuptools-12.0.5 unter Windows installieren
Ich habe erstmals Python V 2.7.9 32-bit (python-2.7.9.msi) unter Windows 7 installiert und scheitere nun an der Installation des ersten Moduls.
Folgende Schritte habe ich bisher durchgeführt.
1.) Installation von Python nach C:\Python27 => OK
2.) Download von ez_setup.py und Doppelklick ...
Folgende Schritte habe ich bisher durchgeführt.
1.) Installation von Python nach C:\Python27 => OK
2.) Download von ez_setup.py und Doppelklick ...
