PyPDF2 wird nicht importiert

Hallo, ich fange gerade mit Python an und versuche, einige erforderliche Bibliotheken zu installieren. Verwenden von Python 3.4.1 unter OS X. Ich habe PyPDF2 (mit vermeintlichem Erfolg) installiert, kann die folgenden Tools jedoch nicht verwenden:

    sh-3.2# port select --list python
    Available versions for python:
        none
        python25-apple
        python26
        python26-apple
        python27-apple
        python34 (active)
    sh-3.2# pip install PyPDF2
    Requirement already satisfied (use --upgrade to upgrade): PyPDF2 in /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Cleaning up...
sh-3.2# 

...

import PyPDF2
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import PyPDF2
ImportError: No module named 'PyPDF2'
>>> 

Vermisse ich einen Schritt? Oder wird PyPDF2 in py3.4.1 nicht unterstützt?

Antworten auf die Frage(3)

Ihre Antwort auf die Frage