Re: nonetype error is not callable

2005-12-25 Thread Steven D'Aprano
es it know what URL you are looking for? > however if i do this > out.write (image ) What is out? > i get an error that says "nonetype error is not callable" I doubt that. You are probably getting an exception that says: TypeError: 'NoneType' object is not callable

nonetype error is not callable

2005-12-25 Thread homepricemaps
if i do the following i get the url of an image i am looking for image = "" image = bs.img print image however if i do this out.write (image ) i get an error that says "nonetype error is not callable" any ideas -- http://mail.python.org/mailman/listinfo/python-list