Opened 14 years ago
Closed 13 years ago
#6601 closed defect (invalid)
Crash loading rings.polynomial.pbori
Reported by: | stankewicz | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
I tried to run a script and python crashed trying to load pbori. Sage_crash_report.txt is attached.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | Sage_crash_report.txt added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Milestone: | → sage-duplicate/invalid/wontfix |
---|---|
Report Upstream: | → N/A |
Resolution: | → invalid |
Status: | new → closed |
Importing individual modules without initializing sage by doing import sage.all
is not supported. You should add a line with
import sage.all
at the beginning of your script.
Note: See
TracTickets for help on using
tickets.
It looks like you're using Sage 3.4.1. Would it be possible to try your script with a more recent version of Sage (like 4.1, the most recent as of now) and see whether you still get an error?