cat >> /usr/lib64/python2.7/site-packages/natsorted.py <<- EOF def xmas(): pass EOF Fire up ipython from natsorted import * doesn't work.
Your scenario in comment 1 works fine for me.
did you use python or ipython?
Normal python. Does it just fail in ipython for you?
$ ipython -c "from natsorted import *;" This Python implementation (python2.7) is not supported by the script. An exception has occurred, use %tb to see the full traceback. SystemExit: 127 To exit: use 'exit', 'quit', or Ctrl-D.
normal python is fine
This happens with every py script controlled by python-exec.
right; see bottle bug 474874. Common theme here?
(In reply to Ian Delaney from comment #7) > right; see bottle bug 474874. Common theme here? Look like.