[Blink] No module named application

Robert Dyck rob.dyck at telus.net
Wed Jan 24 18:46:23 CET 2018


OK, I will attach it as a file. I think a recent update on my mail app is bad.

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 --------------
Collecting Django (from eventlib)
  Using cached Django-2.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-mnDnvn/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'


More information about the Blink mailing list