zedshaw / lamson

Pythonic SMTP Application Server
http://lamsonproject.org/
Other
733 stars 199 forks source link

Lamson on Windows (initially, a python-daemon issue) #28

Open claytondaley opened 11 years ago

claytondaley commented 11 years ago

I wanted to play with Lamson on a Windows 7 system. Unfortunately, python-daemon won't install. A similar issue (for another python app) and fix is documented here:

https://github.com/josegonzalez/beaver/issues/141

Perhaps an equivalent code change will work for Lamson.

claytondaley commented 11 years ago

Unfortunately, daemon is more deeply integrated into lamson so the fix isn't as easy. However,

After python setup.py install, I couldn't run Mutt either. However,

berdario commented 10 years ago

FWIW, last year I tried to use Lamson on Windows:

https://github.com/berdario/lamson/commit/b17da7fe091a68781864a728864f77363d199ef4

I don't have any real interest in neither Lamson nor Windows (I've done it for a friend), if I remember correctly some simple commands would work with that patch, but I never bothered to open a proper PR. Still this might be of interest to someone