Skip to content

Conversation

@warrickball
Copy link

I recently installed ESTER successfully using the instructions in the top-level INSTALL file, i.e. in the ESTER folder,

$ ./bootstrap
$ ./configure --prefix=~/.local LIBS="-lpython3.10"
$ make -j 4
$ make install

worked.

I then noticed that the ester-check-models script returned syntax errors because there weren't parentheses in some of the print statements, which are required for Python 3. e.g.,

$ ester-check-models
  File "/home/wball/.local/bin/ester-check-models", line 138
    print "[Failed]"
    ^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I think I correctly inferred how the ester-check-models script is generated and have modified that file to include the missing parentheses.

The Wiki says I should open the PR against dev, rather than master, but master has been updated more recently and the Wiki was last modified in 2015. I'm happy to change the target to dev.

@rieutord
Copy link
Member

rieutord commented Mar 22, 2022 via email

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants