Version: 1.2
Tracker id: 3028212
mercurial changeset: da84c27da674

Problem:
    RuntimeError when installing (running setup.py) with python 2.7:

        Traceback (most recent call last):
        File "setup.py", line 16, in <module>
        import test.regrtest as regrtest
        File "/usr/lib64/python2.7/test/regrtest.py", line 184, in <module>
        for module in sys.modules.itervalues():
        RuntimeError: dictionary changed size during iteration


Solution:
    This is a python bug. The bug has been reported to the Python bug tracker
    with a proposed patch attached, see http://bugs.python.org/issue9250

    The workaround is to change the order of the imports in setup.py, as
    proposed by Matt McCormick.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to