[01:26:48] <LetterRip> hi all, when I try and install stuff via pip install, sometimes there are things that need to be compiled. When that happens, often times the compile fails due to being unable to find relative paths to the source file and build directory
[01:27:02] <LetterRip> if i edit the setup.py to use absoulte paths, it works
[01:27:13] <LetterRip> any ideas why relative paths wouldnt' be working?
[01:28:00] <LetterRip> here is my stackoverflow question with more details
[08:59:18] <mgedmin> my reading: people know about this problem but have no idea what causes it/how to solve it
[08:59:53] <mgedmin> my reading: it affects a small number of users and goes away all by itself, workarounds exist (clear cookies) -> therefore not a high priority issue
[09:29:15] <ghickman> I'm seeing the same issue here
[11:32:13] <dstufft> mgedmin: ghickman davidszotten is it working now?
[11:34:10] <davidszotten> dstufft: thanks! (was that fixing symptom or cause?)
[11:34:37] <dstufft> I didn't do anything, I just woke up and couldn't reproduce
[15:09:49] <skamithi> got a project that has 2 parts.. a 'netshow/linux/lib/*.py' and 'netshow/linux/print/*.py' directory. the 'lib' part has no dependencies, the 'print' part has a whole bunch of dependencies. Is it okay to create 2 "setup.py" even though the project is in one git repo? this will also allow me to easily create separate debs . a web search wasn't conclusive on whether this is okay python practise to have multiple setup.py in one python app
[15:10:45] <ronny> skamithi: so practically you have a python lib and a python app in the same repo
[15:28:23] <skamithi> it is nice to just have project installable via web url. but i see github has this download packages section.. https://github.com/liftoff/GateOne/downloads