Preguntas etiquetadas con python-2.x

82
Python EOF inesperado durante el análisis

Aquí está mi código de Python. ¿Podría alguien mostrarme qué tiene de malo? while 1: date=input("Example: March 21 | What is the date? ") if date=="June 21": sd="23.5° North Latitude" if date=="March 21" | date=="September 21": sd="0° Latitude" if date=="December 21": sd="23.5° South...

14
Brew - reinstalar python @ 2

He estado teniendo problemas con openssl y python @ 2 con brew, que he explicado aquí (sin resolver) . La solución documentada para reinstalar Python y openssl no funcionaba, así que decidí desinstalar y reinstalar Python. El problema es que, cuando intenta instalar Python 2 con brew, recibe este...