Tagged Questions
0
votes
1answer
27 views
Glade GUI in Python 2.7 crashes
I created a simple program using a glade .xml file and it, whenever I run the program, it crashes!
Here's the Python code:
#!/usr/bin/env python
import pygtk
pygtk.require("2.0")
import gtk
class ...
0
votes
1answer
30 views
How can I prevent my main application window getting black?
I have made an ubuntu app using Quickly in Ubuntu12.04.In that app's main
window there are several buttons.Clicking some of them opens new windows of
other applications(like, ...
4
votes
2answers
640 views
Changing Python default in 12.04 LTS
I have downloaded and installed python 3.2.3 for Ubuntu/Debian. Also IDLE IDE for 3.2.3.
If I execute IDLE for 3.2.3 explicitely, 3.2.3 runs under IDLE and all is well.
But if I go to a terminal ...
0
votes
2answers
70 views
Writing to a file
def loadSubredditConfig (self):
self.builder.get_object ('cbxR').remove_all ()
path = os.path.join (xdg.BaseDirectory.xdg_config_home, 'RedThat', 'subreddits')
if (os.path.exists (path)):
...
0
votes
1answer
132 views
Strangely quickly runs but debugger crashes with no exception
Firstly, strangely quickly run on my app runs fine and i believe i have made no changes to the source since quickly debug was working (proclaiming it's not user error is distasteful, I know!).
winpdb ...
1
vote
1answer
243 views
Can't show preferences dialog
I'm having some trouble with Python, again. I created a project using Quickly, and it created a preferences dialog for me. I am now trying to build up the preferences dialog, but I always get some ...
