PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 4th of July, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:01:24] <mitsuhiko> ah.
[00:01:39] <mitsuhiko> os.removedirs sounds like a terrible api :)
[00:04:12] <dstufft> yea
[00:04:13] <dstufft> sec
[00:08:00] <dstufft> mitsuhiko: https://gist.github.com/dstufft/5fb5da2e7fdfbd97353e
[00:08:19] <dstufft> mitsuhiko: I only ran the two tests that failed on py34 with that patch, but it fixes them and I think it'll work
[00:09:19] <mitsuhiko> i will try that tomorrow
[00:09:28] <mitsuhiko> it's super late here and i can't think any more
[00:09:42] <dstufft> no worries :) I have a big headache so I'm not doing a whole lot
[00:09:54] <dstufft> I wanted to fix that for you though
[00:16:10] <mitsuhiko> thanks so much :)
[00:22:00] <tos9> dstufft / mitsuhiko: y'all going to europython by the by?
[00:22:09] <dstufft> I'm not
[00:22:36] <tos9> ah aright
[00:23:17] <mitsuhiko> tos9: skipping
[00:23:38] <mitsuhiko> missed registration and i somehow have the feeling this is going to be a very german conference :)
[00:23:45] <mitsuhiko> so not sure if i would enjoy it much
[00:24:11] <tos9> hah, that wouldn't be good for me either :D.
[00:24:17] <tos9> but I'm still deciding how many days of talks to go to.
[00:26:02] <dstufft> I'm over in america
[00:26:15] <dstufft> and flying to other parts of the USA is hard for me, much less crossing an ocean
[00:26:43] <tos9> dstufft: well same -- I ahven't had a vacation, forget overseas, in 2 years, so this was a good excuse :)
[00:27:09] <dstufft> I've only been on vacation like once in my life
[00:27:16] <dstufft> vacation is trange
[00:27:19] <dstufft> strange*
[00:27:19] <dstufft> to me
[00:27:23] <tos9> :)
[00:27:46] <tos9> well it's not a real vacation, it's sandwiched between visiting two of our offices in london and slovakia
[00:27:52] <dstufft> :D
[00:27:57] <tos9> but it's as close as I have been able to get myself to do :D
[00:28:19] <dstufft> my dad owned his own company and was a workaholic, so growing up we never really did the vacation thing, and now that i'm an adult it doens't really register in my head that it's a thing people do
[00:28:43] <tos9> no wonder you're in packaging.
[00:28:51] <tos9> *it all makes sense*
[00:33:53] <dstufft> :D
[01:54:18] <Scottyob> Howdy all. I’m struggling. I’m trying to make a module of mine installable via pip. It’s hosted in an internal git server, but also relies on other modules, which are also git projects in our internal git server. What’s the best way to achieve this?
[18:36:14] <Alex_Gaynor> jezdez: ping
[20:40:51] <yoLo_> i need some help in using virutalenv
[20:41:01] <yoLo_> virtual*
[20:41:35] <yoLo_> i was thinking about using installing scrapy into virtuallenv
[20:41:41] <yoLo_> how does that work ?
[21:09:01] <jezdez> Alex_Gaynor: pong
[22:18:13] <nanonyme> dstufft, is there a way to tell pip to upgrade everything? If not, should there be?
[22:20:04] <\u03b5> Is a test case the only required thing left before this bugfix is merged? https://github.com/pypa/pip/pull/920
[22:20:14] <nanonyme> Cool! Looks like --user works correctly in Windows with modern pip. Really nice since installing to system site-packages on Windows requires UAC elevation, typically
[22:26:37] <\u03b5> I can reproduce the error by doing pip install -e /path/to/a/local/bzr/repo pip freeze
[22:27:40] <\u03b5> and I can't seem to find the tests for pip.vcs.bazaar