I just added a new wallpaper Abstract-102 to my GPL art gallery. Check it out by following this direct link: https://www.techtimejourney.net/gpl-art/page-4/abstract-102/
I hope you like it.
I just added a new wallpaper Abstract-102 to my GPL art gallery. Check it out by following this direct link: https://www.techtimejourney.net/gpl-art/page-4/abstract-102/
I hope you like it.
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.
Download Current-Time and PostX-Calendar combined zip archive file: Calendar_Time.zip
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