Re: Microsoft Hatred FAQ

2005-10-16 Thread Ten
bridge today. Thanks for once again polluting the threads with incoherent, unhelpful, off-topic flamebait. The extra 9 squillion posts in a thread you clearly had no intention of participating in must really have made your day. Downloading them has not, as you might gather, made mine :P --

Re: Cheapest pocket device to code python on

2005-11-26 Thread Ten
On Friday 04 November 2005 03:55, [EMAIL PROTECTED] wrote: > What is the cheapest/affordable pocket device that I can code python > on? I think the closest I have seen is pocketpc from this page: > > http://www.murkworks.com/Research/Python/PocketPCPython/Overview Depends what you're using it for,

Re: Configuring IDLE on Linux

2006-07-15 Thread Ten
in advance, > Kiran Satya You need to install python's tkinter functionality separately in some RPM-based distros (suse and redhat off the top of my head). Search your package repository for the package called python-tkinter (it may be named slightly differently on redhat - ie: python_t

Re: send an email with picture/rich text format in the body

2006-05-28 Thread Ten
; spam, > thanks Ahah - a slightly different thing to what I thought you were after. I'd looked at "every one who open the email will see the picture" and discounted html mail. Glad you got what you wanted done, done. Ten. -- There are 10 types of people in this world, thos

Re: Fancy GUI with Python

2006-05-28 Thread Ten
ible) > > thanks > ms > > *AFT = about freakin' time Unless I'm missing something (I haven't examined it exhaustively), everything therein seems quite easily doable using python and Qt. I'd check it out. Ten -- There are 10 types of people in this world, those who understand binary, and those who don't. -- http://mail.python.org/mailman/listinfo/python-list

Re: send an email with picture/rich text format in the body

2006-05-29 Thread Ten
On Monday 29 May 2006 11:28, Max M wrote: > Ben Finney wrote: > > "anya" <[EMAIL PROTECTED]> writes: > >>Acctualy there is a solution: > >>see http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/473810 > > > > Again, sending anything but plain text as the message body ensures > > that your mes

Re: saving settings

2006-05-31 Thread Ten
s absent, say on first run, per user, or if it's copied to a new machine. Just do it using whatever defaults are in the python file itself. Regards, Ten. -- There are 10 types of people in this world, those who understand binary, and those who don't. -- http://mail.python.org/mailman/listinfo/python-list

Re: John Bokma harassment

2006-05-31 Thread Ten
nce from the opposition, to wearing the appropriate hat, to not physically hitting your colleagues. To confuse that simple and civilised thing with some desire to *stifle* opinion or basic freedoms would be a little childish, wouldn't it? Isn't it just people wanting to use this r

Re: Python Help

2006-06-15 Thread Ten
eem to be successfully running python. Maybe if you let us know what you're trying to achieve other than that, it would be possible to help. Regards, Ten. PS: If you could manage it, sending plain text messages instead of html ones would be great. You'll notice html messages are

Re: Getting output from external programs...

2006-06-18 Thread Ten
On Sunday 18 June 2006 21:28, ph0b0s wrote: > Hi, > > i'm making an mp3 conversion program in Python, but am kind of stuck now. > The conversion routines work, using LAME, but now a i'm building a GUI >  with GLADE around it, and would like to be able to show LAME's output >  to the user in a

Re: Getting output from external programs...

2006-06-19 Thread Ten
On Monday 19 June 2006 03:44, Cameron Laird wrote: > In article <[EMAIL PROTECTED]>, > Ten <[EMAIL PROTECTED]> wrote: > > >You can do this in various ways, ranging from the very simple and not very > > good > > > >from commands import getoutput >

Re: Calling every method of an object from __init__

2006-06-20 Thread Ten
rint 'Argh!' def jackbenimble(self): print 'Freud!' y=bink() Argh! Freud! as well as being able to callall(anInstanceOfSomeOtherClass) ...with other objects if you're just so wild and rebellious that you don't care about errors, and laugh in the face of argumen

Re: a good programming text editor (not IDE)

2006-06-20 Thread Ten
les through other apps, a configurable dialog for each code snippet, etc.) that it's perfectly usable as a programming editor of the sort you're referring to. Still, before you decide to tell all the unix/vim/emacs/whatever users that they're a bunch of elitist swine, it might be

Re: wxPython GUI designer

2006-06-20 Thread Ten
ntic, it's just not true to say nothing better is available for python. Qtdesigner seems about on a par with the GUI design in Microsoft's Visual Studio software to me. Cheers, Ten -- There are 10 types of people in this world, those who understand binary, and those who don't.

Re: better Python IDE? Mimics Maya's script editor?

2006-06-22 Thread Ten
alleged to be steep, but it isn't that bad, I use it and I'm as dumb as a stump. It's a very good IDE for everyday use. :-) Good luck, Ten -- There are 10 types of people in this world, those who understand binary, and those who don't. -- http://mail.python.org/mailman/listinfo/python-list

Re: New to Python: Do we have the concept of Hash in Python?

2006-06-29 Thread Ten
On Friday 02 June 2006 13:07, Piet van Oostrum wrote: > > "A.M" <[EMAIL PROTECTED]> (AM) wrote: > > > >AM> This is my 1st day that I am seriously diving into Python and I have > >AM> to finish this application by the end of today. > > Are you serious? > -- > Piet van Oostrum <[EMAIL PROTECTED]>

Re: Swaying A Coder Away From Python

2006-05-06 Thread Ten
On Thursday 04 May 2006 12:57, Tim Williams wrote: > > (and why do you > > seem to think that this matters, btw ?) > > I actually think it is complete twaddle For my part, I have to agree with you on this one. In terms of any subjective to-and-fro'ing regarding the languages themselves I did s

Re: which windows python to use?

2006-05-11 Thread Ten
On Thursday 11 May 2006 13:38, Brian Blais wrote: > Hello, > > Are there any recommendations for which Windows python version to use? I'd > like to see a pros-and-cons description of each, given that different uses > might dictate different versions. The versions I know (and there are > surely mo

Re: Time to bundle PythonWin

2006-05-11 Thread Ten
On Thursday 11 May 2006 23:09, Dave Benjamin wrote: > Hey folks, > > Why is PythonWin (win32all) still a separate download from a third party? > Is it legal, technical, or what? I think it's about time it be part of the > standard distribution. > > There are many useful things that you ought to be

Re: send an email with picture/rich text format in the body

2006-05-14 Thread Ten
for you, you'll have to bite the bullet and use more orthodox techniques, methinks. (he says with an image in his headers) Ten -- There are 10 types of people in this world, those who understand binary, and those who don't. -- http://mail.python.org/mailman/listinfo/python-list

Re: copying files into one

2006-05-14 Thread Ten
d(1000) > if tx == "": break<<<<< > combined.write(tx) > infile.close()<<<<<<<<< > > # CODE 2 but this works fine > for line in infile: > combined.write(line) > infile.close() > > combined.close() Hope to help when you post back, Cheers, Ten -- There are 10 types of people in this world, those who understand binary, and those who don't. -- http://mail.python.org/mailman/listinfo/python-list

Re: do/while structure needed

2006-05-14 Thread Ten
ome kind of do/while type of idiom that I could > use? > > Thanks. while not comparison(original_set, trans_letters): random.shuffle(letters) trans_letters = ''.join(letters)[:len(original_set)] trans_table = string.maketrans(original_set, trans_letters) HTH, Ten -- Ther