Hi!
Intellij IDEA: 11.1.2
OS: Ubuntu 12.04
I try to execute:
--------
#!/usr/bin/env python
__author__ = 'alex'
from datetime import datetime
print "started at" , datetime.now()
--------
In console:
--------
Compilation completed with 1 error and 0 warnings
Cannot determine version for JDK Python 2.7.3 (/usr/bin/python).
Update JDK configuration.
--------
Project and module SDK are setup.
Do you have any idea how to fix it?
Thank you.
Rgds // A.