Status: Accepted
Owner: renato.c...@gmail.com
Labels: Type-Defect Priority-High

New issue 2541 by renato.c...@gmail.com: autowrap failing test
http://code.google.com/p/sympy/issues/detail?id=2541

Testing master (4cb35185) in python2.7 gives the failure below. This doesn't happen in python2.7 using tox or in python2.5, so I guess the code only breaks when some system library is present.

_ /home/renato/.VirtualBox/shared/rsympy/sympy/external/tests/test_autowrap.py _ File "/home/renato/.VirtualBox/shared/rsympy/sympy/external/tests/test_autowrap.py", line 14, in <module>
    autowrap(symbols('x'), 'f95', 'f2py')
File "/home/renato/.VirtualBox/shared/rsympy/sympy/utilities/autowrap.py", line 387, in autowrap
    return code_wrapper.wrap_code(routine, helpers=helps)
File "/home/renato/.VirtualBox/shared/rsympy/sympy/utilities/autowrap.py", line 128, in wrap_code
    mod = __import__(self.module_name)
ImportError: No module named wrapper_module_0


--
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