Hello, I'm an infrequent user of Python (v 3.23) and Biopython (v 1.59), but when I need it I can usually hack my way through some code to get what I want done. My problem is this -- I need to use a sub-module 'Bio.SearchIO' that is not included with my version of Biopython, and am very weary of updating for fear of 'breaking' my current scripts that work fine. I really don't want to have to go through and re-write deprecated portions, or figure out new formatting styles. Is there a way to just add a single sub-module to my current package? (I really just need Bio.SearchIO for right now, and it would be great to add modules as I need them, rather than go through the hassle of updating). I use a Windows machine (I know, I know) running 64-bit Windows 7, and I don't remember installation of anything being easy.
Thanks,
Charles