I've been playing around with SL4A (scripting layer for android) - more specifically, python for android, and am impressed with the functionality and APIs till now. I ran across a small problem when attempting to run the included "bluetooth_chat.py" script. The error was something along the lines of the result for user input being none. … Continue reading SL4A – bluetooth_chat.py fix
Lessons Learned : Linux System Tray Icons in python
While programming in python, for an Ubuntu/Linux Mint target, you may want to include a system tray icon for batter interaction with users. In Ubuntu, these are called "application indicators". A basic appindicator icon is quite simple to do in python via PyGTK. There's a very good example here: http://developer.ubuntu.com/resources/technologies/application-indicators/ Scroll down to the PyGTK … Continue reading Lessons Learned : Linux System Tray Icons in python
You must be logged in to post a comment.