Re: From IDL to Python

2010-09-13 Thread kBob
On Sep 13, 9:58 am, Chris wrote: > Hi, > > I'm an IDL user since years and try now to learn Python since a few > days. > I'm blogging the various steps of this transition > to:http://idl2python.blogspot.com/ > I hope that other IDL switchers can help me by commenting on the blog > and helping (me

Re: urllib timeout

2010-07-28 Thread kBob
On Jul 28, 12:44 pm, John Nagle wrote: > On 7/27/2010 2:36 PM, kBob wrote: > > > > > > > > >   I created a script to access weather satellite imagery fron NOAA's > > ADDS. > > >   It worked fine until recently with Python 2.6. > > >  

Re: urllib timeout

2010-07-28 Thread kBob
On Jul 28, 9:11 am, kBob wrote: > On Jul 27, 4:56 pm, MRAB wrote: > > > > > > > kBob wrote: > > > On Jul 27, 4:23 pm, MRAB wrote: > > >> kBob wrote: > > > >>>  I created a script to access weather satellite imagery fron NOAA's

Re: urllib timeout

2010-07-28 Thread kBob
On Jul 27, 4:56 pm, MRAB wrote: > kBob wrote: > > On Jul 27, 4:23 pm, MRAB wrote: > >> kBob wrote: > > >>>  I created a script to access weather satellite imagery fron NOAA's > >>> ADDS. > >>>  It worked fine until recently with Pytho

Re: urllib timeout

2010-07-27 Thread kBob
On Jul 27, 4:23 pm, MRAB wrote: > kBob wrote: > > >  I created a script to access weather satellite imagery fron NOAA's > > ADDS. > > >  It worked fine until recently with Python 2.6. > > >  The company changed the Internet LAN connections to "Acc

urllib timeout

2010-07-27 Thread kBob
I created a script to access weather satellite imagery fron NOAA's ADDS. It worked fine until recently with Python 2.6. The company changed the Internet LAN connections to "Accept Automatic settings" and "Use automatic configuration script" How do you get urllib.urlopen to use the the "aut

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-28 Thread kBob
On Jun 25, 9:51 am, Max Erickson wrote: > kBob wrote: > > On Jun 25, 1:26 am, Mark Lawrence > > wrote: > >> On 24/06/2010 21:48, Christian Heimes wrote: > > >> >>   I am attempting to install the GDAL bindings (GDAL-1.7.1) > >> >>

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-25 Thread kBob
On Jun 25, 1:26 am, Mark Lawrence wrote: > On 24/06/2010 21:48, Christian Heimes wrote: > > >>   I am attempting to install the GDAL bindings (GDAL-1.7.1) on a > >> Windows XP Desktop with Python 2.6 and GDAL. During install, the > >> script finishes with "error: Unable to find vcvarsall.bat". > >

GDAL-1.7.1 : vcvarsall.bat missing

2010-06-24 Thread kBob
I am attempting to install the GDAL bindings (GDAL-1.7.1) on a Windows XP Desktop with Python 2.6 and GDAL. During install, the script finishes with "error: Unable to find vcvarsall.bat". What dependencies am I missing? C:\PyPI\GDAL-1.7.1>c:\python26\python setup.py install running install run