Are you using Dabo3?  I would recommend that you not use setup.py at this point.  I recommend that you set a 'pth' file in your site-packages folder.  If you need more info just ask.

Johnf

On 11/4/2019 11:23 AM, Ralf Ullrich wrote:
Hello all,

     I would like to try out Dabo and see if it has something for me,
       but I'm having trouble getting it to install.

     I'm running LinuxMInt 19 (Ubuntu 18 derivate), I have created a
       virtualenv with Python 3.6.8 and wxPython 4.0.6 is installed
       successully.

     I then git-cloned dabo, checked out branch dabo3 and tried python
       setup.py install, but I'm getting this error:

Traceback (most recent call last):

           File "setup.py", line 6, in <module>

             from dabo.version import __version__

           File "/home/ralf/projects/myproject1/dabo/dabo/__init__.py",
         line 274, in <module>

             dLocalize.install("dabo")

           File "/home/ralf/projects/myproject1/dabo/dabo/dLocalize.py",
         line 79, in install

             setLanguage(_defaultLanguage, _defaultEncoding)

           File "/home/ralf/projects/myproject1/dabo/dabo/dLocalize.py",
         line 104, in setLanguage

             daboTranslation = gettext.translation("dabo", daboLocaleDir,
         languages=lang, codeset=charset)

           File "/usr/lib/python3.6/gettext.py", line 538, in translation

             t = _translations.setdefault(key, class_(fp))

           File "/usr/lib/python3.6/gettext.py", line 254, in __init__

             self._parse(fp)

           File "/usr/lib/python3.6/gettext.py", line 407, in _parse

             msgid1, msgid2 = msg.split(b'\x00')

         ValueError: too many values to unpack (expected 2)

     I also tried with the master branch, but that didn't work either.

     What did I do wrong? Or is Dabo simply not working with this
       setup? I know it says it's not fully supported for Python3, but at
       least it should be installable and *basically* working I guess, if
       I interpret that wiki message correctly.

     Can anybody help me?

     Thanks,

     Ralf


--- StripMime Report -- processed MIME parts ---
text/html (html body -- converted)
---


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/[email protected]

Reply via email to