forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
part of my program is unfortunately a script in Python that I want to hyde.
Now I must choose between:
a) convert the python script to exe and include it to my package as a plugin that I call from my U++ program. I think to be able to do it.
b) use some import method to link it to U++ in a way I am not aware of.
The question regards the possibility (b). Is there some way to achieve it and combine the two worlds? Has somebody tried to put together U++ and Python?