Re: PyOBEX installation problem

2020-09-22 Thread Walter Penn
Johny wrote: I tried to install PyOBEX Maybe this one instead? pip install PyOBEX see https://pypi.org/project/PyOBEX/ regards. -- https://mail.python.org/mailman/listinfo/python-list

NEWB problem with urllib2

2009-11-09 Thread Penn
I just installed PyDev into Eclipse using the 'update' method and did the standard installation. I allowed it to Auto Configure itself and ran a Hello World module to make sure I was in the ballpark. I got an starting module up and have run Hello World but now am stuck on getting urlopen to

Re: NEWB problem with urllib2

2009-11-09 Thread Penn
Thanks Simon! You are right.. I also believe it is something with Eclipse. I've been working since... the module below runs.. but Eclipse is still showing an error when I reference urlopen with a little red X... saying it is an undefined variable in the IDE.. but not giving me an runtime