[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)