Changes between Initial Version and Version 1 of Ticket #20706, comment 4
- Timestamp:
- May 30, 2016, 1:38:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20706, comment 4
initial v1 1 I am trying to do from sage.all import *in an ipython3 session in a python3 virtualenv. This is the first failing point.1 I am trying to do `from sage.all import *` in an ipython3 session in a python3 virtualenv. This is the first failing point. 2 2 3 3 Then come problems with importing cython modules, but this is maybe another story.