-
-
Notifications
You must be signed in to change notification settings - Fork 278
Port python bindings to python3 #68
Copy link
Copy link
Closed
Labels
thesisThis issue could be a student thesis / project, i.e. it has some scientific value and a certain sizeThis issue could be a student thesis / project, i.e. it has some scientific value and a certain size
Description
Should be rather easy. However, python2 and 3 adaptors should coexist. With some from __future__ calls they may even share the same code.
% python3 setup.py build_ext --inplace
File "setup.py", line 11
print "ERROR: PRECICE_ROOT not defined!"
^
SyntaxError: Missing parentheses in call to 'print'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
thesisThis issue could be a student thesis / project, i.e. it has some scientific value and a certain sizeThis issue could be a student thesis / project, i.e. it has some scientific value and a certain size