You are not logged in.

#1 2012-04-18 21:06:26

ephan
Member
Registered: 2011-11-02
Posts: 171

[SOLVED] Archey Code

'archey' just runs forever now, unless if I kill it with keyboard shortcut:

david@davidarch:~$ archey
^CTraceback (most recent call last):
  File "/usr/bin/archey", line 255, in <module>
    out.append(classes[x]())
  File "/usr/bin/archey", line 193, in __init__
    p1 = Popen(['pacman', '-Q'], stdout=PIPE).communicate()[0].decode("Utf-8")
  File "/usr/lib/python3.2/subprocess.py", line 811, in communicate

Interrupt signal received
    stdout = _eintr_retry_call(self.stdout.read)
  File "/usr/lib/python3.2/subprocess.py", line 456, in _eintr_retry_call
    return func(*args)
KeyboardInterrupt
david@davidarch:~$

I just re-copied the whole source code from the github repo. Anybody else getting this error? I'm reporting this on Github Issues too by the way.

Last edited by ephan (2012-04-21 09:27:46)

Offline

#2 2012-04-18 21:10:33

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [SOLVED] Archey Code


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2012-04-21 09:27:37

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: [SOLVED] Archey Code

Thank you! That did the trick!

Offline

Board footer

Powered by FluxBB