You are not logged in.

#1 2016-09-11 12:58:49

mouhsineelachbi
Member
Registered: 2016-09-11
Posts: 2

Error running Tuxcut

Hey Everyone

THis is the python errors I've got after I run tuxcut

 python2.7 tuxcut.py
<PyQt4.QtCore.QVariant object at 0x7fea7df54f50>
Traceback (most recent call last):
  File "tuxcut.py", line 18, in <module>
    tux = TuxCut()
  File "/home/mouhsine/Downloads/tux/tuxcut_core.py", line 52, in __init__
    self._gwMAC = self.gw_mac(self._gwIP)
  File "/home/mouhsine/Downloads/tux/tuxcut_core.py", line 125, in gw_mac
    arping = sp.Popen(['arp-scan','--interface',self._iface,self._gwIP],stdout = sp.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Offline

#2 2016-09-11 17:16:18

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: Error running Tuxcut

Welcome to Arch.  I know nothing of Tuxcut, but I note you are forcing the 2.7 interpreter.  Are you sure this is a Python 2 program?  What is the first line of tuxcut.py?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-09-11 21:18:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: Error running Tuxcut

Ewaller, yes it is an old and seemingly abandonded project.

mouhsineelachbi, you'll need to at least tell us how you installed this.  This is not in the repos nor AUR, and even the archived AUR3 PKGBUILD fails both due to a PKGBUILD typo, and due to the upstream sources disappearing.

EDIT: Oh, wait.  This is in the repos for another distro.  Are you actually using arch linux?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB