I try to build dupeGuru (http://www.hardcoded.net/dupeguru/).
It seems to request python 3.
- Code: Select all
ImportError: No module named builtins/code]
I have python 2 and 3 installed, but 2 is the default one and I wouldn't make the 3 as default:
[code]python -V
Python 2.7.2
How could it be done?
Thank you.


