Seite 1 von 1

comtypesv1-Installation

Verfasst: Mittwoch 23. April 2014, 10:04
von polyworks
Hi Leute!

Ich versuche mich schon eine Weile an der Installation von comtypesv1.0.0 für Pythonv3.1.4.
Dabei gehe ich in die Eingabeaufforderung, gebe den Pfad der Python.exe an mit "set path=%path%;C:\Python31".
Danach wechsle ich in den Ordner comtypes-1.0.0, der bei mir auf dem Desktop liegt.
Um die Installation auszuführen, gebe ich "python setup.py install" ein und erhalte folgende Fehlermeldung:
"Traceback (most recent call last):
File "setup.py", line 40, in <module>
from setuptools Import setup
ImportError: No module named setuptools"

Was mache ich denn falsch?

Re: comtypesv1-Installation

Verfasst: Mittwoch 23. April 2014, 10:55
von /me
polyworks hat geschrieben: ImportError: No module named setuptools"

Was mache ich denn falsch?
So wie es aussieht ist setuptools nicht installiert.

Re: comtypesv1-Installation

Verfasst: Mittwoch 23. April 2014, 12:54
von polyworks
ok, habe es hinbekommen, danke dir :)