PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 19th of June, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:38:42] <areve> import learn.agenda
[00:38:43] <areve> is there any difference between: from a.b import c AND import a.b.c as c ?
[00:39:11] <areve> from a.b import c AND import a.b.c as c Are they the same?
[02:07:21] <tos9> areve: They are, although this is a somewhat odd channel to ask that in :)
[08:52:01] <jamesstanley> I'm trying to use pip to install the bitcoin wallet "electrum" because the version provided by ubuntu is too old. I've apt-get removed electrum, and trying to install it with pip gives "requirement already satisfied": http://pastebin.com/upBkrfHK
[08:52:29] <jamesstanley> trying to upgrade gives "Could not find any downloads that satisfy the requirement": http://pastebin.com/Fv0s54pe
[08:52:32] <jamesstanley> what am I doing wrong here?
[08:52:36] <jamesstanley> (I've never used pip before)
[08:55:46] <jamesstanley> nm, got it: "sudo pip install https://download.electrum.org/2.6.4/Electrum-2.6.4.tar.gz"
[08:55:51] <jamesstanley> have to specify a url not a package name