pip.exe, virtualenv.exe,requests für Python 2.7 installieren (Windows 7, 64-Bit)

Hallo zusammen,

ich wollte requests Modul für Python 2.7 unter Windows 7 installieren, aber das hat nicht so geklappt, wie ich es mir vorstellte. Hier ist eine kleine Anleitung dazu.

Mit Hilfe von pip (Pip Installs Python) kann man ohne Probleme Module für Python installieren. Dazu geht man folgender Maßen vor:

1. distribute herunterladen
distribute_setup.py

2. distribute installieren
Dazu einen Terminal öffnen und zu dem Pfad von python.exe wechseln
python.exe C:\Downloads\distribute_setup.py

3. get pip herunterladen
https://raw.github.com/pypa/pip/master/contrib/get-pip.py

4. get pip installieren
python.exe C:\Downloads\get-pip.py

5. Virtualenv installieren
Mit Virtualenv können wir verschiedene virtuelle Umgebungen erstellen und mit verschiedenen Module für verschiedene Python Versionen arbeiten.
C:\Python27\Scripts\pip.exe install virtualenv

6. Virtualenv starten
C:\Python27\Scripts\virtualenv.exe env1

7. Virtualenv aktivieren
env1\Scripts\activate

8. Requests installieren
C:\Python27\Scripts\pip.exe install requests

9. Überprüfen, ob requests installiert wurde. Dazu python starten und requests importieren.
C:\Python27>python.exe Python 2.7.4 (default, Apr 6 2013, 19:55:15) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import requests >>>

Da es keine Fehlermeldung gibt wurde requests erfolgreich installiert.

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare

  • 1 month ago
    [preflight] The following restricted PHP modes have non-empty values: {open_basedir}. This configuration is incompatible with drush.

    Same with Drush 13 + PHP 8.3

  • 1 month ago
    Acronis CyberProtect Agent For Linux (Strato Root Server)

    Initializing...

    Error : Failed to install the required package 'RPM' by using APT. Please install it manually. 

    Exit


    Solution:

  • 1 month ago
    Acronis CyberProtect Agent For Linux (Strato Root Server)

    So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:

  • 1 month ago
    No route found for the specified format html. Supported formats: csv, json. (Drupal Routing)

    I have a view with a path like /my-content-export to export entivies as JSON or CSV.

  • 1 month 1 week ago
    InvalidArgumentException: The controller for URI "/admin/flush" is not callable.

    admin_toolbar 3.5.2 is the reason. Patch coming ...

  • 11 hours ago
    PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock

    Drupal 10.4:

  • 2 months 1 week ago
    Server install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr

    Tools & Settings >> Security Policy :

     Allow only secure FTPS connections 

  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

     

    /usr/sbin/mariadbd --help --verbose | grep "query.*size"
  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

    Commandline:

    systemctl restart mariadb
  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

    After my changes in /etc/mysql/db-performance.cnf