enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Don't crash on developer builds on mac #112

Closed mwu-tow closed 5 years ago

mwu-tow commented 5 years ago

When making code relocatable, an assumption was introduced that Dataframes will be linked with python library that looks like the one from a default local build. Using framework distribution of Python in this case causes crash. This PR ignores missing Python library, if there's a framework. Though in the long-term we should have some better way to discern between official package deployed environment and development environment.

@sylwiabr -- please test if this change is enough to solve the issue

mwu-tow commented 5 years ago

ref #111