[13:59:19] <loba____> What is your name?Traceback (most recent call last):
[13:59:19] <loba____> File "C:\Python27\Practice\1.py", line 1, in <module>
[13:59:19] <loba____> name = raw_input('What is your name?\n')
[13:59:19] <loba____> EOFError: EOF when reading a line
[13:59:19] <loba____> [Finished in 0.1s with exit code 1]
[13:59:52] <loba____> have i not installed PIP correctly or something
[14:49:49] <tos9> loba____: That doesn't appear related to pip, so it's probably a question for #python, although it doesn't appear related to Python either :), so it's actually probably a question for #sublime or whatever that channel is called.
[14:50:16] <tos9> (It sounds like possibly sublime closed stdin, so there's either a way to actually pass input in sublime or there isn't)
[14:51:52] <loba____> yeah this does sound correct
[15:44:49] <loba____> i dont think its a problem with sublime as it still happens in CMD
[15:45:15] <loba____> god dam it ive been trying to get this to work for days
[23:54:04] <gp> Is it possible to do a static pip wheel build on linux? I keep getting errors like "Error loading psycopg2 module: libpq.so.5: cannot open shared object file" when I try to deploy wheels to a production environment that I build on a build machine
[23:58:07] <dstufft> gp: should be yes, but i'm not sure how to do it off the top of my head
[23:58:24] <dstufft> might require overriding the build_ext command