Export to GitHub

pynie - issue #5

Can't run setup.py or runtest.py directly on Linux


Posted on Apr 15, 2009 by Helpful Lion
  1. svn:executable isn't set for either file, so no exec bit in permissions
  2. setup.py uses DOS-style line endings (CR-LF) which prevents the shebang line from working properly

Comment #1

Posted on Apr 15, 2009 by Helpful Lion

(of course, python setup.py and python runtests.py work :)

Comment #2

Posted on Apr 17, 2009 by Happy Elephant

Fixed. Thank you.

Status: Fixed

Labels:
Type-Defect Priority-Medium