Daniel Hrisca
Daniel Hrisca
did you install the build tools ? https://aka.ms/vs/17/release/vs_BuildTools.exe 
``pip install asammdf[gui,decode,export]`` then you can execute the file found in you ``CPython installation folder\Scripts\asammdf.exe`` For example I use a WinPython distrubution located on the C drive so I need...
> Then before "self.map = L.map(self.mapWidget)", > add this line "pyqtlet2.leaflet.core.Evented.mapWidget = None" It does not run on my side. I get an exception ``` File "D:\02__PythonWorkspace\asammdf\asammdf\gui\widgets\file.py", line 1481, in...
@xukegithub @MatinF the development branch code works now with multiple GPS windows
With the fix it is still not possible to have two GPS windows active at the same time. However you can close a GPS window and create a new working...
I've got a file that contains the following datetime array  [data.zip](https://github.com/frejanordsiek/hdf5storage/files/7467640/data.zip)
Using `L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png').addTo(self.map)` does not work
Last time I checked there was no way to have a movable cursor
Yes, the application runs on windows and the processes are created using the multiprocessing module, not the Qt facilities
Any progress with this topic?