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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for i are smart

Hi, my professor's site is down so I can't access his notes. but basically I need to make a 4 bar mechanism on canvas like this. and then have the top most point draw stuff as the bar rotates etc.. how can i do that with Tkinter? [URL=http://img521.imageshack.us/i/screenshotmn.png/][IMG]http://img521.imageshack.us/img521/8250/screenshotmn.png[/IMG][/URL]

Member Avatar for hondros
0
51
Member Avatar for i are smart

i just started learning GUI, and i made my first graphic interface using the tkinter module, but as information is piled up and goes beyond the window's dimensions, i need those scroll bars to up and down

Member Avatar for woooee
0
98
Member Avatar for i are smart
Member Avatar for i are smart

Say I have something like: class name: .....def __init__(self,a): ..........self.a = a ..........self.b = [0 for i in range(a) Now lets say I wrote a python program that has a main function that prompts the user for a set of numbers in the range(a). How do I get that set …

Member Avatar for masterofpuppets
0
89
Member Avatar for i are smart

So I did some research and learn that you use the sys module to set the path for 2.5: import sys sys.path.append('usr/local/lib/python2.5/site-packages/') And that would set the path for 2.5 permanently, but if i do the samething for 2.6 or 3.0, it will not work the next time I open …

Member Avatar for vegaseat
0
683
Member Avatar for i are smart

please tell me that there is a difference because i've spent an entire week figuring out how to make cTurtle work. Now that I have succeeded, both modules appears to have the same functions. Please tell me that there is a difference

Member Avatar for Ene Uran
0
210
Member Avatar for i are smart

in Vista, cTurtle worked like a charm, but in Ubuntu, when i downloaded the cTurtle to my desktop and moved it to site-packages, it still won't work. When i clicked on the downloaded cTurtle.py file, what i get is a text file with chinese characters, and it closes within a …

Member Avatar for sneekula
0
249