Hello. Alteryx community friends. Looking for some help on Alteryx Python compatibility in Citrix environment.
My employer recently decided to switch to Citrix Alteryx and stop using Alteryx Desktop. We have some Python codes working well in Alteryx Desktop for a year, now no longer working in Citrix. The Python code is simply using pywin32 library to remove password from Excel file or protect Excel password with password. My thought is because pywin32 library only works in windows environment, thus in Citrix environment this solution encounters a environment issue.
We have tested the same codes in both Alteryx Desktop and Citrix. One is working, and the other is not.
Any idea on any potential solutions for Citrix? Thanks !