Preguntas etiquetadas con bottle

7
cómo abrir una URL en Python
import urllib fun open(): return urllib.urlopen('http://example.com') Pero cuando se abre example.com, no muestra css ni js. ¿Cómo puedo abrir la página web en un navegador web? @error(404) def error404(error): return webbrowser.open('http://example.com') Estoy usando botella. Dándome el error:TypeError("'bool' object is not iterable",)
84 python  bottle 
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.