PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 16th of May, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[05:05:42] <skyl> does this look familiar to anyone? --
[05:05:48] <skyl> UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 47-53: illegal Unicode character
[05:12:49] <tomprince> In what context.
[05:14:23] <skyl> I'll have a detailed gist going in a little bit
[05:14:44] <skyl> I'm trying to run virtualenv/pip on jython2.7b2
[05:16:47] <skyl> tomprince https://gist.github.com/skyl/ea2ab1c62a547e381411
[05:19:59] <skyl> seems like an "r" in that inputstream.py file ? for a raw string?
[05:21:57] <skyl> hrm, or not
[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
[05:32:28] <dstufft> https://github.com/jimbaker/pip
[05:32:30] <skyl> ah, interesting
[05:32:34] <skyl> thanks for the tip
[05:32:41] <dstufft> that'll get rolled back into mainline pip at some point i'm sure
[05:33:01] <dstufft> https://github.com/html5lib/html5lib-python/pull/150 this is probably the issue you're hitting
[05:33:39] <skyl> yep, spot on
[05:43:44] <skyl> thanks for the tip dstufft, jimbaker branch working well enough for me to continue on my way
[13:27:10] <mitsuhiko> dstufft: ping
[13:27:19] <dstufft> mitsuhiko: pong
[13:36:48] <DanielHolth> spang
[21:44:02] <zhuang> how to get virtualenv to list all the env I have?
[21:46:20] <kennethreitz> zhuang: that's virtualenvwrapper
[21:46:57] <kennethreitz> svirtualenv
[21:47:00] <kennethreitz> $ lsvirtualenv
[21:47:26] <zhuang> kennethreitz: command not found
[21:47:49] <zhuang> do i need to install this wrapper?
[21:48:01] <zhuang> and then use lsvirtualenv?
[21:48:19] <kennethreitz> oh maybe you meant something else
[21:48:21] <kennethreitz> nvm :)
[22:03:21] <rot13_intvan> do I need to reboot after using get-pip.py? I ran it, but pip still isn't working.
[22:04:18] <rot13_intvan> * windows, I get PATH to C:\Python33\Scripts\Tools\
[22:04:23] <rot13_intvan> set*
[22:35:58] <tos9> zhuang: there is no such thing with virtualenv, because there is no central location.