Tagged Questions
1
vote
1answer
86 views
Why does Python program work in console mode, but not in Startx?
In this Stack Overflow question I asked about creating a Python program of mine which was meant to allow me to access the terminal from a Python shell. It did not work... at least when running the ...
1
vote
2answers
255 views
How to get the Raspberry Pi's IP address for SSH
I am using Mac OSx to access my Pi via SSH. To access it, I know that I need the Pi's IP address. So, I decided to use a few Python commands which have always succeeded in giving me the local IP.
...
5
votes
1answer
301 views
Can I control Minecraft Pi Edition over SSH from another computer?
I recently downloaded the Minecraft Pi edition for my Raspberry Pi. The main feature of the Minecraft Pi edition is the ability to interactively edit the landscape using Python. One would expect that ...