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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---