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

Michiel de Hoon mjldehoon at yahoo.com
Thu Dec 12 15:16:14 UTC 2013


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?

Best,
-Michiel.

 
 On Windows XP, using Python 2.6, 2.7, 3.3, or PyPy 2.2,
 
 C:\Documents and Settings\pc40583>c:\python26\python
 Python 2.6 (r26:66721, Oct  2 2008, 11:35:03) [MSC
 v.1500 32 bit
 (Intel)] on win32
 Type "help", "copyright", "credits" or "license" for more
 information.
 >>> import os
 >>> print(os.path.expanduser('~'))
 C:\Documents and Settings\pcock
 
 i.e. As expected, it found my home directory.
 





More information about the Biopython-dev mailing list