[Bug 274953] Re: Pygame causes Mnemosyne to crash

mgajda mgajda at mimuw.edu.pl
Mon Feb 16 13:36:42 UTC 2009


Simpler way to reproduce:
python -OO -c 'import numpy'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 107, in <module>
    import ma
  File "/usr/lib/python2.5/site-packages/numpy/ma/__init__.py", line 14, in <module>
    import core
  File "/usr/lib/python2.5/site-packages/numpy/ma/core.py", line 3649, in <module>
    outer.__doc__ += doc_note("Masked values are replaced by 0.")
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'

So when optimization is enabled, something breaks in NumPy's documentation.
Anybody knows where it comes from?

-- 
Pygame causes Mnemosyne to crash
https://bugs.launchpad.net/bugs/274953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list