Changes between Initial Version and Version 1 of Ticket #152, comment 7


Ignore:
Timestamp:
Dec 14, 2015, 2:43:33 PM (8 years ago)
Author:
muffetta66
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #152, comment 7

    initial v1  
    88>
    99> I suppose you have the new python installed after this failure anyway. Can you check if it works per se, by starting some simple python script with `C:\usr\bin\python2.7.exe`?
     10
     11Yes, all my python scripts works fine and all packages seems updated
     12
    1013>
    1114> The `Interrupted system call` thingy actually looks like a rare and old LIBC bug which isn't completely fixed ATM (see http://trac.netlabs.org/libc/ticket/256), but it's a completely wild guess so far. It could be the case if python were using multiple threads for something and were trying to kill one of them for some reason but I have no knowledge about how and when python uses threads.