upcxx-run fails on mac air laptop

Issue #110 resolved
Scott Baden created an issue

No description provided.

Comments (8)

  1. Scott Baden reporter

    pcxx-run 2 ./rb1d-basic File "/Users/baden/bin/upcxx-run", line 81 print '\nError: ' + err ^ SyntaxError: Missing parentheses in call to 'print'Link Text

    Python:

    Python 3.6.0 |Anaconda 4.3.1 (x86_64)| (default, Dec 23 2016, 13:19:00) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin

  2. Steven Hofmeyr

    The script was written for python 2, and you're using python 3. But, rather than constrain the user, it is best to change this to work in both versions, which should be straightforward since it is only the print statement that is the problem.

  3. Log in to comment