Hi all,
Can I ask a question about calling GDL in Python environment? I followed the previous tutorial but it failed. In fact, GDL worked well independently but it could not call in Python. Besides, I could import the GDL package.
The following is my error messages:
import GDL
arg = 2**16 -1
retval = GDL.function('/Users/xxxx/GDL/test_func.pro',arg)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'GDL' has no attribute 'function'
Do you have any ideas of this issue? Is that any documents/ User Manual regarding this question? Many thanks.
Hi all,
Can I ask a question about calling GDL in Python environment? I followed the previous tutorial but it failed. In fact, GDL worked well independently but it could not call in Python. Besides, I could import the GDL package.
The following is my error messages:
Do you have any ideas of this issue? Is that any documents/ User Manual regarding this question? Many thanks.