http://dabodev.com/download says:

Latest Release
Download and decompress the file. It will create a folder named
'dabo', which will contain 4 main things: the dabo module itself (in a
subdirectory also named 'dabo'), along with folders containing the
visual tools ('ide'),

Development Releases
svn checkout http://svn.dabodev.com/dabo/trunk/dabo

That does not install the IDE stuff.
I would change it to:
svn checkout http://svn.dabodev.com/dabo/trunk/ dabo-trunk

And something is wrong with something - might be pip, might be dabo.
My guess is dabo's setup.py isn't right, but I don't know enough about
it - all I have is this error:

c...@gw42:~/temp$ virtualenv invite
New python executable in invite/bin/python
Installing setuptools............done.
c...@gw42:~/temp$ cd invite/
c...@gw42:~/temp/invite$ source bin/activate

(invite)c...@gw42:~/temp/invite$ pip install
svn+http://svn.dabodev.com/dabo/trunk#egg=dabotrunk
Downloading/unpacking svn+http://svn.dabodev.com/dabo/trunk#egg=dabotrunk
  Checking out svn repository http://svn.dabodev.com/dabo/trunk to
/tmp/pip-P8p_Mn-build
  Running setup.py egg_info for package from
svn+http://svn.dabodev.com/dabo/trunk#egg=dabotrunk
Installing collected packages: Dabo
  Running setup.py install for Dabo
Successfully installed Dabo

(invite)c...@gw42:~/temp/invite$ python -c "import dabo"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/carl/temp/invite/lib/python2.6/site-packages/dabo/__init__.py",
line 132, in <module>
    dLocalize.install("dabo")
  File "/home/carl/temp/invite/lib/python2.6/site-packages/dabo/dLocalize.py",
line 56, in install
    setLanguage(_defaultLanguage, _defaultEncoding)
  File "/home/carl/temp/invite/lib/python2.6/site-packages/dabo/dLocalize.py",
line 76, in setLanguage
    daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, codeset=charset)
  File "/usr/lib/python2.6/gettext.py", line 484, in translation
    raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'dabo'

-- 
Carl K
_______________________________________________
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/[email protected]

Reply via email to