Preguntas etiquetadas con python-3.x

220
builtins.TypeError: debe ser str, no bytes

He convertido mis scripts de Python 2.7 a 3.2, y tengo un error. # -*- coding: utf-8 -*- import time from datetime import date from lxml import etree from collections import OrderedDict # Create the root element page = etree.Element('results') # Make a new document tree doc =

219
TypeError: falta 1 argumento posicional requerido: 'self'

Soy nuevo en Python y he chocado contra una pared. Seguí varios tutoriales pero no puedo superar el error: Traceback (most recent call last): File "C:\Users\Dom\Desktop\test\test.py", line 7, in <module> p = Pump.getPumps() TypeError: getPumps() missing 1 required positional argument:...

196
Uso de "aumento de" Python

¿Cuál es la diferencia entre raisey raise fromen Python? try: raise ValueError except Exception as e: raise IndexError cuyos rendimientos Traceback (most recent call last): File "tmp.py", line 2, in <module> raise ValueError ValueError During handling of the above exception, another...