[twill] Referrer issues

Titus Brown titus at caltech.edu
Sat Dec 3 17:23:49 PST 2005


-> Yay! Thanks, that's fixed. However, now testing the script with the 
-> fixes spots me another problem - formfile() in commands.py just does a 
-> plain open, where as to properly open non-text files on Windows requires 
-> open(filename,'rb') rather than just relying on a 'r'. According to the 
-> Python docs, this should also work fine for systems where they don't 
-> treat opening binary and text files differently. Without this fix, I get 
-> 400 bytes loaded as opposed to the proper 44kb I'm trying to upload.

Fixed.  Now in

	http://darcs.idyll.org/~t/projects/twill-latest.tar.gz

-> Also, doing
-> 
-> easy_install http://darcs.idyll.org/~t/projects/twill-latest.tar.gz
-> 
-> worked, but just using the line you suggested didn't, and just left me 
-> at v0.8.

That's odd... make sure you're not doing it in a place with a
file/directory 'twill' in it.

In any case, this works for me:

	easy_install -f http://issola.caltech.edu/~t/dist/ twill

it updates things to twill-0.8.1a3.

cheers,
--titus



More information about the twill mailing list