If you are running web2py from source there is nothings special for you to do. The steps below should just work.
Massimo On Apr 22, 12:09 pm, Michael <michael.no...@gmail.com> wrote: > Hey guys, > > I've been messing around with the twitter library for python from > the command line. Is it possible to use this in web2py? It has a JSON > library dependency. > > Also, if i have it in web2py how do i 'install' it? from the command > line, i know to just do; > > python setup.py install > > But how do i go about installing libraries into web2py so I can > access them the same way: > > import twitter > > def tweet(): > > client = twitter.Api(username='test', password='test') > update = client.PostUpdate('hello from python!') > > etc... > > thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---