The following forum message was posted by somnicide at
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3941496:
Hey there, I am trying to use pydev for eclipse with the head first programming
book rather than idle. I am running into a problem when executing this code
- it works fine copy and pasted into Idle which is confusing to me. Any help
here?
Thanks
[code]
import urllib.request
page = urllib.request.urlopen("http://www.beans-r-us.biz/prices.html")
text = page.read().decode("utf8")
price = text[234:238]
print(price)
[/code]
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users