[Tutor] AttributeError: 'str' object has no attribute 'geturl'

Joseph Quigley cpu.crazy at gmail.com
Sat Oct 8 21:13:48 CEST 2005


Well, I'm back to coding more on my comic downloader and viewer and I keep
getting this error:

Traceback (most recent call last):
File "F:\Gacor\getgarf.py", line 244, in ?
getImg(Data.todayStrip)
File "F:\Gacor\getgarf.py", line 127, in getImg
Data.f.geturl()
AttributeError: 'str' object has no attribute 'geturl'

My code is attached (sorry, but it's got lot's of text)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20051008/e30b1a8e/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getgarf.py
Type: text/x-python
Size: 8474 bytes
Desc: not available
Url : http://mail.python.org/pipermail/tutor/attachments/20051008/e30b1a8e/getgarf-0001.py


More information about the Tutor mailing list