Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #23011

Closed (moved)
Open
Opened Jul 23, 2017 by Samdney@Samdney

Update leekspin's requirements.txt

In a fresh python2 virtualenv enviroment, I cloned and installed leekspin and the requirements with "pip install -r requirements.txt". After running "leekspin -n 20" I received the following error:

Code highlighting:
  {{{#!python  
Traceback (most recent call last):
  File "/mypath/python2env/bin/leekspin", line 37, in <module>
    from leekspin import generator
  File "/mypath/python2env/lib/python2.7/site-packages/leekspin/generator.py", line 27, in <module>
    import OpenSSL
  File "/mypath/python2env/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
  File "/mypath/python2env/lib/python2.7/site-packages/OpenSSL/SSL.py", line 105, in <module>
    SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
  }}}

I changed in "requirements.txt" the entry PyOpenSSL==0.14 to PyOpenSSL==16.2.0

Now it works fine :)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#23011