Python module generation (in C) from XML spec

2006-05-10 Thread asmirnov1234567890
Hi does anybody knows any tool to accomplish such task: given XML spec of Python module C code should be produced. Regards, Andrei Smirnov -- http://mail.python.org/mailman/listinfo/python-list

JINI service -- Python client

2006-01-06 Thread asmirnov1234567890
Hi does anybody knows how to use JINI service from Python? Regards, Andrei -- http://mail.python.org/mailman/listinfo/python-list

python 2.3.4 for windows: float("NaN") throws exception

2005-01-13 Thread asmirnov1234567890
Hi my python 2.3.4 for windows refuse to execute line float("NaN"). It says: >>> float("NaN") Traceback (most recent call last): File "", line 1, in ? ValueError: invalid literal for float(): NaN The same line works as expected on Linux and Solaris with python 2.3.4. Could anybody explain what i