About Download Docs Changes

Running on Debian stable (etch)

I followed your instructions on getting it to work on debian.

I encountered the following error:

*** failed to import extension hgext.inotify: 'module' object has no attribute 'inotify'

I fixed this by editing

/var/lib/python-support/python2.5/hgext/inotify/server.py

<     import linux as inotify
<     from linux import watcher
--- Instead of
>     import hgext.inotify.linux as inotify
>     from hgext.inotify.linux import watcher

I have been playing around with hatta for 20 minutes now and I am very happy with it, it is just what I was looking for. Your work saves me a lot of trouble. Perhaps I can extend something later on or make a theme.

Anyway I just thought maybe you should update your debian installation guide with a footnote like if you encounter the following error.

I am at this point unsure if the exception is thrown because of my wacky lenny/etch mixed install or if its something in mercurial.

i just thought you could use the information as it will most likely help some people use your software.

Thanks and keep up the good work.


Thanks for the hint. This is actually a warning, not an error, and as far as I can tell it appears on all debian-based distros, including Ubuntu. It doesn't affect Hatta though, unless you have thousands of pages maybe and really need that inotify extension. – Radomir Dopieralski


Fixed Bugs