develersrl/bertos

Wizard failed on GIT sources

kostapr opened this issue · 2 comments

Wizard failed on Ubuntu 14.04
Below is the content of wizard_error.log

Traceback (most recent call last):

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 66, in isComplete
preset_path = qvariant_converter.getStringDict(preset_path["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 66, in isComplete
preset_path = qvariant_converter.getStringDict(preset_path["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 121, in updateUi
info_dict = qvariant_converter.getStringDict(info_dict["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 66, in isComplete
preset_path = qvariant_converter.getStringDict(preset_path["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 66, in isComplete
preset_path = qvariant_converter.getStringDict(preset_path["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

File "/home/kostap/work/stm32_projects/bertos/wizard/BBoardPage.py", line 121, in updateUi
info_dict = qvariant_converter.getStringDict(info_dict["info"])

File "/home/kostap/work/stm32_projects/bertos/wizard/qvariant_converter_old.py", line 68, in getStringDict
a = str(qvariant.toByteArray())

AttributeError: 'dict' object has no attribute 'toByteArray'

I try to fix this issuse in last two commit: 700442c and b163417.
Pull from and try it.

Let me know if it works.

It works well but it's not commited to the tarball...

Tks