I am back with dabo at last and have a project I want to develop.

This is a 'clean' installation where there hasn't been a dabo before
but I do have lots of python applications installed and working.

I have followed the instructions at:-
    http://wiki.dabodev.com/InstallationOnLinux

I'm running Python 2.6.4 (r264:75706, Nov  2 2009, 14:44:17).

The problem I'm having with dabo is that for some reason it can't find
the dabo module to import but I really can't understand why.  Another
application (rdiff-backup) can find its packages and runs OK.

In /usr/local/lib/python2.6/site-packages there are:-

    lrwxrwxrwx 1 root staff   25 2009-12-10 19:37 dabo -> 
/home/chris/src/dabo/dabo
    drwxr-sr-x 2 root staff 4096 2009-10-12 09:34 rdiff_backup
    -rw-r--r-- 1 root staff  264 2009-10-12 09:34 
rdiff_backup-1.2.8-py2.6.egg-info

In /home/chris/src/dabo/dabo there are:-

    chris$ ls -l /home/chris/src/dabo/dabo
    total 224
    -rw-r--r--  1 chris chris  1144 2009-12-10 19:35 LICENSE.TXT
    -rw-r--r--  1 chris chris  8661 2009-12-10 19:35 __init__.py
    -rw-r--r--  1 chris chris  1059 2009-12-10 19:35 __version__.py
    drwxr-xr-x  4 chris chris  4096 2009-12-10 19:35 biz
    -rw-r--r--  1 chris chris 54228 2009-12-10 19:35 dApp.py
    -rw-r--r--  1 chris chris  2246 2009-12-10 19:35 dBug.py
    -rw-r--r--  1 chris chris  8287 2009-12-10 19:35 dColors.py
    -rw-r--r--  1 chris chris   738 2009-12-10 19:35 dConstants.py
    -rw-r--r--  1 chris chris 25521 2009-12-10 19:35 dEvents.py
    -rw-r--r--  1 chris chris  1448 2009-12-10 19:35 dException.py
    -rw-r--r--  1 chris chris  4888 2009-12-10 19:35 dLocalize.py
    -rw-r--r--  1 chris chris 13991 2009-12-10 19:35 dObject.py
    -rw-r--r--  1 chris chris 15904 2009-12-10 19:35 dPref.py
    -rw-r--r--  1 chris chris  5103 2009-12-10 19:35 dReportWriter.py
    -rw-r--r--  1 chris chris  5658 2009-12-10 19:35 dSecurityManager.py
    -rw-r--r--  1 chris chris  1891 2009-12-10 19:35 dUserSettingProvider.py
    drwxr-xr-x  4 chris chris  4096 2009-12-10 19:35 db
    drwxr-xr-x  4 chris chris  4096 2009-12-10 19:35 icons
    drwxr-xr-x  9 chris chris  4096 2009-12-10 19:35 lib
    drwxr-xr-x 20 chris chris  4096 2009-12-10 19:35 locale
    -rw-r--r--  1 chris chris  6741 2009-12-10 19:35 settings.py
    drwxr-xr-x  8 chris chris  4096 2009-12-10 19:35 ui


When I run rdiff-backup I get no errors, when I run DaboDemo.py I get:-

    chris$ python DaboDemo.py
    Traceback (most recent call last):
      File "DaboDemo.py", line 7, in <module>
        import dabo
    ImportError: No module named dabo


I'm going round in circles trying to see what's different between
rdiff-backup and DaboDemo.py but at the moment I can't.  Is the dabo
link in /usr/local/lib/python2.6/site-packages wrong somehow?


-- 
Chris Green

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/20091210200326.gb8...@chris

Reply via email to