makerbot / conveyor

A printing dispatch engine for 3D objects and their friends
GNU Affero General Public License v3.0
26 stars 10 forks source link

Python 2.6 nofork #13

Closed nmsl1993 closed 12 years ago

nmsl1993 commented 12 years ago

The conveyord process is not forking (it is hanging on the terminal) when being run with Python 2.6 in virtualenv / linux. When it is run with Python 2.7 in virtualenv / linux it forks correctly. Despite the hanging, it still appears to be totally functional when accessed from another terminal.

nmsl1993 commented 12 years ago

Turns out this issue stems from my python 2.6 install not having python-daemon. To fix this activate your virtualenv and pip install python-daemon.