FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

replacing getPackagePythonPath calls with getPackagePath calls in beh… #22

Closed dustingooding closed 6 years ago

dustingooding commented 6 years ago

…avior packing and saving functions

It looks like getPackagePythonPath isn't defined, but getPackagePath is. This resolves some runtime errors related to saving behaviors.

dustingooding commented 6 years ago

This doesn't work, unfortunately. It ends up saving behaviors to the root of the package path in the src tree (assuming devel-space), which isn't where the execution engine looks. I'll close this and just implement getPackagePythonPath that (hopefully) works with both devel and install space.