Message7858

Author asmeurer
Recipients amak, asmeurer, fwierzbicki
Date 2013-02-27.19:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361994727.04.0.209259665274.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
Comment out Basic.__slots__. You will get the stack trace from comment 28 (the second one, the ImportError). If you attempt to fix that by commenting out the import of ask in sympy/core/sets.py (apply the diff from comment 33, and also remove the import of ask at the top of the file), you get the traceback from comment 37.  Removing the ask import that that point is not as easy, so I haven't attempted it yet.

It seems like it is hitting a circular import, but according to CPython, it should be able to import everything just fine.

If it will help, I can create branches in my GitHub fork that replicate the various tracebacks.
History
Date User Action Args
2013-02-27 19:52:07asmeurersetmessageid: <1361994727.04.0.209259665274.issue1777@psf.upfronthosting.co.za>
2013-02-27 19:52:07asmeurersetrecipients: + asmeurer, fwierzbicki, amak
2013-02-27 19:52:07asmeurerlinkissue1777 messages
2013-02-27 19:52:06asmeurercreate