Alexopenmind
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Cannot execute a python script with Python plugin in Intellij 11
Hi!Intellij IDEA: 11.1.2OS: Ubuntu 12.04I try to execute:--------#!/usr/bin/env python__author__ = 'alex'from datetime import datetimeprint "started at" , datetime.now()--------In console:--------C...