Heh. I haven't used this function for a while. Can you paste the code, where the error is occurring? Could be a space issue, or, if that's not the case, you can just assign it in the render method...
On Wed, Sep 15, 2010 at 1:06 PM, Aydın ŞEN <[email protected]> wrote: > 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] <webpy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > -- http://www.wolfhowlmedia.com -- 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.
