I got past eventlib by installing django myself. My stumbling block now is sipsimple. I may have to try their mailing list. I compiled pjsip and sipsimple but it fails when I try to build the python form of these. Specifically setup_pjsip.py fails with a permission denied error. Root doesn't help.
On Wednesday, January 24, 2018 11:31:23 AM PST Adrian Georgescu wrote: > These are not direct Blink dependencies but dependencies of sipsimpleclient, > see here all packages your may need if you build from scratch. > > http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipInstallation > <http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipInstallation> > > Adrian > > > On 24 Jan 2018, at 19:19, Robert Dyck <[email protected]> wrote: > > > > Well the distro had such a package and I got a little further. Now I need > > eventlib which is not available in the distro. So I tried pip install > > eventlib. > > > > [rdyck@blacky ~]$ pip install eventlib > > Collecting eventlib > > > > Downloading eventlib-0.1.5.tar.gz > > > > Collecting celery>=3.0.0 (from eventlib) > > > > Downloading celery-4.1.0-py2.py3-none-any.whl (400kB) > > > > 100% |████████████████████████████████| 409kB 1.2MB/s > > > > Collecting logan==0.5.0 (from eventlib) > > > > Downloading logan-0.5.0.tar.gz > > > > Collecting redis>=2.7.1 (from eventlib) > > > > Downloading redis-2.10.6-py2.py3-none-any.whl (64kB) > > > > 100% |████████████████████████████████| 71kB 3.0MB/s > > > > Collecting ejson (from eventlib) > > > > Downloading ejson-0.1.6.tar.gz > > > > Collecting Django (from eventlib) > > > > Downloading Django-2.0.tar.gz (8.0MB) > > > > 100% |████████████████████████████████| 8.0MB 125kB/s > > Complete output from command python setup.py egg_info: > > > > Traceback (most recent call last): > > File "<string>", line 1, in <module> > > File "/tmp/pip-build-yhNpJK/Django/setup.py", line 32, in <module> > > > > version = __import__('django').get_version() > > > > File "django/__init__.py", line 1, in <module> > > > > from django.utils.version import get_version > > > > File "django/utils/version.py", line 61, in <module> > > > > @functools.lru_cache() > > > > AttributeError: 'module' object has no attribute 'lru_cache' > > > > On Wednesday, January 24, 2018 6:06:19 AM PST Adrian Georgescu wrote: > > > If you have no package for your distro you can install it manually by > > > using > > > > > > pip install python-application > > > > > > Or > > > > > > easy_install python-application > > > > > > > > > Adrian > > > > > > > On 24 Jan 2018, at 05:00, Robert Dyck <[email protected] > > > > <mailto:[email protected]>> wrote: > > > > > > > > I have downloaded the blink source and I believe I correctly compiled > > > > it, > > > > after going through dependency hell. When I try to run it I get the > > > > following.> > > > > > > > > Traceback (most recent call last): > > > > File "/usr/bin/blink", line 67, in <module> > > > > > > > > from blink import Blink > > > > > > > > File "/usr/lib64/python2.7/site-packages/blink/__init__.py", line 8, > > > > in > > > > <module>> > > > > > > > > from application import log > > > > > > > > ImportError: No module named application > > > > I have compiled numerous applications in the past but not with Python. > > > > I > > > > am pretty much ignorant of Python. Please help me find the module > > > > called > > > > "application". There does not seem to be any file called > > > > application.py. > > > > > > > > Thanks in advance for taking the time. > > > > Rob > > > > _______________________________________________ > > > > Blink mailing list > > > > [email protected] <mailto:[email protected]> > > > > <mailto:[email protected] > > > > <mailto:[email protected]>> > > > > http://lists.ag-projects.com/mailman/listinfo/blink > > > > <http://lists.ag-projects.com/mailman/listinfo/blink> > > > > <http://lists.ag-projects.com/mailman/listinfo/blink > > > > <http://lists.ag-projects.com/mailman/listinfo/blink>>> > > _______________________________________________ > > Blink mailing list > > [email protected] <mailto:[email protected]> > > http://lists.ag-projects.com/mailman/listinfo/blink > > <http://lists.ag-projects.com/mailman/listinfo/blink> _______________________________________________ Blink mailing list [email protected] http://lists.ag-projects.com/mailman/listinfo/blink
