2010/9/15 Primoz Anzur <[email protected]> > Which python? > > wo...@wolfy-desktop:~$ python > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import zip > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named zip >
it is not extended module, it is a built-in function ad...@adige-laptop:~$ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> zip <built-in function zip> >>> -- Aydın Şen -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
