patricksurry
patricksurry
Interesting, i definitely haven't explored a lot of the non-float simvars. But it looks like that message comes from here https://github.com/patricksurry/pysimconnect/blob/fc6b73e401d27517ca8b45a8af1c3ee85bed5b2d/simconnect/scvars.py#L78 So the easiest fix would be to add `'position'`...
yes, the documentation does not seem entirely reliable in a lot of respects. but that explains why it was working with the default float value. so then I guess the...
as a short-term fix you could also build off the suggestion in the README and use `set LOGLEVEL=ERROR` to just suppress all the warning messages :)
I haven't used `pyinstaller` before, but it looks like you can use `--add-data src;dest` to get it to bundle with `-F` and find the `scvars.json` in the right location relative...
ok, lmk how it goes. my reading of the doc is that you want `--add-data=/path/to/simconnect/scvars.json;./simconnect` with the semicolon for windows but ymmv. packaging is always painful :) > If __file__...
awesome! i'll add a note to the readme
I'm having this same problem with matplotlib 1.4.2, but only if I use 'png' inline backend. If I switch to svg then the markers appear: %config InlineBackend.figure_format = 'svg'
Discovered a lengthy thread here: https://github.com/mwaskom/seaborn/issues/344 sounds like a matplotlib issue they're fixing.
No worries, i'll prob have a little more to add over the next couple of days. I've been comparing the Atari cartridge rom version of 'Eastern Front 1941' vs the...
hold off on this one for a bit, i'm going to split it into two parts since I have some more literal stuff