You are not logged in.
Pages: 1
I have always this error when i try to use qpkg :
[DeViL@InSaNe ~]$ /usr/bin/qpkg -s
Traceback (most recent call last):
File "/usr/bin/qpkg", line 339, in ?
QPKG_EDITOR = commands.getoutput("source "+homedir+"/.qpkgrc ; echo ${QPKG_EDITOR}")
File "/usr/lib/python2.4/commands.py", line 44, in getoutput
return getstatusoutput(cmd)[1]
File "/usr/lib/python2.4/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
I don't know where may be the problem..
Offline
Do you have a file called ~/.qpkgrc ??? If yes do u have something like
QPKG_EDITOR = vi
???
[My Blog] | [My Repo] | [My AUR Packages]
Offline
yeah i have it in .qpkgrc and ..?
Offline
hmmm, That's weird, try dma's suggestion in the other topic
pacman -Rdcs python
pacman -S python
[My Blog] | [My Repo] | [My AUR Packages]
Offline
don't help..
Offline
Pages: 1