Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~705 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for brundlefly

Hey, Here is what I would do... I've ignored the GUI stuff as I have no clue about that but as far as the actual code : [CODE] #get the numbers here number_1 = raw_input('Please enter your first mobile number: ') number_2 = raw_input('Please enter your second mobile number or …

Member Avatar for brundlefly
0
110
Member Avatar for MUFC4life

Because you are multiplying i by 2 each time it comes around :-O I think what you need is [CODE]i += 1[/CODE] instead :P edit: if you run the code lagspike gave you its clear to see! always print out strings that are giving you trouble to see the problem!

Member Avatar for 15uck
0
135
Member Avatar for dmurder

SgtMe has it spot on, although I have no idea what raptor is I'm going to say its best to draw a flow chart of your existing program then start from scratch in python... google helped me alot when re-writing a vb6 app in python

Member Avatar for 15uck
0
95
Member Avatar for 15uck

Hi Guys, I've been doing python programming for a few months and I have some code that needs a GUI. All the code does is various print outs to the screen, now in my head this sounds simple enough to convert to a GUI but I can't figure out where …

Member Avatar for 15uck
0
365

The End.