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 


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 <rob.d...@telus.net> 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
> > Blink@lists.ag-projects.com <mailto:Blink@lists.ag-projects.com>
> > http://lists.ag-projects.com/mailman/listinfo/blink
> > <http://lists.ag-projects.com/mailman/listinfo/blink>


_______________________________________________
Blink mailing list
Blink@lists.ag-projects.com
http://lists.ag-projects.com/mailman/listinfo/blink

Reply via email to