Apparently my paste didn't show up. Trying again.
Traceback (most recent call last):
File "/usr/bin/blink", line 67, in
from blink import Blink
File "/usr/lib64/python2.7/site-packages/blink/__init__.py", line 8, in
from application import log
ImportError: No module named applicatio
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):
I have compiled numerous applications in the past but not with Python.
I am pretty much ignorant of Pytho