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

Reply via email to