[Blink] No module named application

Robert Dyck rob.dyck at telus.net
Wed Jan 24 18:19:10 CET 2018


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 at 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.dyck at 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 at lists.ag-projects.com <mailto:Blink at lists.ag-projects.com>
> > http://lists.ag-projects.com/mailman/listinfo/blink
> > <http://lists.ag-projects.com/mailman/listinfo/blink>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/blink/attachments/20180124/34d403ad/attachment.html>


More information about the Blink mailing list