Skip to content

Port python bindings to python3 #68

@floli

Description

@floli

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'

Metadata

Metadata

Labels

thesisThis issue could be a student thesis / project, i.e. it has some scientific value and a certain size

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions