Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~5K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for lllllIllIlllI

Have you installed PyQt 4? Never used either of these so just a guess on my part, but here's a link to the download: [url]http://www.riverbankcomputing.co.uk/software/pyqt/download[/url]

Member Avatar for Tommymac501
0
819
Member Avatar for jimbox123

First it's a pain to read in normal text, use the code=python tags. Your code is also entirely wrong. Use something more like x = raw_input, then an if statement to decide what you typed and call a function to do the math. It's a pretty basic program so you …

Member Avatar for vegaseat
0
1K
Member Avatar for Kabooom

Hey all, had another question that came up in my first Python program. The program is pretty much just a GUI for an application launcher. My current version has rollover buttons and successfully launches the applications, but is bloated and needs some revision so I'll post the first version with …

Member Avatar for Kabooom
0
300
Member Avatar for biggz

I'm not quite sure what you're doing, but my guess is that you're trying to make a program that will, for example, find the average of 3+4+5 and then later could have 6 added into it and also averaged correctly. If I'm understanding this right then what you have to …

Member Avatar for bumsfeld
0
99
Member Avatar for Kabooom

Just starting Python and I have a question about how to run it just by double-clicking. With simple things like [ICODE]print "Hello World"[/ICODE] the wait for user input clause can be added and it will run by double clicking and give the desired output, but when I try it with …

Member Avatar for Kabooom
0
3K

The End.