>
> I've tried many, many things (I want to get the csv as python solution 
> working), including this,

      g = new Dygraph( document.getElementById("div_pt"),
>            d3.csv({{=URL('powertoday','cvstab.csv')}}), 
>

Your URL needs to be in quotes:

d3.csv("{{=URL('powertoday','cvstab.csv')}}")

which will result in something like:

d3.csv("/yourapp/powertoday/cvstab.csv")

Anthony

>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to