Python 2.4
#1
any idea how i can upgrade my version of python to 2.4 ?
i'd like to use some of the new cookie handling features in 2.4 and was wondering if it was something simple enough for me to do.

thanks
Reply
#2
this cannot be done easily for xbmc, unless you know quite a bit of c++ and have enough hours left.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
bummer! thanks for the info!

any idea how i could handle this situation:

cookies are set by a page and redirect given. when i do a .info(), i get the "set-cookies" from info() after the redirect. any idea how i can get the "set-cookies" info from the first page instead of after the redirect?


thanks!
Reply
#4
try cachedhttp.py     ...or look through these threads (and their respective scripts) how they handle cookies:
http://www.xboxmediaplayer.de/cgi-bin....t=16435
http://www.xboxmediaplayer.de/cgi-bin....t=12247
http://www.xboxmediaplayer.de/cgi-bin....t=11625
http://www.xboxmediaplayer.de/cgi-bin....t=10157
http://www.xboxmediaplayer.de/cgi-bin....t=11876
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Python 2.40