()
| 41 | |
| 42 | # Functions |
| 43 | def check_platforms(): |
| 44 | if not is_win and not is_darwin and not is_linux: |
| 45 | raise SystemExit("Error: Currently only Windows, Linux and Darwin " |
| 46 | "platforms are supported, see Issue #135.") |
| 47 | |
| 48 | |
| 49 | def check_pyinstaller_version(): |