[Calypso] calypso README

Jelmer Vernooij jelmer at jelmer.uk
Mon Dec 14 12:19:15 PST 2015


Hi Stefan,

On Mon, Dec 14, 2015 at 08:48:51PM +0100, Stefan wrote:
> I cloned calypso using git and started to follow the guideline in the README
> file.
> 
> When I enter the instruction "python ./calypso.py" I got the following
> reply.
> 
> Traceback (most recent call last):
>   File "./calypso.py", line 39, in <module>
>     import daemon
> ImportError: No module named daemon
> 
> When I enter the instruction "python ./calypso.py -fg >calypso.log 2>&1" I
> got no reply at all.
> 
> That has been the two options for running calypso according to the README.
> Now I am clueless how to start calypso. Any advice is much appreciated.
calypso depends on the 'daemon' Python module. On Debian-based systems you can
install it by running "apt-get install python-daemon". Another option is to
run "pip install daemon".

Cheers,

Jelmer


More information about the Calypso mailing list