Re: Calling remote API

2010-07-08 Thread james_027
Sorry if I post on the wrong forums, as far as I know Django doesn't have a support for calling remote API, which makes me think more of a general python related thing. Thanks and I'll try in Django Forums. On Jul 9, 10:40 am, Russell Keith-Magee wrote: > On Fri, Jul 9, 201

Re: Calling remote API

2010-07-08 Thread Shawn Milochik
Oops. Sorry for replying here. I didn't realize what list this was. Original poster: Please post to the django-users list. This one is for the development of Django itself, not users of Django Shawn -- You received this message because you are subscribed to the Google Groups "Django develope

Re: Calling remote API

2010-07-08 Thread Russell Keith-Magee
On Fri, Jul 9, 2010 at 10:36 AM, james_027 wrote: > hi all, > > It will be my first time to create django app that requires calling > remote API. aside from URLLIB2, any good library for this purpose? Questions like this should be directed to django-users. Django-developers is a mail

Re: Calling remote API

2010-07-08 Thread Shawn Milochik
What's wrong with urllib2.urlopen()? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googl

Calling remote API

2010-07-08 Thread james_027
hi all, It will be my first time to create django app that requires calling remote API. aside from URLLIB2, any good library for this purpose? thanks, James -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this g