[Tutor] Platform Independence in Python

Ratna Banjara mast.ratna at gmail.com
Thu Apr 7 06:34:13 CEST 2011


Hello all,

I was learning GUI in python and found dissimilarities while importing
'tkinter' module.
In windows we should write
=>import tkinter

while in linux, we should write
=>import Tkinter

Difference is Capital ' T '. Means same code cannot run on both platform ,
how can we adjust this issue?


-- 
Regards,
http://www.rat32.com
Ratna P Banjara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110407/e64ce311/attachment.html>


More information about the Tutor mailing list