LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   running "hello world" in kdevelop (https://www.linuxquestions.org/questions/linux-software-2/running-hello-world-in-kdevelop-4175520924/)

validator456 10-03-2014 01:56 AM

running "hello world" in kdevelop
 
1 Attachment(s)
I have a problem configuring Kdevelop. This is the code I use:
Code:

print "hello world"
Result: Starting: /usr/bin/python2.7 and it hangs there.

This is embarassing. The same command works in the terminal. But not in Kdevelop. These are the configuration-options:

Attachment 16557

I hope you can help me out here.

rigor 10-03-2014 05:16 PM

Hi validator456!


I could be misinterpreting something about your situation, but you appear to be trying to use a Python program as a "native application".

I rather thought in KDevelop terms, a native application was something such a compiled C++ program.

There is a Python plugin for KDevelop.

You might want to try that.


HTH.

validator456 10-04-2014 12:38 PM

Thank you, rigor.


All times are GMT -5. The time now is 04:29 AM.