I have it working now, the only problem is that it's not working if I put an other alias than / into my apache conf :
Code:
client XXX.X.XX.XXX] File does not exist: /var/www/staticCode:
File does not exist: /var/www/xhrI tried to work my way into your code but I don't know anything about Python or Flask so I did not figured out a way to make it work outside of the root...
So that's how I did it thanks to your info mrkipling!

- Next to the file htpcfrontend.py, create an empty file named htpcfrontend.wsgi and place inside :
Code:
import sys
sys.path.insert(0, "/location/of/the/files")
from htpcfrontend import app as application - Add a line into your apache configuration :
Code:
WSGIScriptAlias / /linktowhereyouinstalledtheprogram
EDIT :
Unfortunately I can't get the Trakt or XBMC widget to work... Wonder if it's because I'm using a XBMC build from two days ago, the JSON-RPC API could have been changed...
But regarding trakt, I don't know

But still, it looks very promising! (and I love the design
)Ah and while I'm thinking, it would be better if the application widget was opening a new tab/window rather than opening the link in the same window

I will follow this thread daily then!

, but I still don't have the trakt widget showing up... ![[Image: all-thin-banner@2x.jpg]](http://trakt.tv/user/justin/widgets/watched/all-thin-banner@2x.jpg)
![[Image: all-thin-banner.jpg]](http://trakt.tv/user/sean/widgets/watched/all-thin-banner.jpg)
Search
Help