[11:16:22] <SavaPC> I am having problems with pip, it errors on gcc compiler with exit status 1. Python as is(not using pip) works just fine. Not sure what to do because I've spent around 10h trying to get this fat
[13:36:08] <Wooble> SavaPC: you really want to get binary distributions of the requirements instead of trying to install them with pip. I don't know which requirement is failing, since you didn't show any useful output, but many things don't have wheels for windows, and building anything yourself on windows is just asking for pain.
[13:36:50] <Wooble> SavaPC: http://www.lfd.uci.edu/~gohlke/pythonlibs/ is a good place to get stuff from.
[13:42:26] <SavaPC> Wooble, do you know *any* package that is supported on win just so I can test if it's pip's fault or something else
[13:45:24] <Wooble> SavaPC: anything that doesn't have C extensions should work fine. Since you're getting a gcc error, it's almost certainly happening while trying to compile an extension.
[15:19:55] <darkxploit> hello. i have a file called wsgi.py in my python app [MEZZANINE]. It looks that there are some info missing in tge file wsgi.py. can you help me to configure it. Here is what my log said. Apache is installed on it. here is also what contained my wsgi.py. https://bpaste.net/show/9e56fdf69d5a
[15:59:52] <ronny> darkxploit: thats a django eployment issue, please ask in #django
[23:58:47] <buck1> i have a python package that depends on a snippet of golang code. Is there any sane way to package it?
[23:59:28] <buck1> ronny: is that short for electric ployment?