ok.<br><br>i ran unit tests, and this is what i got:<br><br><br>angel@angel-laptop:~/desarrollo/clr-2.0-python-2.5-branch$ mono python.exe ./src/tests/runtests.py<br>..............................................................EE....F..........................................................................................................................................................................................................................................................
<br>======================================================================<br>ERROR: testGenericMethodOverloadSelection (test_generic.GenericTests)<br>----------------------------------------------------------------------
<br>Traceback (most recent call last):<br> File "/home/angel/desarrollo/clr-2.0-python-2.5-branch/src/tests/test_generic.py", line 353, in testGenericMethodOverloadSelection<br> value = type.Overloaded[str]("test")
<br>TypeError: No match found for given type params<br><br>======================================================================<br>ERROR: testGenericMethodTypeHandling (test_generic.GenericTests)<br>----------------------------------------------------------------------
<br>Traceback (most recent call last):<br> File "/home/angel/desarrollo/clr-2.0-python-2.5-branch/src/tests/test_generic.py", line 303, in testGenericMethodTypeHandling<br> self._testGenericMethodByType(System.Boolean
, True)<br> File "/home/angel/desarrollo/clr-2.0-python-2.5-branch/src/tests/test_generic.py", line 202, in _testGenericMethodByType<br> result = stype.Overloaded[ptype](value)<br>TypeError: No match found for given type params
<br><br>======================================================================<br>FAIL: Test usage of generic value type definitions.<br>----------------------------------------------------------------------<br>Traceback (most recent call last):
<br> File "/home/angel/desarrollo/clr-2.0-python-2.5-branch/src/tests/test_generic.py", line 81, in testGenericValueType<br> self.failUnless(inst.HasValue)<br>AssertionError<br><br>----------------------------------------------------------------------
<br>Ran 319 tests in 3.447s<br><br>FAILED (failures=1, errors=2)<br><br><br><br><br><br><div><span class="gmail_quote">2007/7/18, Christian Heimes <<a href="mailto:lists@cheimes.de">lists@cheimes.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
angel ignacio colmenares laguado wrote:<br>> hi,<br>> great job!!<br>><br>> i downloaded pythonnet2.5 rev 63, ran make and got python.exe and<br>> Python.Runtime.dll.<br>><br>> i was not able to get
clr.pyd ( or clr.so ), because i have not header<br>> files<br>> ( jit.h, environment.h....) but i can run mono python.exe and can work with<br>> strings:<br><br>The clr.pyd is useless under Linux. It's a Windows DLL and can't be
<br>loaded by Linux's Python. In order to build clr.so you have to install<br>libmono-dev but clr.so is horrible broken. I've run into a nasty problem<br>with Python's small int cache. It's causing seg faults for small ints.
<br><br>Python.Tests.dll can be build under Mono, too. Please run the unit tests<br>for me, would you? :)<br><br>Christian<br><br>_________________________________________________<br>Python.NET mailing list - <a href="mailto:PythonDotNet@python.org">
PythonDotNet@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/pythondotnet">http://mail.python.org/mailman/listinfo/pythondotnet</a><br></blockquote></div><br><br clear="all"><br>-- <br>Atentamente,<br><br>
angel ignacio colmenares laguado