Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
visp.windows_dll_manager Namespace Reference

Classes

class  PathManager
class  DllDirectoryManager

Functions

 get_dll_paths ()
 build_directory_manager ()

Detailed Description

This code is directly adapted from proxsuite_nlp, see:

- https://github.com/Simple-Robotics/proxsuite-nlp/blob/main/bindings/python/proxsuite_nlp/windows_dll_manager.py
- https://github.com/Simple-Robotics/proxsuite-nlp/blob/main/bindings/python/proxsuite_nlp/__init__.py

On windows, since Python 3.8, dll directories must be explicetly specified (cannot go through path), see
- https://docs.python.org/3/library/os.html#os.add_dll_directory

Function Documentation

◆ build_directory_manager()

visp.windows_dll_manager.build_directory_manager ( )

Definition at line 74 of file windows_dll_manager.py.

◆ get_dll_paths()

visp.windows_dll_manager.get_dll_paths ( )

Definition at line 18 of file windows_dll_manager.py.