makerplane / FIX-Gateway

Flight Information eXchange Gateway
GNU General Public License v2.0
9 stars 20 forks source link

Unable to load daemon module #88

Closed makerplane-jnicol closed 4 years ago

makerplane-jnicol commented 4 years ago

Try to launch gateway (fixgw.py) with latest master branch and it fails to launch.

Error message is:

File "fixgw.py", line 20 in import daemon ImportError: No module named daemon

birkelbach commented 4 years ago

Not really a bug. Just need to install python-daemon package. Will probably make this optional and only throw an error if the user tries to send the server to the background.