Comment #3 on issue 2612 by vlada.pe...@gmail.com: Error in quantum/__init__.py under Python 3
http://code.google.com/p/sympy/issues/detail?id=2612

This seems to fail only for the two functions using __all__ (qapply and represent, which are imported as qapmod and repmod). This is obvious, because functions can't have attributes (as the error message says). I'm actually surprised this works in Python 2 too. My guess is that the "extend" line is just redundant as the "from foo import bla" handles it and in Python 2 it fails silently, while in Python 3 it raises the above error. I'll try to investigate more.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to