Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Extracting mailman-3.0.0b6-py3.4.egg to /usr/local/lib/python3.4/dist-packages
  2. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/show_config.py", line 87
  3. print '%s = """%s"""' %(name, value)
  4. ^
  5. SyntaxError: invalid syntax
  6.  
  7. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/disabled.py", line 144
  8. if mlist.getDeliveryStatus(member) <> MemberAdaptor.ENABLED:
  9. ^
  10. SyntaxError: invalid syntax
  11.  
  12. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/list_owners.py", line 76
  13. print listname
  14. ^
  15. SyntaxError: invalid syntax
  16.  
  17. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/export.py", line 72
  18. if s <> '\n':
  19. ^
  20. SyntaxError: invalid syntax
  21.  
  22. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/gate_news.py", line 117
  23. if value <> 'x-beenthere':
  24. ^
  25. SyntaxError: invalid syntax
  26.  
  27. File "/usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg/mailman/bin/find_member.py", line 85
  28. print _('No lists to search')
  29. ^
  30. SyntaxError: invalid syntax
  31.  
  32. mailman 3.0.0b6 is already the active version in easy-install.pth
  33. Installing runner script to /usr/local/bin
  34. Installing mailman script to /usr/local/bin
  35. Installing onebounce script to /usr/local/bin
  36. Installing master script to /usr/local/bin
  37. Installed /usr/local/lib/python3.4/dist-packages/mailman-3.0.0b6-py3.4.egg
  38. Processing dependencies for mailman==3.0.0b6
  39. Searching for zope.interface
  40. Reading https://pypi.python.org/simple/zope.interface/
  41. Download error on https://pypi.python.org/simple/zope.interface/: [Errno 111] Connection refused -- Some packages may not be found!
  42. Couldn't find index page for 'zope.interface' (maybe misspelled?)
  43. Scanning index of all packages (this may take a while)
  44. Reading https://pypi.python.org/simple/
  45. Download error on https://pypi.python.org/simple/: [Errno 111] Connection refused -- Some packages may not be found!
  46. No local packages or download links found for zope.interface
  47. error: Could not find suitable distribution for Requirement.parse('zope.interface')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement