Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. awal@bookstro:~/Documents/experiments/pythonFun/pkgin/pypi2deb$ ./py2dsp ../nlm/
  2. W: py2dsp client_reqrep:707: Attempt to decode JSON with unexpected mimetype: text/html
  3. W: py2dsp pypi:54: cannot download ../nlm/ None details from PyPI: ValueError('Expecting value: line 2 column 1 (char 1)',)
  4. Traceback (most recent call last):
  5. File "./py2dsp", line 136, in <module>
  6. loop.run_until_complete(main(args))
  7. File "/usr/lib/python3.4/asyncio/base_events.py", line 316, in run_until_complete
  8. return future.result()
  9. File "/usr/lib/python3.4/asyncio/futures.py", line 275, in result
  10. raise self._exception
  11. File "/usr/lib/python3.4/asyncio/tasks.py", line 236, in _step
  12. result = coro.send(value)
  13. File "./py2dsp", line 73, in main
  14. yield from debianize(dpath, ctx, args.profile)
  15. File "/home/awal/Documents/experiments/pythonFun/pkgin/pypi2deb/pypi2deb/debianize.py", line 81, in debianize
  16. override_fpath = join(OVERRIDES_PATH, ctx['name'].lower(), 'ctx.json')
  17. KeyError: 'name'
  18. Exception ignored in:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement