Hello,
Does any one know how to execute python scripts/ python file with new libraries via Rocketbot?
I have installed python-docx library for my requirement and installed created a python script. The execute is working fine if I am not executing from Rocketbot but when I call this script in Rocketbot it is giving me error «No module name docx».
FYI – Environment variables path are set in my desktop
Thank you!
Nik
Bender
Hello Nik,
To install any library, you must go from the Terminal to the Rocketbot libs path, ex (C:/Rocketbot/modules/libs) and there install the library, like this:
pip install libraryName -t .
(including the dot)