cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding libraries to CCtr's built-in Python

Former Member
0 Likes
337

Hi!

Has anyone successfully added libraries to CCtr's built-in Python?
I installed the library with pip to another machine with the same Python version and copied the resulting files over into CEM's python folder but this doesn't seem to work - my customizer using those libraries doesn't seem to compile.

Br,
Jaanus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Jaanus

I am quite certain someone has. Have you reviewed https://answers.sap.com/questions/462265/how-to-import-a-python-custom-library-ivr-custom-s.html, all comments? Unfortunately this topic falls into a category where we can only provide partial, unofficial guidance.

Check whether you have copied the files to a correct folder structure under CEM VU, verify that the import definitions for the library are correct in the customizer file, and check the debug level CEM logs after trying to activate your IVR. Usually, if there problems with the syntax or any other erros while compiling, there will be descriptive errors displayed after "ImportFileDynamically" in the CEM logs. Can you see any errors? Please also see the example IVRs and customizers for some further hints.

Answers (0)