I tried that in the past and I was unsuccessful - I was able to get the
'pth' file to work. Something happens with the some of the ui/files.
On the other hand I was on OpenSuse and he is using Ubuntu.
Johnf
On 11/4/19 1:58 PM, Ed Leafe wrote:
On Nov 4, 2019, at 1:23 PM, Ralf Ullrich <[email protected]> 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
[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]