Kent Borg
Kent Borg
Got runtime complaint: > IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/kivy3-0.1-py2.7.egg/kivy3/default.glsl' Manually copied kivy3/default.glsl there and that quieted the error. Thanks, -kb, the Kent who is just starting...
I think. Things work better for me if I not only do "sudo python ./setup.py install" but also do: sudo cp /home/kentborg/python/kivy3-KeeWeeUsr/kivy3/default.glsl /usr/local/lib/python2.7/dist-packages/kivy3-0.1-py2.7.egg/kivy3/default.glsl sudo cp /home/kentborg/python/kivy3-KeeWeeUsr/kivy3/loaders/empty.png /usr/local/lib/python2.7/dist-packages/kivy3-0.1-py2.7.egg/kivy3/loaders
Gollum is great, which means I abuse it with too much stuff. It would be nice to have a way to limit what gets searched. Something like `a-too-common-string dir:only-search/this-directory`. Or...