Replying to the list since I have absolutely no idea about gmpy2 or pip...
On 01/11/2018 16:56, jacob m wrote:
Hi Rodhri, of course I can paste the text :)
"
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/src
gcc -pthread -Wno-unused-resul
On 01/11/2018 14:40, jacob m wrote:
Hi guys
I have some problems with gmpy2 module installation - pip install gmpy2
doesn't work for me
[image: image.png]
How to fix it?
Hi Jacob,
I'm afraid the screen-shot that you sent was automatically stripped off
by the mailing list. Could you copy the
On 10/31/2018 11:08 AM, Rob Gaddi wrote:
> The decision is also almost certainly not worth the amount of
> thought you're giving it.
When learning something new, hopefully all aspects are given a lot of
thought. After learning how all the pieces fit together then most
decisions can be made qu
Hi guys
I have some problems with gmpy2 module installation - pip install gmpy2
doesn't work for me
[image: image.png]
How to fix it?
Regards
--
https://mail.python.org/mailman/listinfo/python-list
I want to plot a graph and *still run following code without closing the
graph automatically like Matlab does*.
I try plt.show(block=False) , it failed and appear in a small moment then
close itself.
I also try plt.draw() or interactive mode , it failed, too.
plt.draw() will block until I close i