I use PIE.htc with web2py, it works as intended. Originally, the problem was that web2py did not recognize the .htc extension and therefore served it with the wrong file type by default. But that was fixed somewhere around web2py 1.99.x, gluon.contenttype should now contain the proper value for .htc without manually specifying it.
What error do you see? What web2py and PIE version do you use? For example, if you put PIE.htc into web2py's app static directory, then use: behavior: url(/someweb2pyapp/static/PIE.htc); Try browsing to PIE.htc path (ie. domain.com/someweb2pyapp/static/PIE.htc) with your web browser, it should be offered for download. If it opens as text, then something is wrong. Regards On Tuesday, October 1, 2013 3:31:14 PM UTC+2, Bilal El wrote: > > Hello, > > I'm working on a project for users using ie7. And I want to user > border-radius (for rounded corner in CSS) but it's not compatible ie. > I wanted to use pie.htc, but I can't get it integrated to web2py. > > Do you have any idea how I can use it? > Thanks a lot for your support! > > Bilal > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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.

