Re: checking if two things do not equal None

2014-03-31 Thread Abe
> I couldn't see anyone else give this, but I like > if None not in (a, b): I did. > I am now considering: > if None not in (a,b): > or > if (a is not None) and (b is not None): However, I decided to just turn the two parameters into one (sequence), since they were logically grouped anyhow.

Is there a way to load multiple wxhtmlwindow at the same time?

2009-11-17 Thread Abe
he current page? thanks! - Abe PS - If the answer involves threading, can you please point me to some resources on threading in wx? I know the basics of GUI programming in wx and threading in python, but I have no idea how to put them together. -- http://mail.python.org/mailman/listinfo/python-list

Re: Compiling and transporting modules/libraries in python

2009-06-04 Thread Abe
alex23 - Thanks for the tips. I'm using portable python and it's working great so far. I'll come back and try virtualenv if I get stuck again. - Abe -- http://mail.python.org/mailman/listinfo/python-list

Compiling and transporting modules/libraries in python

2009-05-30 Thread Abe
in a university computer lab, but I don't have the administrative rights to install libraries on the lab computers. It would be really nice if there were a way I could put, say, all of numpy into a file "my_numpy.pyc" and treat it as a single (large) module. thanks -Abe PS - I

Re: (was Re: Xah's Edu Corner: Criticism vs Constructive Criticism)

2006-04-28 Thread Takehiko Abe
> > > > Wake up, people ! You are not the victims, you are the problem. Shut up, > > > > /please/. > > > > > > Cannot agree more! > > > > > > Wake up, people ! You are not the victims, you are the problem. Shut up, > > > /please/. > > > > Wholeheartedly agree! > > > > Wake up, people ! You

Re: Python IDE

2004-12-16 Thread Abe Mathews
On 15 Dec 2004 12:18:15 -0800, fuzzylollipop <[EMAIL PROTECTED]> wrote: > TruStudio for Eclipse is nice for those everything must be free > socialists. -OR- - Those who are new to python, more comfortable in an IDE, and want a Python-enabled IDE that they can use without having to pay now - Thos

Re: newsgroups

2004-12-12 Thread Abe Mathews
romising, delete the rest. I've yet to use more than 6% of the total allowed space. Abe Mathews On Sun, 12 Dec 2004 19:52:10 -0500, Francis Lavoie <[EMAIL PROTECTED]> wrote: > Egor Bolonev wrote: > > > On Sun, 12 Dec 2004 14:57:50 -0500, Francis Lavoie <[EMAIL P

Re: The python2.4 IDLE can't be lanuched.

2004-12-06 Thread Abe Mathews
can make the same failure occur. Abe Mathews On Mon, 06 Dec 2004 11:28:56 -0500, Brian Beck <[EMAIL PROTECTED]> wrote: > Brian Beck wrote: > > I have the exact same problem. The IDLE window just never opens, and > > checking the process list shows that is was never even lau

Re: [Python-Help] Programming help

2004-12-05 Thread Abe Mathews
I guess I don't understand what "freq" is doing. However, you could do something like: num_list = [] while len(num_list) < count: number = input("Enter a number:") num_list.append(number) print num_list That may give you what you're looking for to prin

Re: some pointers for a newbie

2004-12-05 Thread Abe Mathews
f digging, but I'm coming to the conclusion that OS X is the OS I've been looking for for a while. Good luck with your searching. Abe Mathews -- http://mail.python.org/mailman/listinfo/python-list