Monthly Archives: July 2016

Calendar application (QT4) and a current time (Gtk) are here

Here are two applications I have recently made. The first one, PostX-Calendar is a QT application, which will certainly be featured in the future PostX Gnu/Linux 0.4 release coming in late 2016. The second one, is a basic time shower: “Current Time”, which does what is says and displays the current time.

time python, pygtk show time, pygtk clock, python clock, python show date

Current-Time

python calendar, linux calendar, calendar for linux, pyqt calendar

PostX-Calendar

Download Current-Time and PostX-Calendar combined zip archive file: Calendar_Time.zip

Continue reading

Python: “Cannot import module” issue and installing needed Python bits.

You have your Python program in front of you. You have already made it executable with chmod +x program.py and you are ready to run it. But, when you execute your program via terminal typing something like python program.py you will be greeted with an error message saying something similar to this:

“Cannot import module X, no such module.” Continue reading