Mario Lacunza wrote:
Hi,

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 QuickLayoutWizard
  File "/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



Mi configuracion/My config:

Ubuntu Breezy 5.10
Linux Kernel 2.6.12-10-386
Python 2.4.2
wxPython 2.6.1.1Pre


Hello Mario,

Make sure you have downloaded the latest dabo stable release and not just the nightly tarballs. It looks like the nightly tarballs do not include the full source tree.

Casey McGuire

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to