Changes between Version 39 and Version 40 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Apr 14, 2020, 10:59:19 AM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v39 v40  
    2182182
    219219}}}
     220  * if the service uses Python packages from the Softbank `site-packages`, the service needs before the first `import`:
     221    {{{#!python
     222import sys
     223sys.path.append('/opt/Softbank Robotics/Choregraphe Suite 2.5/lib/python2.7/site-packages')
     224}}}
    220225
    221226== Examples