Tema: os.walk
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/01/2012, 12:56
carlos_armikhael
 
Fecha de Ingreso: octubre-2011
Mensajes: 31
Antigüedad: 12 años, 6 meses
Puntos: 7
Respuesta: os.walk

Razpeitia en el código que me mandaste cuando trato de crear la carpeta me tira ese error en el terminal... :S T_T

Código CODE:
Ver original
  1. Traceback (most recent call last):
  2.   File "prueba.py", line 61, in crear_carpeta
  3.     self.ruta = os.path.join(self.ruta, self.combo.get_active_text())
  4.   File "/usr/lib/python2.6/posixpath.py", line 65, in join
  5.     if b.startswith('/'):
  6. AttributeError: 'NoneType' object has no attribute 'startswith'