I get the following when I try to save a project in gazpacho 0.7.2
when I try and save a project that contains a Kiwi TextView. I've
also had the same traceback "str object has no attribute __name__"
when trying save a project with a Kiwi Entry where the data type was
changed -- even if I change it back to a string and try to save it
again.
Thanks,
Greg
File /var/lib/python-support/python2.5/gazpacho/app/app.py, line
1040, in _save_cb
self._save(project, project.path)
File /var/lib/python-support/python2.5/gazpacho/app/app.py, line 529, in _save
project.save(path)
File /var/lib/python-support/python2.5/gazpacho/project.py, line 463, in save
self._domain, self._version)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
95, in write
self._write_widgets(root, widgets, uim)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
406, in _write_widgets
wnode = self._write_widget(gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
462, in _write_widget
child_node = self._write_child(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
553, in _write_child
child = self._write_widget(child_gadget)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
421, in _write_widget
self._write_properties(node, gadget, child=False)
File /var/lib/python-support/python2.5/gazpacho/filewriter.py, line
497, in _write_properties
value = prop.save()
File /usr/lib/python2.5/site-packages/kiwi/ui/gazpacholoader.py,
line 267, in save
return value.__name__
AttributeError: 'str' object has no attribute '__name__'
_______________________________________________
Kiwi mailing list
[email protected]
http://www.async.com.br/mailman/listinfo/kiwi