On Nov 4, 2019, at 1:23 PM, Ralf Ullrich <ralf.ullr...@ucos.de> wrote: > > I then git-cloned dabo, checked out branch dabo3 and tried python > setup.py install, but I'm getting this error:
That really should work, but it doesn’t - too much has changed since that was written. What I would recommend is set up a soft link to the dabo code in your venv. Something like this: cd <venv location>/lib/python3.6/lib/site-packages ln -s /<path>/<to>/dabo/dabo Test this by going to your home directory, activating your venv, starting python, and typing ‘import dabo’. That should execute with no error. Something like this (running ipython): In [1]: import dabo dabo In [2]: dabo.__path__ Out[2]: ['/Users/ed/projects/dabo/vdabo/lib/python3.6/site-packages/dabo’] -- Ed Leafe _______________________________________________ Post Messages to: Dabo-dev@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: https://leafe.com/archives This message: https://leafe.com/archives/byMID/35918023-a8db-494a-92f0-c24dacadf...@leafe.com