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
--
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,
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
; 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
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
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
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
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
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
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
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
>
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
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
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.
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
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]>
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
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
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
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
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
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
22 matches
Mail list logo