cyberreefguru / Better-BOM

Contains development files for Fusion 360
GNU General Public License v3.0
20 stars 5 forks source link

Failed convertion of string to float lline 635 #2

Open kingfisherXL opened 3 years ago

kingfisherXL commented 3 years ago

Hi, I installed the Better-BOM-Software as discribed in git.

After installation I tried to create BOMs on several different projects.

In any project the BOM-Creation failed with the following / similiar messages (error message). "Failed: Traceback most recent call: File "C:....\Better-Bom.py" line 635 in notify ......etc.. " The message / screenshots are attachted: Fusion360_test01 Fusion360_test2 Fusion360_test3

I did also a test by creating only 4 components. (4 panels - nothing else). Also here the same result ...

anugrahandi commented 2 years ago

@kingfisherXL , please try to change windows region to US or make the decimal separator as dot(.) instead a comma(,). From the error given, seems that python try to make float number from a comma (600,00) instead with a dot (600.00).