-----Ursprüngliche Nachricht-----
Von: Michael Linke
Gesendet: Samstag, 26. Oktober 2002 17:03
An: crj...@us...; sh...@us...
Betreff: :/ Diploma Thesis Problem: Strange Windows Problem with bind
Hi List,
a warm welcome from southwest of germany on a stormy saturday :)
I have a nasty problem with some code for my diploma thesis (MySQL-RPC Sync
betwenn tweo Databases).
Program runs under linux fine, but on several out-of-the box installations
it brings always the
same error :/
I have to install it on a 98 Machine at my University (TU Ilmenau) on
Wednesday, so do you have
an idea why the machines produced this bind-error ? It should be pre-defined
(as it is in linux) ...
For any help i'am thankful ... :/
With best regards
Michael P. Linke
P.S.: Could this be any trouble, because of the "other" xml-rpc in the
python22 installer
included ? Theoretically it must not, but perhaps you know more ..... :-|
Here is the code ....
Codeline in validate.py:
----snip-----
s.bindAndListen(PORT)
----snap-----
Traceback (most recent call last):
File
"C:\Python22\Lib\site-packages\de\tuilmenau\replicator\examples\validate.py"
, line 98, in ?
main()
File
"C:\Python22\Lib\site-packages\de\tuilmenau\replicator\examples\validate.py"
, line 30, in main
s.bindAndListen(PORT)
File "C:\PYTHON22\Lib\site-packages\xmlrpc.py", line 105, in bindAndListen
def bindAndListen(self, port, queue=5):
xmlrpc.error: (0, 'Error')
----------------------------------------------------------------------------
-
Codeline in xmlrpc.py
----snip-----
def bindAndListen(self, port, queue=5):
self._o.bindAndListen(port, queue)
----snap-----
_______________________________________________
m....@mi..., http://www.mindphazer.de
MINDPHAZER.DE
Försterstraße 24
66111 Saarbruecken
Germany
fon: +49 (0) 681 / 9 50 85 - 94
fax: +49 (0) 681 / 9 50 85 - 93
|