Re: Syntax

2005-11-26 Thread Terry Hancock
On Sat, 26 Nov 2005 20:54:49 -0800 Robert Kern <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > So, two options: > > > > from os import * > > import os > > One of these two ways you're not supposed to use for > > security reasons, but I'm spacing on which one. > > I don't think there ar

Re: Which License Should I Use?

2005-11-26 Thread [EMAIL PROTECTED]
First thing first, you need to find out if you are an "employee", not in the normal sense, but legal sense. This directly affect the copyright issue, outside your "work hours". If you need their consent on take on other clients, that would be iffy. There are a number of things a court would look

interactive prompts

2005-11-26 Thread Michael Williams
Hi all, I'm having an issue with environment variables and spawned commands. Specifically, I'm using "eval `ssh-agent`" and "ssh-add". My question is, how do I force the environmental variables set by one 'popen' or 'pexpect' to propagate throughout the entire Python session so that any

Re: SOAP - Beginner Desperately looking for Help

2005-11-26 Thread Rodney Garland
Thanks :-) "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> I wanted to attach these - however, taht didn't work for NNTP, so I mail >> them to you. > > Didn't work - my mail server won't let me send these to you. So you're on > your own here. Shouldn't be too

Re: New docs for set elements/dictionary keys (Was: Why is dictionary.keys() a list and not a set?)

2005-11-26 Thread Martin v. Löwis
Mike Meyer wrote: > Personally, I think we'd be better off to come up with a term for this > property that doesn't have a commonly understood meaning that has such > broad areas of disagreement with the property. I've been using > "hashable", which I would currently define as "has a __hash__ method

<    1   2