Skip to content

[Python] Call GDL from Python 3.8 #880

Description

@Minnielam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions