Python for Windows

2020-10-14 Thread Ana María Pliego San Martín
Hi!

I've tried to install Python a couple of times on my computer. Although it
works fine when first downloaded, every time I turn off my computer and
then back on Python says it has a problem that needs fixing. After "fixing"
it, I still encounter some issues and have the need to uninstall it and
install it again. Do you know what the problem is?

Thank you.

Ana

-- 
*POLÍTICA DE 
PRIVACIDAD: Las instituciones pertenecientes al Sistema 
UP-IPADE 
utilizarán cualquier dato personal expuesto en el presente correo 

electrónico, única y exclusivamente para cuestiones académicas, 
administrativas, de comunicación, o bien para las finalidades expresadas
 
en cada asunto en concreto, esto en cumplimiento con la Ley Federal de 
Protección de Datos Personales en Posesión de los Particulares. Para 
mayor 
información acerca del tratamiento y de los derechos que puede 
hacer 
valer, usted puede acceder al aviso de privacidad integral a 
través de 
nuestras páginas de Internet: www.up.edu.mx  / 
prepaup.up.edu.mx  / www.ipade.mx 
 / www.ipadealumni.com.mx 
 
La información contenida en este correo es 
privada y confidencial, dirigida exclusivamente a su destinatario. Si usted 
no es el destinatario del mismo debe destruirlo y notificar al remitente 
absteniéndose de obtener copias, ni difundirlo por ningún sistema, ya que 
está prohibido y goza de la protección legal de las comunicaciones.*

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: lmoments3 and scipy (again)

2020-10-14 Thread David Painter
Thank you, Kyle and Dennis.
The developer version from 17 months ago, which I hadn't spotted, has
solved my immediate problem. It would be good to have it mainstreamed to
prevent others having the same problem.
David






















On Thu, 15 Oct 2020 at 09:07, Dennis Lee Bieber 
wrote:

> On Wed, 14 Oct 2020 12:05:33 +1300, David Painter
>  declaimed the following:
>
> >I'm aware there have been problems with previous versions of
> >lmoments3 working with scipy -- comb having been replaced in scipy. I
> >thought by using pip to install numpy, scipy, lmoments3 [whence distr] I
> >would get compatible latest versions. I'm using 32-bit Python 3.8.6. I've
> >verified scipy 1.5.2 and lmoments3 1.10.4 are present. But I still get a
>
> 
>
> >What am I doing wrong?
>
> Well, the snarky answer would be "using SciPy 1.5.2"
>
>
> https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.comb.html
>
> "comb" is now under scipy.special, not scipy.misc. But the real fault
> likely needs to be put on lmoments3, since scipy.misc.comb has been
> deprecated all the way back in scipy 1.0.0!
>
>
> https://docs.scipy.org/doc/scipy-1.2.0/reference/generated/scipy.misc.comb.html
>
> https://pypi.org/project/lmoments3/#history indicates that lmoments3
> hasn't
> been updated in over FIVE years.
>
> A change was merged into the /development/ branch a year and a
> half ago
> https://github.com/OpenHydrology/lmoments3/tree/develop explicitly for
> this
> situation, but has not gone "mainstream"
>
>
>
> --
> Wulfraed Dennis Lee Bieber AF6VN
> [email protected]
> http://wlfraed.microdiversity.freeddns.org/
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python for Windows

2020-10-14 Thread Michael Torrie
On 10/14/20 11:29 AM, Ana María Pliego San Martín wrote:
> I've tried to install Python a couple of times on my computer. Although it
> works fine when first downloaded, every time I turn off my computer and
> then back on Python says it has a problem that needs fixing. After "fixing"
> it, I still encounter some issues and have the need to uninstall it and
> install it again. Do you know what the problem is?

You are running the installer again, not the Python interpreter. Kindly
delete the installer file so this won't happen again.  Please see this
on-line documentation:  https://docs.python.org/3/using/windows.html.

Note that Python is an interpreter. It's not a GUI app, and it's not an
IDE. It requires a python script (program) to do anything. Again, see
the link above. Python does ship with a program called IDLE, which does
provide an editor and means of running scripts without using the command
prompt.  It should be in your start menu.
-- 
https://mail.python.org/mailman/listinfo/python-list