Created
September 8, 2017 06:18
-
-
Save Cykooz/5a5a7d1c3d78017fcefb6769fde811b1 to your computer and use it in GitHub Desktop.
psutil - RecursionError
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cykooz@cykooz-nb:~/Work/backend$ ./bin/python | |
Python 3.6.2 (default, Jul 20 2017, 08:43:29) | |
[GCC 5.4.1 20170519] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> | |
>>> from raven.base import DummyClient | |
>>> import psutil | |
>>> | |
>>> client = DummyClient() | |
>>> client.is_enabled = lambda: True | |
>>> | |
>>> try: | |
... proc = psutil.Popen('program_not_found') | |
... except Exception as e: | |
... client.captureException() | |
... | |
--- Logging error --- | |
--- Logging error --- | |
Error in sys.excepthook: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_pid' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 76, in transform | |
return repr(value) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 446, in __repr__ | |
return "<%s at %s>" % (self.__str__(), id(self)) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 432, in __str__ | |
pid = self.pid | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 466, in pid | |
return self._pid | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
[Previous line repeated 317 more times] | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/logging/__init__.py", line 992, in emit | |
msg = self.format(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 838, in format | |
return fmt.format(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 583, in format | |
record.exc_text = self.formatException(record.exc_info) | |
File "/usr/lib/python3.6/logging/__init__.py", line 533, in formatException | |
traceback.print_exception(ei[0], ei[1], tb, None, sio) | |
File "/usr/lib/python3.6/traceback.py", line 100, in print_exception | |
type(value), value, tb, limit=limit).format(chain=chain): | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
[Previous line repeated 235 more times] | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 94, in transform | |
return serializer.transform(value, **kwargs) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 78, in transform | |
logger.exception(e) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1339, in exception | |
Convenience method for logging an ERROR with exception information. | |
File "/usr/lib/python3.6/logging/__init__.py", line 1341, in exception | |
self.error(msg, *args, exc_info=exc_info, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1327, in error | |
Log 'msg % args' with severity 'ERROR'. | |
File "/usr/lib/python3.6/logging/__init__.py", line 1335, in error | |
self._log(ERROR, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1442, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1452, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1522, in callHandlers | |
lastResort.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 863, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 998, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 916, in handleError | |
traceback.print_exception(t, v, tb, None, sys.stderr) | |
File "/usr/lib/python3.6/traceback.py", line 100, in print_exception | |
type(value), value, tb, limit=limit).format(chain=chain): | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
[Previous line repeated 235 more times] | |
File "/usr/lib/python3.6/traceback.py", line 480, in __init__ | |
type(exc_value.__context__), | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
Original exception was: | |
Traceback (most recent call last): | |
File "<console>", line 2, in <module> | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1370, in __init__ | |
self.__subproc = subprocess.Popen(*args, **kwargs) | |
File "/usr/lib/python3.6/subprocess.py", line 707, in __init__ | |
restore_signals, start_new_session) | |
File "/usr/lib/python3.6/subprocess.py", line 1333, in _execute_child | |
raise child_exception_type(errno_num, err_msg) | |
FileNotFoundError: [Errno 2] No such file or directory: 'program_not_found' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_pid' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
AttributeError: 'Popen' object has no attribute '_Popen__subproc' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 76, in transform | |
return repr(value) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 446, in __repr__ | |
return "<%s at %s>" % (self.__str__(), id(self)) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 432, in __str__ | |
pid = self.pid | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 466, in pid | |
return self._pid | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1402, in __getattribute__ | |
return object.__getattribute__(self.__subproc, name) | |
[Previous line repeated 315 more times] | |
File "/home/cykooz/buildout-eggs/psutil-5.2.2-py3.6-linux-x86_64.egg/psutil/__init__.py", line 1399, in __getattribute__ | |
return object.__getattribute__(self, name) | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/logging/__init__.py", line 992, in emit | |
msg = self.format(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 838, in format | |
return fmt.format(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 583, in format | |
record.exc_text = self.formatException(record.exc_info) | |
File "/usr/lib/python3.6/logging/__init__.py", line 533, in formatException | |
traceback.print_exception(ei[0], ei[1], tb, None, sio) | |
File "/usr/lib/python3.6/traceback.py", line 100, in print_exception | |
type(value), value, tb, limit=limit).format(chain=chain): | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
[Previous line repeated 234 more times] | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/code.py", line 91, in runcode | |
exec(code, self.locals) | |
File "<console>", line 4, in <module> | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/base.py", line 818, in captureException | |
'raven.events.Exception', exc_info=exc_info, **kwargs) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/base.py", line 638, in capture | |
**kwargs) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/base.py", line 391, in build_msg | |
result = handler.capture(**kwargs) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/events.py", line 117, in capture | |
value = self._get_value(*exc_info) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/events.py", line 93, in _get_value | |
capture_locals=self.client.capture_locals, | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/stacks.py", line 296, in get_stack_info | |
f_vars = get_frame_locals(frame, transformer=transformer) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/stacks.py", line 159, in get_frame_locals | |
v = transformer(v) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/events.py", line 32, in transform | |
return self.client.transform(value) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/base.py", line 512, in transform | |
string_max_length=self.string_max_length) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 94, in transform | |
return serializer.transform(value, **kwargs) | |
File "/home/cykooz/buildout-eggs/raven-6.1.0-py2.py3-none-any.ovo/raven/utils/serializer/manager.py", line 78, in transform | |
logger.exception(e) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1339, in exception | |
Convenience method for logging an ERROR with exception information. | |
File "/usr/lib/python3.6/logging/__init__.py", line 1341, in exception | |
self.error(msg, *args, exc_info=exc_info, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1327, in error | |
Log 'msg % args' with severity 'ERROR'. | |
File "/usr/lib/python3.6/logging/__init__.py", line 1335, in error | |
self._log(ERROR, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1442, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1452, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1522, in callHandlers | |
lastResort.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 863, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 998, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 916, in handleError | |
traceback.print_exception(t, v, tb, None, sys.stderr) | |
File "/usr/lib/python3.6/traceback.py", line 100, in print_exception | |
type(value), value, tb, limit=limit).format(chain=chain): | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
[Previous line repeated 234 more times] | |
RecursionError: maximum recursion depth exceeded | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "./bin/python", line 139, in <module> | |
__import__("code").interact(banner="", local=globals()) | |
File "/usr/lib/python3.6/code.py", line 302, in interact | |
console.interact(banner, exitmsg) | |
File "/usr/lib/python3.6/code.py", line 233, in interact | |
more = self.push(line) | |
File "/usr/lib/python3.6/code.py", line 259, in push | |
more = self.runsource(source, self.filename) | |
File "/usr/lib/python3.6/code.py", line 75, in runsource | |
self.runcode(code) | |
File "/usr/lib/python3.6/code.py", line 95, in runcode | |
self.showtraceback() | |
File "/usr/lib/python3.6/code.py", line 143, in showtraceback | |
lines = traceback.format_exception(ei[0], ei[1], last_tb.tb_next) | |
File "/usr/lib/python3.6/traceback.py", line 117, in format_exception | |
type(value), value, tb, limit=limit).format(chain=chain)) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
File "/usr/lib/python3.6/traceback.py", line 486, in __init__ | |
_seen=_seen) | |
[Previous line repeated 243 more times] | |
File "/usr/lib/python3.6/traceback.py", line 480, in __init__ | |
type(exc_value.__context__), | |
RecursionError: maximum recursion depth exceeded while calling a Python object | |
cykooz@cykooz-nb:~/Work/backend$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment