Moduleimportfails

The WebKit application server uses a custom import mechanism, which is needed for the auto-reload (a highly welcome feature in development, to be sure). However, I had a case with a module from the BioPython library that tripped this mechanism up.

Solution: A hack. I imported this module directly into the AppServer, which apparently caused it to be exempt from the custom import mechanism.