Kosmos
Member
- Joined
- Apr 10, 2012
- Messages
- 228
I have the 4 core packages of Python, Tkinter, TK & TCL installed... And am working through the book "Python for Kids".
However, when I try something like this...
>>> import turtle
>>> turtle.forward(50)
I get an error about TK/TCL not being properly installed.
What are all the ipks that I need to install with opkg to run python/tk/tcl natively on my SD-installed SZ1.52 OS?
For GCC I ran the following
So that I can go through my GCC/C++ tutorials/lessons.
I would like to do the same for Python. As well as be able to run games and other programs natively on my pandora. I have the Dev-Tools kits but want to have the basics also installed natively via opkg for use in bash.
However, when I try something like this...
>>> import turtle
>>> turtle.forward(50)
I get an error about TK/TCL not being properly installed.
What are all the ipks that I need to install with opkg to run python/tk/tcl natively on my SD-installed SZ1.52 OS?
For GCC I ran the following
- opkg update
- opkg install gcc g++ cpp binutils
- opkg install gcc-symlinks g++-symlinks cpp-symlinks
- opkg install libstdc++6 libstdc++-dev libgcc1
- opkg install gcc-doc
- opkg install libssp0
So that I can go through my GCC/C++ tutorials/lessons.
I would like to do the same for Python. As well as be able to run games and other programs natively on my pandora. I have the Dev-Tools kits but want to have the basics also installed natively via opkg for use in bash.
Last edited by a moderator: