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 originalTraceback (most recent call last):
File "prueba.py", line 61, in crear_carpeta
self.ruta = os.path.join(self.ruta, self.combo.get_active_text())
File "/usr/lib/python2.6/posixpath.py", line 65, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'