What would be the right way to execute urllib2 call in julia
using PyCall
@pyimport urllib2 as urllib2
request = urllib2.Request(url, json_payload, "{'Content-Type':
'application/json'}")type: apply: expected Function, got PyObject while loading In[29], in expression starting on line 1 Thanks, Dejan
