Opened 3 years ago
#853 new bug
Python3 support for the python modules
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-2-0 and higher |
Component: | dontKnow | Version: | 4-1-2 |
Keywords: | Cc: |
Description
There are a few build issues if building with --with-python=$PYTHON3_PATH
that should be mostly trivial to fix.
In the source code it should be basically fixing the 'print' calls, as in python2 one can write:
print 1, 2
while in python 3 need to enclose the arguments in parenthesis.
Note: See
TracTickets for help on using
tickets.