Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Cannot execute a python script with Python plugin in Intellij 11

$
0
0

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.


Viewing all articles
Browse latest Browse all 5661

Trending Articles