Changes between Initial Version and Version 1 of Ticket #6239


Ignore:
Timestamp:
Nov 25, 2015, 5:53:30 AM (8 years ago)
Author:
osgeoap
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6239

    • Property Summary gdal_calc error with 64 bit python 3.43gdal_calc error with 64 bit python 3.43, Python int too large to convert to C long
  • Ticket #6239 – Description

    initial v1  
    11Traceback (most recent call last):
    2   File "C:\p\via\lib\gdal\gdal_calc.py", line 329, in <module>
     2  File "C:\p\app1\lib\gdal\gdal_calc.py", line 329, in <module>
    33    main()
    4   File "C:\p\via\lib\gdal\gdal_calc.py", line 326, in main
     4  File "C:\p\app1\lib\gdal\gdal_calc.py", line 326, in main
    55    doit(opts, args)
    6   File "C:\p\via\lib\gdal\gdal_calc.py", line 173, in doit
     6  File "C:\p\app1\lib\gdal\gdal_calc.py", line 173, in doit
    77    for i in range(1,allBandsCount+1):
    88OverflowError: Python int too large to convert to C long