Can't find way to install psycopg2 in 3.5

2015-12-14 Thread Dhaval Parekh - NCrypted
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,

Re: PYTHON HTTP POST WORKING EXAMPLE NEEDED

2009-01-14 Thread dhaval
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

PYTHON HTTP POST WORKING EXAMPLE NEEDED

2009-01-14 Thread dhaval
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

Re: PYTHON HTTP POST

2009-01-14 Thread dhaval
; 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