https://bugzilla.novell.com/show_bug.cgi?id=815424 https://bugzilla.novell.com/show_bug.cgi?id=815424#c0 Summary: python3-scipy doesnt work under python3.3 Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: highwaystar.ru@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 scipy 0.11 is broken when using with python3.3 that shipped with openSUSE 12.3 Reproducible: Always Steps to Reproduce: 1. try to import scipy from python3 console Actual Results: import scipy.special as special --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-13-51f4b7f310bc> in <module>() ----> 1 import scipy.special as special /usr/lib64/python3.3/site-packages/scipy/special/__init__.py in <module>() 530 from .orthogonal import * 531 from .spfun_stats import multigammaln --> 532 from .lambertw import lambertw 533 from ._logit import logit, expit 534 from . import add_newdocs /home/aver/lambertw.pyx in init scipy.special.lambertw (scipy/special/lambertw.c:1588)() ValueError: level must be >= 0 scipy 0.12 is compatible with python3.3, it should be updated. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.