[05:26:47] <skyl> looks like a bug in jython, I suppose .. I can change the strings with \u to be raw strings and I get past that error but on to a long java traceback involving java.lang.StringIndexOutOfBoundsException: String index out of range: 84
[05:29:34] <dstufft> skyl: are you using pip from PyPI?
[05:30:06] <skyl> I've tried that, I'm currently using the develop branch from github
[05:31:24] <skyl> using the old ez_setup.py and easy_install pip routine the results were similar .. but I haven't investigated that as thoroughly .. I've mostly been looking at the develop branch
[05:32:17] <dstufft> pip doesn't currently work on Jython, jimbaker has a branch which fixes it I think
[05:32:23] <dstufft> not sure what verison of Jython it works on