Curlydave
May 9th, 2013, 12:08 AM
I'm new to programming. I made a program in Windows using Python 3 that downloads FAA approach plates. It uses the QT gui. I recently installed Ubuntu 13.04, and have been trying to get my program to work on Ubuntu. I installed the python modules and QT, and ran my program with the built-in Python installation, in a subfolder of my Home folder.
The program launches, and the GUI looks native. However, it won't download the plates due to permission errors. My understanding was that the Home folder was a safe zone from permission errors (http://www.xkcd.com/1200/). I tried running Python under SUDO. I didn't get permission errors, but the GUI looked like it was from Windows 95, and the files didn't actually download, despite the program not reporting an error. Any ideas?
The program launches, and the GUI looks native. However, it won't download the plates due to permission errors. My understanding was that the Home folder was a safe zone from permission errors (http://www.xkcd.com/1200/). I tried running Python under SUDO. I didn't get permission errors, but the GUI looked like it was from Windows 95, and the files didn't actually download, despite the program not reporting an error. Any ideas?