Lawrence D'Oliveiro, 16.03.2010 08:40:
Subtle...
Absolutely.
Python 2.4.6 (#2, Jan 21 2010, 23:45:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import antigravity
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named antigravity
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
