aisurfer
aisurfer
Good news!
Hallo! I set LUA_CPATH as I see libs copied to site-packages export LUA_CPATH="/usr/lib/python2.7/site-packages/?.so;;" also change 'python' -> 'lua-python' $ lua test_py.lua lua: error loading module 'lua-python' from file '/usr/lib/python2.7/site-packages/lua-python.so': /usr/lib/python2.7/site-packages/lua-python.so:...
Hey! I have the same issue. Firstly i've got repo copy and ran 'sudo make install' (using Ubuntu 14) Next ran make `$ make VERBOSE=1 python setup.py build running build...
@apogiatzis Take a glance at this code please https://github.com/stevekrenzel/autoreload/blob/master/autoreload#L12 I tried it and It works well. What about using it as starting point to implement custom observer for livereloader?
Also watchdog has option to handle only specified patterns. It looks like several lines of code to change @martintuk https://github.com/gorakhargosh/watchdog/blob/331fd7c2c819663be39bc146e78ce67553f265fa/docs/source/examples/patterns.py#L18
Oh, I see PatternMatchingEventHandler is already used livereloader! https://github.com/apogiatzis/docker-compose-livereloader/blob/master/src/reloader.py#L34 Who can add env var for patterns? :slightly_smiling_face: