[Biopython-dev] [biopython] Missing DTD files (#260)

Peter Cock p.j.a.cock at googlemail.com
Sat Dec 14 21:24:52 UTC 2013


On Thu, Dec 12, 2013 at 3:16 PM, Michiel de Hoon wrote:
> Thanks Peter.
> I believe that matplotlib uses os.path.expanduser('~') /.matplotlib/matplotlibrc.
> Then shall we use the analogous for Biopython, so
> os.path.expanduser('~')/.biopython/Bio/Entrez/DTDs?

That or ~/.config/biopython makes sense under Linux
and Mac, but I think we want something like this on
Windows (untested, based on some Google reading):

os.path.join(os.getenv("APPDATA"), "biopython")

Regards,

Peter



More information about the Biopython-dev mailing list