probleme mit cx_freeze

Wenn du dir nicht sicher bist, in welchem der anderen Foren du die Frage stellen sollst, dann bist du hier im Forum für allgemeine Fragen sicher richtig.
Antworten
Costi
User
Beiträge: 545
Registriert: Donnerstag 17. August 2006, 14:21

hallo!

cx_freeze auf python 2.6 ....

Code: Alles auswählen

Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27
, in <module>
  File "E:\evlum4\main.py", line 24, in <module>
  File "E:\evlum4\vkontakte.py", line 125, in register
  File "E:\evlum4\vkontakte.py", line 118, in _register
  File "C:\Python26\lib\httplib.py", line 914, in request
    self.send(body)
  File "C:\Python26\lib\httplib.py", line 951, in _send_request
    assert response.will_close != _UNKNOWN
  File "C:\Python26\lib\httplib.py", line 908, in endheaders
    self.putheader('Content-Length',thelen)
  File "C:\Python26\lib\httplib.py", line 780, in _send_output
    # Save the method we use, we need it later in the response phase
  File "C:\Python26\lib\httplib.py", line 739, in send
    del self._buffer[:]
  File "C:\Python26\lib\httplib.py", line 720, in connect
    except socket.error, v:
  File "E:\evlum4\eventlet\green\socket.py", line 59, in create_connection
socket.error: [Errno 10022] WSAEINVAL

irgendwelche ideen?

vielen dank,
costi

EDIT:
"normal" ausgefuert funktioniert alles
cp != mv
Antworten