Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium

New issue 1906 by smichr: loading sympy fails in python 2.4 under windows
http://code.google.com/p/sympy/issues/detail?id=1906

PythonWin 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on
win32.
Portions Copyright 1994-2004 Mark Hammond (mhamm...@skippinet.com.au) - see
'Help/About PythonWin' for further copyright information.
from sympy import *
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
File "C:\Documents and Settings\chris\sympy\sympy\__init__.py", line 24, in ?
    from polys import *
  File "C:\Documents and Settings\chris\sympy\sympy\polys\__init__.py",
line 3, in ?
    from polytools import (
  File "C:\Documents and Settings\chris\sympy\sympy\polys\polytools.py",
line 56, in ?
    from sympy.polys.algebratools import Algebra, ZZ, QQ, RR, EX
  File "C:\Documents and Settings\chris\sympy\sympy\polys\algebratools.py",
line 628, in ?
    from fractions import (
ImportError: cannot import name Fraction


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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