Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I thought that this GDB Manager is for third kits? But how can I use the 3rd kits or generally spoken what can I do with this GDB Manager?
it doesn't work here, I got this:
Traceback (most recent call last):
File "GDBManager.py", line 2385, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2376, in OnInit
File "GDBManager.py", line 1738, in __init__
File "GDBManager.py", line 1484, in updateTree
File "codecs.pyc", line 631, in next
File "codecs.pyc", line 562, in next
File "codecs.pyc", line 477, in readline
File "codecs.pyc", line 424, in read
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-2: invalid data
=X
guys,
the ones getting UnicodeDecodeError - check your map.txt. It must be saved in UTF-8 encoding.
ok master Juce, I'll try![]()
Update: version 9.0.1
- added color picker: RightClick on kit to pick main (radar) color, SHIFT-RightClick - to pick shorts color
- misc fixes: dropped "shorts.number.show" attribute, since it's not actually used by kitserver, better shorts number positioning for new addidas kit model.
- added menu option to see currently modified kits
http://www.filefront.com/15089691/GDBManager2010-901.exe
http://webfile.ru/4145817
http://www.sendspace.com/file/yahkgd
Update: version 9.0.1
- added color picker: RightClick on kit to pick main (radar) color, SHIFT-RightClick - to pick shorts color
- misc fixes: dropped "shorts.number.show" attribute, since it's not actually used by kitserver, better shorts number positioning for new addidas kit model.
- added menu option to see currently modified kits
http://www.filefront.com/15089691/GDBManager2010-901.exe
http://webfile.ru/4145817
http://www.sendspace.com/file/yahkgd
If you can, you should use unicode because it is the world standard of text encoding. UTF-8 isn't a IEEE standard any more.guys,
the ones getting UnicodeDecodeError - check your map.txt. It must be saved in UTF-8 encoding.
If you can, you should use unicode because it is the world standard of text encoding. UTF-8 isn't a IEEE standard any more.
Just for your knowledge.![]()