Closed mfeif closed 9 years ago
Thanks for the report. This was fixed in #18, (and works as expected in Master right now) but hasn't made it into a PyPI release. I held off on that for a while waiting on a dependency to get Python3 support, but I've let it go too long. I'll try to get a new PyPI release soon, and until then cloning from Master should solve your issue.
Duplicate of issue #18
Sorry, I looked in open issues for duplicates, but not closed ones :-)
Thanks!
No worries-- it points out how much I need to get a new release to PyPI!
On Oct 31, 2015, at 10:14 AM, Matt Feifarek notifications@github.com wrote:
Sorry, I looked in open issues for duplicates, but not closed ones :-)
Thanks!
— Reply to this email directly or view it on GitHub.
Hi there. Just wanted to try out SolidPython, and was about to try hacking around with it from within ipython. I got the following crash when trying to make some elementary geometry:
It seems reasonable to me that people might try and use this in a REPL like ipython or even just python console.
A test for
sys.__stdin__.isatty()
would be sufficient to flag this and amend your constructed comment.I could probably make a pull request if this is agreeable to you.