[Ironpython-users] ValueError in IronPython 2.7.1 beta

Markus Schaber m.schaber at 3s-software.com
Wed Aug 24 13:40:34 CEST 2011


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.schaber at 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 




More information about the Ironpython-users mailing list