Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial module missing #82

Closed
zachriggle opened this issue Aug 14, 2014 · 2 comments
Closed

serial module missing #82

zachriggle opened this issue Aug 14, 2014 · 2 comments
Labels
Milestone

Comments

@zachriggle
Copy link
Member

/home/user/pwntools/pwnlib/tubes/serialtube.py in <module>()
      1 from .. import log, term
      2 from . import tube
----> 3 import serial, time, threading, sys
      4 
      5 class serialtube(tube.tube):

ImportError: No module named serial
@brifordwylie
Copy link
Contributor

In PR #80 :)

@TethysSvensson
Copy link
Contributor

Is Brian said, this is fixed in #80.

@zachriggle zachriggle added the bug label Dec 15, 2014
@zachriggle zachriggle added this to the 2.2 milestone Dec 15, 2014
Kyle-Kyle pushed a commit to Kyle-Kyle/pwntools that referenced this issue Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants