Opened 2 years ago
Last modified 2 years ago
#65782 assigned defect
openni requires Python 2
Reported by: | coditect (Nicholas Rawlings) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | openni |
Description
The Redist_OpenNi.py
script cannot be run by Python 3 because it uses an older, parenthesis-less syntax for print()
. The port should either specify python27 as a build dependency or patch this script when being run on a system that uses Python 3.
Attachments (1)
Change History (3)
Changed 2 years ago by coditect (Nicholas Rawlings)
comment:1 Changed 2 years ago by coditect (Nicholas Rawlings)
Version: | → 2.7.2 |
---|
comment:2 Changed 2 years ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.