Hi Daniel,
> Andrew, On a related note, I noticed that "python setup.py develop"
> doesn't seem to work correctly. I think this is related to using
> "src/" as the source directory instead of "sumatra/", which is more
> canonical for Python packages. Basically, the "develop" command puts
> a place holder in "easy-install.pth" and at the moment it just links
> to the base of the Sumatra repository so "import sumatra" doesn't
> work, but "import src" does work. Maybe there is a way around this,
> but I'm not sure. One solution is to just rename "src/" to
> "sumatra/". What do you think?
I always just create a symbolic link to "src" in "site-packages" with
the name "sumatra", but on the principle of least surprise I agree we
should rename "src" to "sumatra" in the repository. I'll do that soon.
Cheers,
Andrew