Version 103 (modified by 3 years ago) (diff) | ,
---|
Dependencies
Common Dependencies
Most of these dependencies should be installed automatically when you install packages. Unless otherwise stated, the dependencies are all optional.
MS Windows
The dependencies specific to MS Windows are only required when building from source. The original reference documentation comes from winswitch: http://winswitch.org/dev/win32.html.
Project | Source Download Link | Purpose |
---|---|---|
comtypes | https://pypi.python.org/pypi/comtypes | COM bindings for webcam code |
putty | http://tortoisesvn.net/downloads.html | SSH transport (fallback) |
cx-freeze | https://pypi.python.org/pypi/cx_Freeze | create standalone executables |
InnoSetup | http://www.jrsoftware.org/isdl.php | create installer package |
About putty: we use the tortoisesvn build which includes a GUI for validating hosts signatures and asking for usernames + passwords. On other platforms, we use openssh or paramiko (see #1646).
Mac OS X
The dependencies specific to Mac OS X are only required when building from source. Most of these dependencies are build tools and libraries which are not available by default from Apple's developer tools.