but I couldn't find psycopg2 for python
3.5. Is it something 3.5 has different scenario for django? I couldn't find
anyway to complete my setup so I'm going to downgrade to 3.4 as I found
psycopg2 for 3.4 only.
If you have any idea about it then please let me know.
Regards,
On Jan 14, 4:11 pm, dhaval wrote:
> Hi,
>
> Can someone please give me an example of a working python post?
> for example using the sitehttp://www.cookiemag.com/
>
> Thanks in advance,
> Dhaval
I have tried to look at the code at
http://code.activestate.com/recipes/146306/
I
Hi,
Can someone please give me an example of a working python post?
for example using the site http://www.cookiemag.com/
Thanks in advance,
Dhaval
--
http://mail.python.org/mailman/listinfo/python-list
; Hi,
>
> > I need one complete example of how to do a http post to any site.
> > I have tried making a POST to google but all I am returned with is a
> > 405 error.
> > I don't want to use Pygoogle as I want to try and do this with other
> > sites.
> > I am also having