Message 1 of 2
VRED OSX python missing zlib

Not applicable
02-21-2017
03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am running VRed 2017.2 on OSX.
It seems like the built in python interpreter was built without zlib support. The windows version however is compiled with zlib support.
I would like to connect to a websocket server form VRED via python. even with doing some tricks to get my python site-packages path loaded via vred I get import errors because of the missing zlib.
It seems like vred was just missing the zlib headers during complie time, is there a workaround for that?