On Thu, May 22, 2008 at 4:24 AM, Alexandre Conrad <[EMAIL PROTECTED]> wrote: > >>> import paste > >>> paste > <module 'paste' (built-in)> > > built-in ?? > > "rpm -qa | grep paste" yield: > python-paste-1.6-1.fc9.noarch
I thought only C modules could be built in. How did they build in a Python module? Maybe it's something different called paste. Try dir(paste) and help(paste). -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
