thankyou so much ..i made it finally...<br>how do i make buttons and i want a lil text to label the buttons also<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 4:07 PM, Chris Rebert <span dir="ltr"><<a href="mailto:clp2@rebertia.com">clp2@rebertia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">> On Wed, Jun 9, 2010 at 3:37 PM, Dave Angel <<a href="mailto:davea@ieee.org">davea@ieee.org</a>> wrote:<br>

>> Note, I said "REPLY-ALL'.  By default a simple reply goes to the<br>
>> individual, and not to the list.  Make sure <a href="mailto:python-list@python.org">python-list@python.org</a> is in<br>
>> your "TO:" list.  I'm sending this back to the list, with my remarks at the<br>
>> end, since top-posting is inconsistent and confusing.<br>
>><br>
>> madhuri vio wrote:<br>
>>><br>
>>> yea i have deleted all the files related to dat module and<br>
>>> now when i try to execute it ,,it says<br>
>>><br>
>>> python madhu.py<br>
>>> Traceback (most recent call last):<br>
>>>  File "madhu.py", line 4, in <module><br>
>>>    import tkinter<br>
>>> ImportError: No module named tkinter<br>
>>><br>
>>> and it has already been installed...<br>
>>> so i was wondering if there was any other way of importing tkinter module<br>
>>> and where am i wrong..i am stuck;(<br>
>>><br>
>>> On Wed, Jun 9, 2010 at 3:03 PM, Dave Angel <<a href="mailto:davea@ieee.org">davea@ieee.org</a>> wrote:<br>
>>><br>
>>> <snip><br>
>><br>
>> Two questions:<br>
>><br>
>> 1) what version of Python ?  You're using the version 3 capitalization.<br>
>>  Might you have version 2.x of Python installed?<br>
>><br>
>>   >>>>Tkinter has been renamed to tkinter in Python 3.0<br>
>><br>
>>     import sys<br>
>>     print sys.version<br>
>><br>
</div><div class="im">On Wed, Jun 9, 2010 at 3:30 AM, madhuri vio <<a href="mailto:madhuri.vio@gmail.com">madhuri.vio@gmail.com</a>> wrote:<br>
> 1)    2.6.2 (release26-maint, Apr 19 2009, 01:56:41)<br>
> [GCC 4.3.3]<br>
<br>
</div>In that case: import Tkinter<br>
NOT: import tkinter<br>
<br>
Capitalization is crucial.<br>
<br>
Cheers,<br>
Chris<br>
<font color="#888888">--<br>
Top-posting makes everything screwy.<br>
<a href="http://blog.rebertia.com" target="_blank">http://blog.rebertia.com</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>madhuri :)<br><br>