Skip to content

Instantly share code, notes, and snippets.

@MichelleGlauser
Created May 9, 2014 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichelleGlauser/c0225076561f7e5d9946 to your computer and use it in GitHub Desktop.
Save MichelleGlauser/c0225076561f7e5d9946 to your computer and use it in GitHub Desktop.
Error after quitting local server
^CTraceback (most recent call last):
File "/Users/michelleglauser/.virtualenvs/venv/bin/envdir", line 8, in <module>
load_entry_point('envdir==0.6.1', 'console_scripts', 'envdir')()
File "/Users/michelleglauser/.virtualenvs/venv/lib/python2.7/site-packages/envdir/__init__.py", line 14, in run
go(runner.run, *args)
File "/Users/michelleglauser/.virtualenvs/venv/lib/python2.7/site-packages/envdir/__main__.py", line 12, in go
caller(args[0], *args[1:])
File "/Users/michelleglauser/.virtualenvs/venv/lib/python2.7/site-packages/envdir/runner.py", line 123, in run
self.terminate()
File "/Users/michelleglauser/.virtualenvs/venv/lib/python2.7/site-packages/envdir/runner.py", line 131, in terminate
self.quit(signal.SIGKILL)
File "/Users/michelleglauser/.virtualenvs/venv/lib/python2.7/site-packages/envdir/runner.py", line 135, in quit
proc_pgid = os.getpgid(self.process.pid)
OSError: [Errno 3] No such process
@MichelleGlauser
Copy link
Author

This is actually a bug in envdir and causes no problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment