I want to create virtual enviornment with access to dSAPCE AutomationDesk libraries such as reportlibrary, mainlibrary, evaluation, rtplib2, rs232lib2, matlablib2, ..
- I have installed dSPACE ControlDesk 5.6, dSPACE AutomationDesk 5.2and dSPACE Python Extensions 2.1 on local computer.
- I have found Python Interpreter installed by dSPACE installator (it includes additional dSPACE libraries under path 'C:\Program Files (x86)\Python27\Lib\site-packages\dSPACECommon')
- Then I have added to sys.path following paths:
'C:\Program Files (x86)\dSPACE AutomationDesk 5.2\Main\bin'
'C:\Program Files (x86)\dSPACE AutomationDesk 5.2\Main\DSPythonModules\AutomationDeskPackages\*' (all folders located here)
Is it possible to somehow configure these libraries in my Python environment? Or should I create some stubs manually?