MostafaElAyoubi / Data-shapes

code for revit, dynamo
49 stars 12 forks source link

Fixes the logo-not-found error #9

Closed andydandy74 closed 7 years ago

andydandy74 commented 7 years ago

This PR addresses issue #8, but only as a quick fix with a try/except statement. It may make sense to use the same method to locate the actual location of the package folder that is being used in BumbleBee: https://forum.dynamobim.com/t/access-dynamos-package-paths-from-python/4575/2

MostafaElAyoubi commented 7 years ago

Yes there should be a better way to locate the dynamo package path. I'm having trouble making Konrad's solution work but will spend some more time on it soon . Let's stick with the try/except for now :) Thanks for handling this!