Skip to content

Instantly share code, notes, and snippets.

@Strazzom
Created July 6, 2018 01:18
Show Gist options
  • Save Strazzom/8e13f1dc907bb9c6a6c70306eb7132ee to your computer and use it in GitHub Desktop.
Save Strazzom/8e13f1dc907bb9c6a6c70306eb7132ee to your computer and use it in GitHub Desktop.
root@edf6ac62919d:/opt/pupy/pupy# ./pupygen.py -h
No handlers could be found for logger "pupy.network.pss"
Traceback (most recent call last):
File "./pupygen.py", line 14, in <module>
from pupylib.utils.network import get_listener_ip, get_listener_port
File "/opt/pupy/pupy/pupylib/__init__.py", line 19, in <module>
from PupyCmd import *
File "/opt/pupy/pupy/pupylib/PupyCmd.py", line 36, in <module>
from network.lib.base_launcher import LauncherError
File "/opt/pupy/pupy/network/lib/base_launcher.py", line 15, in <module>
import network.conf
File "/opt/pupy/pupy/network/conf.py", line 9, in <module>
from .lib.launchers.connect import ConnectLauncher
File "/opt/pupy/pupy/network/lib/launchers/connect.py", line 13, in <module>
from ..base_launcher import *
AttributeError: 'module' object has no attribute 'LauncherError'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment