Die Suche ergab 6 Treffer

von timg
Freitag 19. November 2010, 00:01
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

Re: install setup.py

falsches python_home, ...
von timg
Donnerstag 18. November 2010, 23:20
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

Re: install setup.py

ich habe mal testweise die 3.2 installiert, auch sehr lustig:
D:\www\repositories\mercurial>C:\python\Python32\python.exe
Fatal Python error: Py_Initialize: unable to load the file system codec
File "C:\csvn\Python25\\lib\encodings\__init__.py", line 120
raise CodecRegistryError,\
^
SyntaxError ...
von timg
Donnerstag 18. November 2010, 23:10
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

Re: install setup.py

ich hab http://www.python.org/download/releases/2.7/ dies installiert ( binary installer ), ist das nicht richtig? wo gibts die python header files?
von timg
Donnerstag 18. November 2010, 22:10
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

Re: install setup.py

ahje, hatte vergessen, dass ich mal eine andere python version installiert hatte, nun besteht noch das problem mit den

wo finde ich die Python-Header-Dateien?


>python setup.py install
Couldn't import standard bz2 (incomplete Python install).


Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC ...
von timg
Donnerstag 18. November 2010, 20:46
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

Re: install setup.py

sieht gut aus:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import bz2
>>>



wenn ich auf der commandline versuche die setup.py rennen zu lassen (% ist mein prompt)
%python setup ...
von timg
Donnerstag 18. November 2010, 19:00
Forum: Installation/Konfigurieren
Thema: install setup.py
Antworten: 9
Zugriffe: 2189

install setup.py

Hallo,

ich versuche unter Windows die setup.py von mercurial auszuführen um an die hgweb.cgi zu kommen. dabei beschwert sich die setup.py, dass mir bz2 Komponenten fehlen. Habe ich mercurial falsch installiert?

wie komme ich an die bz2 Komponente?

vielen Dank,

Tim