Re: Writing TGA image files?

2007-06-29 Thread Campbell Barton
Ben Finney wrote: > "Adam Pletcher" <[EMAIL PROTECTED]> writes: > >> Does anyone have Python code for writing Targa (TGA) image files? > > Please post your question as a new message, instead of a reply to an > existing thread that has nothing to do with the question you're > asking. Otherwise you

Python/C API sig - New Mailing List

2007-06-29 Thread Campbell Barton
Hi, a new mailing list has been started to discuss and get help with using the Python/C api. All the other lists were either about programming with Python or developing the core of Python. If your working on a project that uses Pythons C/API you may be interested in joining this list. http://

Re: Tiny/small/minimalist Python?

2007-07-01 Thread Campbell Barton
Cameron Laird wrote: > In article <[EMAIL PROTECTED]>, > rtk <[EMAIL PROTECTED]> wrote: >> I'm looking for information on building a tiny/small/minimalist/ >> vanilla python interpreter. One that implements the core language and >> a few of the key modules but isn't tied to any specific operating

Re: Best programs written completly in Python

2007-08-05 Thread Campbell Barton
O.R.Senthil Kumaran wrote: > * Franz Steinh?usler <[EMAIL PROTECTED]> [2007-08-05 12:14:38]: > >> wWhat are the best programs in your opinion, written entirly >> in pyhton, divided into categories like: >> a) Games >> b) Utilities/System >> c) Office >> d) Web/Newsreader/Mail/Browser > > Its a di

Re: Deleting objects on the fly

2007-08-10 Thread Campbell Barton
Michele Simionato wrote: > On Aug 10, 2:25 am, Godzilla <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I wish to know whether I should delete objects created on the fly via >> the "del obj" statement. I noticed the RAM usage increased whenever >> the application is being run for a long time. I am creat

Re: list index()

2007-09-04 Thread Campbell Barton
Jason wrote: > On Aug 30, 1:27 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >> On Thu, 30 Aug 2007 17:09:36 +1000, Ben Finney wrote: >>> [EMAIL PROTECTED] writes: What's with the index() function of lists throwing an exception on not found? >>> It's letting you know that the it