dlr-gtlab / intelligraph-module

A Node-based Workflow Engine for GTlab
1 stars 0 forks source link

IntelliGraph objects cannot be accessed using GtObjectPaths in the Python Module #192

Open jensschmeink opened 1 month ago

jensschmeink commented 1 month ago

There seems to be a problem for GtObjectPath propeties if the name of the package object of the module ("IntelliGraphs") is not identical to the Module ID ("IntelliGraph").

Python process elements are writing some warnings to the log:
INFO [10:15:16] [Python Module (Python 3.9)] obj not found - path = IntelliGraph

mariusalexander commented 1 month ago

@jensschmeink I think this is more of an issue of GTlab's GtObjectPath property or the process executor (or maybe the python module)?

We had a similar issue where a package could not be saved if the module id differs from the package's object name (see gtlab-core/issues/153 . We chose to allow package names that differ, therefore I would not suggest to rename the package of intelli graph nor rename the module-id but to search and fix the error in GTlab.

rainman110 commented 1 week ago

@jensschmeink + @marvinoe21 Could this be related to the problem that we just experienced, i.e. https://github.com/dlr-gtlab/python-module/issues/566

jensschmeink commented 1 week ago

@jensschmeink + @marvinoe21 Could this be related to the problem that we just experienced, i.e. dlr-gtlab/python-module#566

Yes, I think so

mariusalexander commented 1 day ago

@jensschmeink May you check if the issue still persists?