Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2013-11-12 Thread sympy
Updates: Status: Fixed Comment #9 on issue 3053 by asmeu...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Now that we use a single codebase, this should be fixed. -- You received this message because this project is configured to

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-08-15 Thread sympy
Comment #8 on issue 3053 by asmeu...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 I hope to God that pip downloads the right tarball for Python 3. It's impossible to make pip do what you want it to do, and the Python core packaging

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-08-14 Thread sympy
Updates: Labels: -NeedsReview Comment #7 on issue 3053 by vlada.pe...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Ok, the above got in, so it should be better. I will leave this open, however, so we are reminded to test if pip

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-03-13 Thread sympy
Comment #4 on issue 3053 by asmeu...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Yeah, I think we should just run use2to3, and run setup.py dist in the py3k-sympy directory the same as normal, and distribute the Python 3 sources.

Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-02-11 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Critical Milestone-Release0.7.2 Python3 New issue 3053 by ronan.l...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Tox log attached. I guess that the trick is to make sure that

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-02-11 Thread sympy
Comment #1 on issue 3053 by vlada.pe...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 This is fine actually, 2to3 needs to be run on setup.py for it to be valid. Did you edit your tox.ini file accordingly or did you just run it with the

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-02-11 Thread sympy
Comment #2 on issue 3053 by ronan.l...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Yes, I used the defaults, except that I changed the envlist. The bigger problem with this is that sympy cannot be pip-installed from source on Python3.

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-02-11 Thread sympy
Updates: Cc: asmeu...@gmail.com Comment #3 on issue 3053 by vlada.pe...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Yeah, you need to do something like, tell Tox to run bin/use2to3, then change to that directory, then run the