Jeff, Got it and it seemed to install.

Well... as luck would have it, I still have a problem.  I think I know what 
is causing it, though.  I was using the high-res data, and the "upgrade" 
nukes that data.  Here's the message I'm getting along with the code 
snippet, just to make sure I'm on the right track for a solution:

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python25\Lib\lib-tk\Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "C:\Documents and 
Settings\kpeters\smworkspace\parsesmExcelFile\src\readParse\ExcelClass.py", 
line 405, in callback
    populate_banddata(fileToOpen)
  File "C:\Documents and 
Settings\kpeters\smworkspace\parsesmExcelFile\src\readParse\ExcelClass.py", 
line 383, in populate_banddata
    populate_location_map(sheetnumber, sP, txInfo)
  File "C:\Documents and 
Settings\kpeters\smworkspace\parsesmExcelFile\src\readParse\ExcelClass.py", 
line 100, in populate_location_map
    projection='lcc', lat_1=33, lat_2=45, lon_0=-95, resolution='l')
TypeError: 'module' object is not callable

Code Snippet:
    m1 = basemap(llcrnrlon=-119, llcrnrlat=22, urcrnrlon=-64, urcrnrlat=49, 
\
                 projection='lcc', lat_1=33, lat_2=45, lon_0=-95, 
resolution='l')
    shp_info = 
m1.readshapefile(r'C:\Python25\Lib\basemap-0.99\examples\citiesx020', 
'states', drawbounds=True)


Any hints on what to do now that I am downloading the fullres?
Regards,
Kurt



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to