Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. ➜ netzob git:(master) ✗ python3.5 setup.py test
  2. running test
  3. Warning: FastBinaryTree not available, using Python version BinaryTree.
  4. Warning: FastAVLTree not available, using Python version AVLTree.
  5. Warning: FastRBTree not available, using Python version RBTree.
  6. Traceback (most recent call last):
  7. File "setup.py", line 255, in <module>
  8. cmdclass=CMD_CLASS,
  9. File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
  10. dist.run_commands()
  11. File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
  12. self.run_command(cmd)
  13. File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
  14. cmd_obj.run()
  15. File "/home/warsang/netzob/resources/sdist/test_command.py", line 72, in run
  16. from test_netzob import suite_global
  17. File "test/src/test_netzob/suite_global.py", line 38, in <module>
  18. from test_netzob import suite_Common
  19. File "test/src/test_netzob/suite_Common.py", line 33, in <module>
  20. from test_netzob.test_Common import suite_Type, suite_Functions, test_Field
  21. File "test/src/test_netzob/test_Common/test_Field.py", line 43, in <module>
  22. from netzob.all import *
  23. File "src/netzob/all.py", line 35, in <module>
  24. from netzob.Inference.all import *
  25. File "src/netzob/Inference/all.py", line 33, in <module>
  26. from netzob.Inference.Vocabulary.all import *
  27. File "src/netzob/Inference/Vocabulary/all.py", line 33, in <module>
  28. from netzob.Inference.Vocabulary.Format import Format
  29. File "src/netzob/Inference/Vocabulary/Format.py", line 53, in <module>
  30. from netzob.Inference.Vocabulary.FormatOperations.FieldSplitAligned.FieldSplitAligned import FieldSplitAligned
  31. File "src/netzob/Inference/Vocabulary/FormatOperations/FieldSplitAligned/FieldSplitAligned.py", line 44, in <module>
  32. from netzob.Common.C_Extensions.WrapperArgsFactory import WrapperArgsFactory
  33. File "src/netzob/Common/C_Extensions/WrapperArgsFactory.py", line 34, in <module>
  34. from netzob import _libScoreComputation
  35. ImportError: cannot import name '_libScoreComputation'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement