Re: [SPAM: 3.000] Re: [pygame] recommendation for a good n00b IDE

2008-10-08 Thread pymike
lol On Wed, Oct 8, 2008 at 6:05 AM, Knapp <[EMAIL PROTECTED]> wrote: > Sorry, country! > -- > Douglas E Knapp > > http://sf-journey-creations.wikispot.org/Front_Page > -- - pymike "Stop loling into a false sense of hilarity"

Re: [SPAM: 3.000] Re: [pygame] recommendation for a good n00b IDE

2008-10-08 Thread Knapp
Sorry, country! -- Douglas E Knapp http://sf-journey-creations.wikispot.org/Front_Page

Re: [SPAM: 3.000] Re: [pygame] recommendation for a good n00b IDE

2008-10-08 Thread Knapp
On Wed, Oct 8, 2008 at 12:50 PM, Greg Ewing <[EMAIL PROTECTED]> wrote: > Jake b wrote: > >> It comes on windows vista, but you can (legally) get it on winXP. ( >> Looks like it'll work on ubuntu too, but haven't tried it. ) > > According to the notice on the Microsoft page, you can only > use the f

Re: [SPAM: 3.000] Re: [pygame] recommendation for a good n00b IDE

2008-10-08 Thread Greg Ewing
Jake b wrote: It comes on windows vista, but you can (legally) get it on winXP. ( Looks like it'll work on ubuntu too, but haven't tried it. ) According to the notice on the Microsoft page, you can only use the fonts legally on a "device running a Microsoft Windows operating system". -- Greg

Re: [pygame] recommendation for a good n00b IDE

2008-10-07 Thread Wayne Koorts
> > When given a choice, I use vim on Linux or OS X. When on Windows, > though, I also use Notepad++. I've been pleased with it... > Since the discussion has changed to text editors, I'll throw in a recommendation for jEdit(.org). It's Java-based and runs nicely on both Windows and (Ubuntu on w

Re: [pygame] recommendation for a good n00b IDE

2008-10-07 Thread Jake b
(related to IDE's) I have switched to using the monospace font "Consolas" over the other mono fonts. ( It's easy for me to read, and also has the best contrast of normal to bolded text ) It comes on windows vista, but you can (legally) get it on winXP. ( Looks like it'll work on ubuntu too, but h

Re: [pygame] recommendation for a good n00b IDE

2008-10-07 Thread Brad Montgomery
When given a choice, I use vim on Linux or OS X. When on Windows, though, I also use Notepad++. I've been pleased with it... Another option for any OS X users is Smultron. http://smultron.sourceforge.net/ None of these are technically IDEs, but in general, I prefer a good [source code] text ed

Re: [pygame] recommendation for a good n00b IDE

2008-10-07 Thread Lenard Lindstrom
kschnee wrote: On Mon, 6 Oct 2008 08:37:52 -0500, pymike <[EMAIL PROTECTED]> wrote: You said C++ on a python list! You must die!* *just kidding ;) Not at all! There's no need in Python to use destructors. 8) I just use IDLE, which has automatic tab-formatting, color-coding, a class br

Re: [pygame] recommendation for a good n00b IDE

2008-10-07 Thread kschnee
On Mon, 6 Oct 2008 08:37:52 -0500, pymike <[EMAIL PROTECTED]> wrote: > You said C++ on a python list! You must die!* > *just kidding ;) Not at all! There's no need in Python to use destructors. 8) I just use IDLE, which has automatic tab-formatting, color-coding, a class browser, and a "Run" key.

Re: [pygame] recommendation for a good n00b IDE

2008-10-06 Thread pymike
I've actually used code::blocks for C++ before... it was quite nice. I prefer geany on ubuntu though. On Mon, Oct 6, 2008 at 8:37 AM, pymike <[EMAIL PROTECTED]> wrote: > You said C++ on a python list! You must die!* > *just kidding ;) > > On Mon, Oct 6, 2008 at 12:22 AM, Jake b <[EMAIL PROTECTED]

Re: [pygame] recommendation for a good n00b IDE

2008-10-06 Thread pymike
You said C++ on a python list! You must die!* *just kidding ;) On Mon, Oct 6, 2008 at 12:22 AM, Jake b <[EMAIL PROTECTED]> wrote: > I'm going to try it out. > > Just checked and Geany uses Scintilla ( Which is the text widget of Scite). > > @all There's others if anyone likes Scite, but wants an

Re: [pygame] recommendation for a good n00b IDE

2008-10-05 Thread Jake b
I'm going to try it out. Just checked and Geany uses Scintilla ( Which is the text widget of Scite). @all There's others if anyone likes Scite, but wants an IDE. Here's a listing of programs that use Scintilla: http://www.scintilla.org/ScintillaRelated.html @yanom Because scite is not an IDE, li

Re: [pygame] recommendation for a good n00b IDE

2008-10-05 Thread Patrick Mullen
On Sun, Oct 5, 2008 at 9:48 AM, yanom @linuxmail.org <[EMAIL PROTECTED]> wrote: > both scite and geany are terrible for python, in my opinion. I keep coming back to SciTE myself after trying just about everything else. I use vim occasionally, but SciTE tends to get out of my way the most. How is

Re: [pygame] recommendation for a good n00b IDE

2008-10-05 Thread yanom @linuxmail.org
both scite and geany are terrible for python, in my opinion. > - Original Message - > From: pymike <[EMAIL PROTECTED]> > To: pygame-users@seul.org > Subject: Re: [pygame] recommendation for a good n00b IDE > Date: Sat, 4 Oct 2008 17:54:27 -0500 > > > Gean

Re: [pygame] recommendation for a good n00b IDE

2008-10-04 Thread pymike
Geany! Geany! Rah rah rah! On Sat, Oct 4, 2008 at 4:41 PM, Jake b <[EMAIL PROTECTED]> wrote: > I *love* Scite. > -- > Jake > -- - pymike "Stop loling into a false sense of hilarity"

Re: [pygame] recommendation for a good n00b IDE

2008-10-04 Thread Jake b
I *love* Scite. -- Jake

Re: [pygame] recommendation for a good n00b IDE

2008-10-04 Thread Łukasz Posadowski
Dnia 2008-10-03, pią o godzinie 17:00 -0700, Sean Wolfe pisze: > > > Hey folks, how goes it? I'm new to python and pygame. I have a > question for you regarding IDEs. This will be a lng thread. -- Łukasz Posadowski MAIL: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Nathan Whitehead
On Fri, Oct 3, 2008 at 5:35 PM, pymike <[EMAIL PROTECTED]> wrote: > Geany is similar to SCiTE, but preferences are more easily edited. Geany is > by far the best IDE for Ubuntu (and I've tried a TON) Just tried this, Geany rules! Thanks for mentioning it. Geany also handles pygame hangups nicely

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread bhaaluu
I use 'vim' as an IDE. Here is my .vimrc: " .vimrc " " Created by Jeff Elkner 23 January 2006 " Last modified 2 February 2006 " " Turn on syntax highlighting and autoindenting syntax enable filetype indent on " set autoindent width to 4 spaces (see " http://www.vim.org/tips/tip.php?tip_id=83) set

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread yanom @linuxmail.org
- Original Message - > From: "Sean Wolfe" <[EMAIL PROTECTED]> > To: pygame-users@seul.org > Subject: [pygame] recommendation for a good n00b IDE > Date: Fri, 3 Oct 2008 17:00:18 -0700 > > > > > Hey folks, how goes it? I'm new to python and pygame. I hav

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Nicholas Dudfield
Eric IDE has been available on windows for free since the licensing change of the underlying Py/Qt framework. I'm not sure it fits the minimalist bill though. If you truly are new to python then you may not be aware of IPython, an extended python shell, part of a lot of people's "integrated de

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Sean Wolfe
___ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Wolfe Sent: Friday, October 03, 2008 5:00 PM To: pygame-users@seul.org Subject: [pygame] recommendation for a good n00b IDE Hey folks, how goes it? I'm new to python and pygame. I have a question for you regardin

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Nathan Whitehead
On Fri, Oct 3, 2008 at 5:00 PM, Sean Wolfe <[EMAIL PROTECTED]> wrote: > So. . . . any recommendations for a good n00b IDE? I really like IDLE's > stripped down no-frills approach. Also, I need to be able to set a > white-on-black color scheme. . . much easier on the eyes. Emacs is what I use. Wor

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread pymike
Geany is similar to SCiTE, but preferences are more easily edited. Geany is by far the best IDE for Ubuntu (and I've tried a TON) On Fri, Oct 3, 2008 at 7:14 PM, James Paige <[EMAIL PROTECTED]> wrote: > On Fri, Oct 03, 2008 at 05:00:18PM -0700, Sean Wolfe wrote: > >Hey folks, how goes it? I'm

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread James Paige
On Fri, Oct 03, 2008 at 05:00:18PM -0700, Sean Wolfe wrote: >Hey folks, how goes it? I'm new to python and pygame. I have a question >for you regarding IDEs. > >I have been using IDLE so far, what came with python 2.5, and I like its >simple stripped down approach. However I am get

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Ian Mallett
I pretty much exclusively use IDLE. I realize I'm a minority here--but I like IDEs which tell you what goes wrong and don't have too many fancy tools or debuggers to fuss with.

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Wayne Koorts
> > So. . . . any recommendations for a good n00b IDE? I really like IDLE's > stripped down no-frills approach. Also, I need to be able to set a > white-on-black color scheme. . . much easier on the eyes. > Since you haven't specified what platform you are working on I will recommend options on wha

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread pymike
Geany is the best IDE I've ever used. It has support for Python, C++... and some others but I don't recall them right off the bat. http://geany.org/ HTH On Fri, Oct 3, 2008 at 7:00 PM, Sean Wolfe <[EMAIL PROTECTED]> wrote: > > > Hey folks, how goes it? I'm new to python and pygame. I have a que

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread Emmanuel Kanter
Sean Wolfe wrote: Hey folks, how goes it? I'm new to python and pygame. I have a question for you regarding IDEs. I have been using IDLE so far, what came with python 2.5, and I like its simple stripped down approach. However I am getting a bit frustrated with what seems to be a bug with t

[pygame] recommendation for a good n00b IDE

2008-10-03 Thread Sean Wolfe
Hey folks, how goes it? I'm new to python and pygame. I have a question for you regarding IDEs. I have been using IDLE so far, what came with python 2.5, and I like its simple stripped down approach. However I am getting a bit frustrated with what seems to be a bug with the 'Run Module' feature