rcarmo / Yaki

A filesystem based wiki
http://the.taoofmac.com/space/projects/Yaki
55 stars 8 forks source link

monitor.py: ImportError: No module named serv #8

Open dpritchard opened 11 years ago

dpritchard commented 11 years ago

The monitor.py script that 'ships' in the current version can't import serv (which is what 'app.py' used to be called?). We can import app as serv, but some (recent?) refactoring of the assignment in app.py mean this doesn't work either (AttributeError: 'module' object has no attribute 'HTTPD_PORT'). Unfortunately my Python is too weak to troubleshoot much further than this...

rcarmo commented 11 years ago

Oh, yes, that's broken. I've yet to fix it in the repo, since I've since moved on to use something else. Will try to do something about that, sorry.

dpritchard commented 11 years ago

No apologies needed! Yaki is outstanding... I've gone round and round looking at alternatives but always come back here. Hopefully once I get my head around it I might be able to make some more meaningful contributions. Regards, Dan