Re: [sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-21 Thread PHPirate
write sage in a filename.sage file in PyCharm, then run and see the output within PyCharm. Would be awesome! On Thursday, December 21, 2017 at 10:54:26 AM UTC+1, Erik Bray wrote: > > On Wed, Dec 20, 2017 at 8:59 AM, PHPirate > wrote: > > Thanks to Erik Bray PyCharm does now succ

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-20 Thread PHPirate
Ah, searched for dll and found in local/lib libSingular.a and libSingular.dll.a but adding local/lib to my path didn't help. On Wednesday, December 20, 2017 at 12:24:01 PM UTC+1, Dima Pasechnik wrote: > > there should be libSingular.so or/and libSingular.dll somewhere. Where? > Find out and add

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-20 Thread PHPirate
Hm, the only .so files I have in local/ are libzn_poly.so and libzn_poly-0.9.so I do have Singular folders in local/share/singular and also in local/lib/python2.7/site-packages/sage/libs/singular I added both of them to my path, but that didn't help. On Wednesday, December 20, 2017 at 11:53:15 A

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-19 Thread PHPirate
install in $SAGE_LOCAL is required for Sage to work ideas? On Friday, December 15, 2017 at 6:23:51 PM UTC+1, PHPirate wrote: > > I already tried asking at SO > <https://stackoverflow.com/questions/47378147/use-pycharm-to-run-sagemath-scripts>and > > ask.sagemath.org >

Re: [sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-19 Thread PHPirate
in PyCharm - even without syntax highlighting or autocomplete. On Tuesday, December 19, 2017 at 12:28:52 PM UTC+1, Erik Bray wrote: > > On Tue, Dec 19, 2017 at 7:30 AM, PHPirate > wrote: > > Thanks for the replies, so I would be very interested to run vim or > emacs on >

Re: [sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-18 Thread PHPirate
PM UTC+1, Dima Pasechnik wrote: > > > > On Monday, December 18, 2017 at 8:20:18 PM UTC, David Roe wrote: >> >> >> >> On Mon, Dec 18, 2017 at 8:55 AM, PHPirate wrote: >> >>> Thanks, that sounds a bit too difficult for me though so I'll just sti

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-18 Thread PHPirate
Bit off-topic but yeah, that's the kind of IDE Sage needs :) (MMa was maybe not the best example, I use packages all the time if I need to collaborate) On Monday, December 18, 2017 at 6:40:58 PM UTC+1, Peter Luschny wrote: > > I do not like notebooks such as this one and Mathematica because they

Re: [sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-18 Thread PHPirate
onday, December 18, 2017 at 5:42:50 PM UTC+1, Erik Bray wrote: > > On Mon, Dec 18, 2017 at 5:37 PM, PHPirate > wrote: > > Hm, it is at least worth a try (just saw your message on GH) Okay I can > > understand if Sage has no syntax highlighting in any IDE on Windows, but > as

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-18 Thread PHPirate
that a number of essential Sage components (i.e. Python >> extensions you need) e.g. GAP, won't work natively on Windows, as they use >> fork() and other Unix/Posix specific system functions. >> >> On Saturday, December 16, 2017 at 12:19:56 PM UTC, PHPirate w

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-16 Thread PHPirate
natively on Windows, as they use > fork() and other Unix/Posix specific system functions. > > On Saturday, December 16, 2017 at 12:19:56 PM UTC, PHPirate wrote: >> >> Thanks, it sounds reasonable. But do you mean the Jupyter notebook >> included with Sage, which you ca

[sage-devel] Re: Running Sage from an IDE like PyCharm on Windows.

2017-12-16 Thread PHPirate
Thanks, it sounds reasonable. But do you mean the Jupyter notebook included with Sage, which you can start with sage --notebook ipython from the Sage shell? I do not like notebooks such as this one and Mathematica because they do not go well with a VCS. Is it then possible to use this Jupyter t

[sage-devel] Running Sage from an IDE like PyCharm on Windows.

2017-12-15 Thread PHPirate
I already tried asking at SO and ask.sagemath.org but I couldn't reach any Windows users of Sage, then I tried at the GitHub W