FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
03-08-2024 02:03 AM
Hi Community,
Is it possibe to use ctrlX Python runtime app with ctrlX IDE textual app to use secsgem python library?
Warmest regards,
Solved! Go to Solution.
03-08-2024 07:02 AM
Only Python libraries consisting of pure Python scripts can be used in the Python runtime environment. Libraries that require additional compiled objects are not supported due to the security concept. See online documentation "Python runtime environment --> Additional Python libraries" for further information.
As in the instruction is mentioned "Ensure you can run pip from the command line" I would say for your case that's a no, it cannot be used. But feel free to check the dependencies of the different files inside the wheel/package.
As an additional information, all libraries from(external page) python.org marked as "built.in" and "It is always available" are also part of the runtime.