I saw there is a Python3 version of Ultraborg, do we have a similar one for ThunderBorg? I tried changing the Ultraborg libraries' URL but didn't quite work ;-).
Cheers,
piborg
Wed, 02/21/2018 - 11:49
Permalink
There is a Python 3 version of the ThunderBorg library available :)
You can download it here: http://forum.piborg.org/downloads/thunderborg/ThunderBorg3.py.txt
Alternatively you can download directly to your Pi using these commands:
cd ~/thunderborg wget -O ThunderBorg3.py http://forum.piborg.org/downloads/thunderborg/ThunderBorg3.py.txt
You can then change your scripts from:
import ThunderBorg
to
import ThunderBorg3 as ThunderBorg
sumitkm@gmail.com
Wed, 02/21/2018 - 22:43
Brilliant, saves me from bumbling around :-). Thanks a ton folks!
piborg
Wed, 02/21/2018 - 11:49
Permalink
ThunderBorg with Python 3
There is a Python 3 version of the ThunderBorg library available :)
You can download it here: http://forum.piborg.org/downloads/thunderborg/ThunderBorg3.py.txt
Alternatively you can download directly to your Pi using these commands:
You can then change your scripts from:
to
sumitkm@gmail.com
Wed, 02/21/2018 - 22:43
Permalink
Thank you
Brilliant, saves me from bumbling around :-). Thanks a ton folks!