AttributeError: 'module' object has no attribute 'Translate'

96 views
Skip to first unread message

Gale Kleinsasser

unread,
Jun 1, 2018, 10:56:34 AM6/1/18
to worldengine
When I try to tun an export on a .world file, I get the following error:

Traceback (most recent call last):
  File "C:\Python27\Scripts\worldengine-script.py", line 9, in <module>
    load_entry_point('worldengine==0.19.0', 'console_scripts', 'worldengine')()
  File "c:\python27\lib\site-packages\worldengine-0.19.0-py2.7.egg\worldengine\cli\main.py", line 617, in main
    path='%s/%s_elevation' % (args.output_dir, world.name))
  File "c:\python27\lib\site-packages\worldengine-0.19.0-py2.7.egg\worldengine\imex\__init__.py", line 143, in export
    intermediate_ds = gdal.Translate(
AttributeError: 'module' object has no attribute 'Translate'

Is there any way to fix this?
Reply all
Reply to author
Forward
0 new messages