honeybee icon indicating copy to clipboard operation
honeybee copied to clipboard

lacking modules for "genBSDF", "objview", "light"

Open MingboPeng opened this issue 7 years ago • 1 comments

Hi Mostapha,

I am testing all modules in this package, found three of them ( "genBSDF", "objview", "light") are unable to be imported, because of lacking other modules, which are "getbbox", "pyRad", "_materialbase".

But I do find these module exist in the folder, don't know why it failed to be loaded.

honeybee.radiance.command.genBSDF: -No module named getbbox honeybee.radiance.command.objview: -No module named pyRad honeybee.radiance.material.light: -No module named _materialbase

MingboPeng avatar Dec 28 '17 16:12 MingboPeng

@MingboPeng I believe this is an issue with relative import. This commit should address this issue. Give it a try and let me know if the issue persists.

mostaphaRoudsari avatar Feb 05 '18 19:02 mostaphaRoudsari