@didier bur said:
Hi,
I think it's a path problem. To locate the Housebuilder path on your system, it first tries to locate where SU is installed, then it goes to the plugins folder, then to the Housebuilder folder, to read the sections text file.
su_path = Sketchup.find_support_file("Sketchup.exe").split("Sketchup.exe")[0]
This is the offending line of the script, because I suppose there's no ".exe" file on a Mac, right ?
Please tell me where SU is installed by default on a Mac system and I'll try to solve this issue.
Regards,
Didier,
I also have the same error message with HB metric 1.2 (on a Mac). But if this can help, HB metric v1.1 is working correctly for me. So, normally, the path used for 1.1 should work with 1.2
Otherwise, I think the default location for SU is /Applications/Google Sketchup 6/ and the name is SketchUp.app
Regards