When I try to run a test file provided by Biopython for NCBIWWW.qblast online search, it just hangs on and on and never responds. The same happens when I am trying to run any script on my own that includes NCBIWWW.qblast: it just arrives to this line and stalls. No error message is ever issued, no results is ever received and the process never ends in any way.
One of the scripts that produce the problem is this one:
from Bio.Blast import NCBIWWW
result_handle=qblast('blastn', 'nt', 'AGAAAGGGTATATAAAATCAAGAATCTGGGGTGTTTGTGTTGACTTGTATAATTCTTGATTTTTTCAGGTAGTTGAAAAGGTGGGAGAAAAGTGGAGAAGCCTAAGCTGATATTGAAATTCATATGGATGGAAGAACATTGGTTTAGGATTGGATCAAAAAATAGGTGGACATGGAACTGTA')
What can be the issue?