On 2021/01/24 02:28, Rafael Sadowski wrote:
> Currently it also no longer wants to start.
> $ gns3
> Can't import Qt modules, PyQt is probably not installed ...
That is because of "--sip-module PyQt5.sip" in the recent py-sip commit
Still wondering how
self.splashSleepTime = 1
...
time.sleep(self.splashSleepTime)
can end up doing
34997 python2.7 CALL select(0,0,0,0,0x7f7fffff73b8)
34997 python2.7 STRU struct timeval { 1.-9223372036854775808 }
34997 python2.7 RET select -1 errno 22 Invalid argument
which does not seem right!