On Jan 8, 2006, at 12:30 AM, Mario Lacunza wrote:
I have this error:[EMAIL PROTECTED]:~/Proyectos/daboide$ python Designer.py Traceback (most recent call last): File "Designer.py", line 13, in ? from DesignerFormMixin import DesignerFormMixin as dfm File "/home/mario/Proyectos/daboide/DesignerFormMixin.py", line 11, in ? from wizards.QuickLayoutWizard import QuickLayoutWizardFile "/home/mario/Proyectos/daboide/wizards/__init__.py", line 1, in ?from QuickLayoutWizard import QuickLayoutWizard File "/home/mario/Proyectos/daboide/wizards/QuickLayoutWizard.py", line 3, in ? from dabo.lib.ListSorter import ListSorter ImportError: No module named ListSorter
Thanks! That's a bug, since the ListSorter class has been removed. I'll post a fix soon.
The nightly tarballs, as well as the latest Subversion code, should always be a complete installation. When it isn't, as in this case, it's a bug.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
