riverbed / steelscript

SteelScript is a collection of libraries and scripts in Python for interacting with Riverbed solutions and appliances, and other network infrastructure devices
https://support.riverbed.com/apis/steelscript
Other
14 stars 10 forks source link

WindowsError: [Error 2] The system cannot find the file specified #1

Closed josh-morin closed 8 years ago

josh-morin commented 9 years ago

Any help appreciated.

= Error = Python test.py Traceback (most recent call last): File "test.py", line 4, in pcap.info() File "C:\Python27\lib\site-packages\steelscript\wireshark\core\pcap.py", line 42, in info capinfos = subprocess.check_output(cmd) File "C:\Python27\lib\subprocess.py", line 566, in check_output process = Popen(stdout=PIPE, _popenargs, *_kwargs) File "C:\Python27\lib\subprocess.py", line 710, in init errread, errwrite) File "C:\Python27\lib\subprocess.py", line 958, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

= Script = steelscript.wireshark.core.pcap import PcapFile

pcap = PcapFile('\windowspath\pcapnamehere.pcap') pcap.info() print pcap.starttime print pcap.endtime print pcap.numpackets

= Packages = steel about

Installed SteelScript Packages Core packages: steelscript 0.9.7 steelscript.netprofiler 0.9.5 steelscript.netshark 0.9.5 steelscript.wireshark 0.9.4.1

Application Framework packages: steelscript.appfwk 0.9.8.2

Paths to source: C:\Python27\lib\site-packages

mgarabed commented 9 years ago

@dinnersticks can you confirm that your Windows path includes the location of the following Wireshark executables: capinfos editcap tshark

We need to have some better configuration included here, but right now the script will just try to run those commands directly.

mgarabed commented 8 years ago

Closing due to inactivity. If you have additional info, please post.