Hi, I still have the problem with the ValueError in IronPython 2.7.1 beta.
I now managed to cut down the test case to a single file with just a few lines, and I can also reproduce it when executing it in the ipy.exe interactive interpreter: -- snip -- import os, sys def trace_handler(a,b,c): return trace_handler sys.settrace(trace_handler) for root, dirs, files in os.walk("."): pass -- snap -- Traceback (most recent call last): File "test.py", line 8, in <module> ValueError: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt. Any ideas? Or is everyone out in summer holidays? :-) Best regards Markus Schaber ___________________________ We software Automation. 3S-Smart Software Solutions GmbH Markus Schaber | Developer Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 | Fax +49-831-54031-50 Email: m.scha...@3s-software.com | Web: http://www.3s-software.com CoDeSys internet forum: http://forum.3s-software.com Download CoDeSys sample projects: http://www.3s-software.com/index.shtml?sample_projects Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users