mrJean1

Results 79 comments of mrJean1

PyGeodesy-17.6.19 replaces all previous 17.6.* versions. No functionality changes, only refactoring of the tests, renaming of the 'test' directory and a new module unitTestSuite to run unittest. The only previous,...

New method unregister for Datums, Ellipsoids and Transforms in PyGeodesy-17.6.21. Several other changes in the tests.

PyGeodesy-17.6.23 with more test-only updates replaces -17.6.21.

My apologies, I removed PyGeodesy-17.9.22 from PyPI _by accident_ and can't restore it with the original name.

PyGeodesy-17.11.26 replaces -17.11.24 to fix another `nearestOn2` bug and the latter has been removed from PyPI.

A few releases with a serious bugs have been removed, there is no point keeping those.

Before investigating this further, one question. Does `python-VLC` work properly with VLC in all 3 cases _without_ `PyInstaller`? If so, it is possibly a `PyInstaller` or `ctypes` issue.

After installing `PyInstaller 4.8` into Python 3.10.2 (from Python.org) on a M1 Macbook Air running macOS 12.1 Monterey the [cocoavlc.py](https://github.com/oaubert/python-vlc/blob/master/examples/cocoavlc.py) example was used to build a single-file, windowed application `cocoavlc.app`...

AFAIK, by default `Pyinstaller` builds an app bundle only for one architecture. The `cocoavlc.app` mentioned above did run on the M1 Macbook Air, but not on an Intel Macbook (with...

Three comments on your build script. 1) Make sure all 3 machines have the same, preferably the latest `PyInstaller`, `Python`, `VLC` and the compatible `python-vlc` `vlc.py` releases. 2) The error...