Re: Broken Library Code, suggested course of action

2007-02-05 Thread Bruno Desthuilliers
Melih Onvural a écrit : > I've been trying to use the URLParse library, and I thought I had all > of the kinks worked out when I ran into this: > > Traceback (most recent call last): > File "./run.py", line 130, in ? > main() > File "./run.py", line 126, in main > r = crawl.crawl(p, x)

Broken Library Code, suggested course of action

2007-02-05 Thread Melih Onvural
I've been trying to use the URLParse library, and I thought I had all of the kinks worked out when I ran into this: Traceback (most recent call last): File "./run.py", line 130, in ? main() File "./run.py", line 126, in main r = crawl.crawl(p, x) File "/home/monvural/src/crawl.py", l