Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21917 > unrolled thread

Eclipse, C, and Python

Started byRichard Medina Calderon <medina.rc@gmail.com>
First post2012-03-19 23:00 -0700
Last post2012-03-20 13:54 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Eclipse, C, and Python Richard Medina Calderon <medina.rc@gmail.com> - 2012-03-19 23:00 -0700
    Re: Eclipse, C, and Python "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2012-03-20 10:19 +0000
    Re: Eclipse, C, and Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-20 13:54 +0000

#21917 — Eclipse, C, and Python

FromRichard Medina Calderon <medina.rc@gmail.com>
Date2012-03-19 23:00 -0700
SubjectEclipse, C, and Python
Message-ID<6023956.2302.1332223250728.JavaMail.geo-discussion-forums@ynlp3>
Hello Forum. I have installed Python comnpiler in Eclipse Classic for Windows.
After a while I have installed the C compiler. However, somehow now when I try to run my code in Python it shows me for default Ant

Run -->Ant Build

I switched my workspace but still. Do you know how to solve this?..

Thanks

[toc] | [next] | [standalone]


#21923

From"Martin P. Hellwig" <martin.hellwig@gmail.com>
Date2012-03-20 10:19 +0000
Message-ID<jk9ljj$l27$1@dont-email.me>
In reply to#21917
On 20/03/2012 06:00, Richard Medina Calderon wrote:
> Hello Forum. I have installed Python comnpiler in Eclipse Classic for Windows.
> After a while I have installed the C compiler. However, somehow now when I try to run my code in Python it shows me for default Ant
>
> Run -->Ant Build
>
> I switched my workspace but still. Do you know how to solve this?..
>
> Thanks

You might want to install the PyDev plugin and switch to that 
perspective (after configuring it).

Cheers,

MArtin

[toc] | [prev] | [next] | [standalone]


#21930

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2012-03-20 13:54 +0000
Message-ID<4f688c25$0$29981$c3e8da3$5496439d@news.astraweb.com>
In reply to#21917
On Mon, 19 Mar 2012 23:00:50 -0700, Richard Medina Calderon wrote:

> Hello Forum. I have installed Python comnpiler in Eclipse Classic for
> Windows. After a while I have installed the C compiler. However, somehow
> now when I try to run my code in Python it shows me for default Ant
> 
> Run -->Ant Build
> 
> I switched my workspace but still. Do you know how to solve this?..

This is an Eclipse problem, not a Python problem. Most people here don't 
use Eclipse. You might have better luck asking on a forum for Eclipse.


-- 
Steven

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web