I use Plone with Python scripts, I understand that scripts are limited in Plone, and I also understand that I can create Python scripts in the Extensions folder for a fully functional script.
But how do I send information between two scenarios? For example, script1.py is located in ZMI and has a directory that is a URL, can the URL be exported as a Python path? Script2.py is in the Plone Extensions folder, how can I send information from script1 to script2? and vice versa?
In addition, Script2.py must be invoked by the script1.py
Any help would be greatly appreciated.
David source share