Python 3 in ROS indigo
I have a script in python 3, it reads data from a serial port, do some processing and return some integer and float values. This script manipulates bytes in a way that it will be time consuming for me to adapt it to python2. Is there a way to run python3 script in ROS Indigo? I dont use any ros package in python, only external libraries like pyserial.
I try to install python3-pkg, but the package remove many(if not all) of my ros packages and do not install any substitutes.
Thanks,
Iuro Nascimento