Hi, On Thu, Jan 6, 2011 at 3:53 PM, Tha.Suresh <[email protected]> wrote: >> $ python -c 'import antigravity' >> >> (best tried when connected to the net) >> > > I din't get anything. :( > > I got the following error. > > stud...@pluto:~$ python -c 'import antigravity' > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named antigravity
'antigravity' module is available in Python 3.x, Python 2.7+ in the 2.x series so this will not work in older versions. Thanks & Regards, Guruprasad _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
