On Nov 4, 10:59 am, sturlamolden <[EMAIL PROTECTED]> wrote:
> On Nov 4, 4:27 pm, "Andy O'Meara" <[EMAIL PROTECTED]> wrote:
>
> > People
> > in the scientific and academic communities have to understand that the
> > dynamics in commercial softwar
on. The only thing that sucks
is that I have a lot of other commitments right now, so I can't spend
the time on this that I'd like to. Once we have that API finalized,
I'll be able to start offering some bounties for filling in some of
its implementation. In any case,
On Nov 6, 8:25 am, sturlamolden <[EMAIL PROTECTED]> wrote:
> On Nov 5, 8:44 pm, "Andy O'Meara" <[EMAIL PROTECTED]> wrote:
>
> > In a few earlier posts, I went into details what's meant there:
>
> >http://groups.google.com/group/comp.lang.python
On Nov 6, 9:02 pm, sturlamolden <[EMAIL PROTECTED]> wrote:
> On Nov 7, 12:22 am, Walter Overby <[EMAIL PROTECTED]> wrote:
>
> > I read Andy to stipulate that the pipe needs to transmit "hundreds of
> > megs of data and/or thousands of data structure instance
entation on the site, but this article
explains it well:
http://json-template.googlecode.com/svn/trunk/doc/Introducing-JSON-Template.html
thanks,
Andy
--
http://mail.python.org/mailman/listinfo/python-list
I'm building Python tools to wrap up access to our Subversion / SVN
source control system. It's to run on my desktop (Cygwin under Windows
XP) and then later under Redhat.
Trying to install the pysvn module I'm running into problems getting
it to work under Cygwin. Works fine from a Windows comman
On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote:
> You need to build (and install) pysvn under Cygwin. The pre-built
> Windows version will not work under Cygwin.
Thanks. Presumably this same problem would affect anything that uses
a .pyd under Cygwin?
--
http://mail.python.org/mailman
indentation.
My own opinion on this, I think the indentation is probably one
biggest drawback which prevents wider Python acceptance. Indentation
makes all kinds of inlined code extremely clumsy or practically impossible
in Python. OK, I'll stop here, time to be called troll myself :(
Andy.
--
http://mail.python.org/mailman/listinfo/python-list
dd
here space/tabs controversy if it is not enough yet to confuse
poor physicist fellows :) I think that config file project was killed
later in favor of less restrictive format (I left the lab before that,
can't say for sure.)
Andy.
--
http://mail.python.org/mailman/listinfo/python-list
"Steve Holden" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Andy Salnikov wrote:
>> "Michael Tobis" <[EMAIL PROTECTED]> wrote in message
>> news:[EMAIL PROTECTED]
>>
>>>
>>>When you say &quo
os.system() is my friend.)
>
> mt
>
Actually os.system() is rather poor replacement for the shell's
capabilities, and it's _very_ low level, it's really a C-level code
wrapped in Python syntax. Anyway, to do something useful you need
to use all popen() stuff, and th
On Fri, 17 Mar 2006 11:22:06 +0100, Timo Stamm <[EMAIL PROTECTED]>
wrote:
>Xah's posting was properly encoded and will display fine in every decent
>newsreader.
Well mine killfiled it straight off, which I think is entirely proper
rendering for one of Xah Lee's kookery lessons.
--
http://mail.p
() # Print the exception
End of code **
I've tried all sorts of things, including having all kinds of
contortions with pads, subpads and so on. Nothing has worked, so any
help with this (so that the editor can be made to scroll the text) would
be very gratefully received. Man
Hi,
Does anyone have a link to, or can provide an example script for using
python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can
recommend an alternative, that would be fantastic.
Thanks!
Andy Dixon
--
http://mail.python.org/mailman/listinfo/python-list
"Diez B. Roggisch" wrote in message
news:7mv62nf3hp17...@mid.uni-berlin.de...
Andy dixon wrote:
Hi,
Does anyone have a link to, or can provide an example script for using
python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone
can
recommend an alternative, tha
lt of Py_CompileString in a static variable, however, the application does
sometimes restart the Python interpreter.
My question: is the PyCodeObject * returned from Py_CompileString still valid
after Python is restarted?
Andy Jost
Sr. R&D Engineer
Silicon Engineering Group
Synopsys, Inc.
eading). I'm using Fedora 10, Python 2.5.2, and
python-daemon 1.4.6 from here http://pypi.python.org/pypi/python-daemon/
.
If anyone can shed some light on the situation, I'd be extremely
grateful!
Yours,
Andy
--
http://mail.python.org/mailman/listinfo/python-list
My apologies, the python code should have been:
"import daemon
import subprocess
daemon.DaemonContext(stderr = open("fakeConsole.txt","w+")).open()
subprocess.Popen(['echo','1']).wait()"
However the error remains the same.
Yours,
Andy
On Jul
I'm trying to write a script to read e-mail over stdin, extract
attachments, and distribute them around the file system based on the
incoming e-mail address.
Everything works until I actually try writing interesting file system locations.
I've established, through logging, that postfix runs my sc
> I suspect that postfix is only setting the UID and the (primary) GID,
> but not the supplementary GIDs. In which case, it doesn't matter whether
> "nobody" is a member of the group.
That does seem like a good explanation. I guess I'll have to re-think
my approach a bit. sg sounds like it would g
12.4.2012 18:48, Kiuhnm kirjoitti:
On 4/11/2012 16:01, Antti J Ylikoski wrote:
On 9.4.2012 21:57, Kiuhnm wrote:
Do you have some real or realistic (but easy and self-contained)
examples when you had to define a (multi-statement) function and pass it
to another function?
Thank you.
Kiuhnm
A f
On 22 Apr 2007 17:17:40 -0700, [EMAIL PROTECTED] wrote:
>On Apr 22, 8:49 pm, Jim Thompson <[EMAIL PROTECTED]
>Web-Site.com> wrote:
>> Ignorant Bastard Poster
>>
>> On 22 Apr 2007 11:32:34 -0700, [EMAIL PROTECTED] wrote:
>>
>> >Dr Gideon Polya published some 130 works in a 4 decade scientific
>> >c
10.6.2010 23:14, bolega kirjoitti:
Which is the best implementation of LISP family of languages for real
world programming ?
http://wiki.alu.org/Implementation
Kindly pick one from commercial and one from open-source .
The criteria is :
libraries, gui interface and builder, libraries for TCP,
12.6.2010 12:02, Antti "Andy" Ylikoski kirjoitti:
10.6.2010 23:14, bolega kirjoitti:
Which is the best implementation of LISP family of languages for real
world programming ?
http://wiki.alu.org/Implementation
Kindly pick one from commercial and one from open-source .
The c
12.6.2010 13:04, vanekl kirjoitti:
Antti "Andy" Ylikoski wrote:
snip
Maybe it could be a good idea for someone to write an academic study
of all these available Lisp implementations. Even Interlisp still
lives, as it was recently noted in this newsgroup. (I did not check
the Go
12.6.2010 21:06, George Neuner kirjoitti:
On Sat, 12 Jun 2010 18:57:08 +0300, "Antti \"Andy\" Ylikoski"
wrote:
OT: (very Off Topic.)
I would not trust dolphins to take care of my investments.
Why not? Remember the chimpanzee that picked stocks and beat ma
12.6.2010 22:54, Pascal J. Bourguignon kirjoitti:
bolega writes:
[PAIP]
Is there anything in this old norvig book that makes it worth
pursuing as a text ?
Yes.
I agree with his criticism that the book is "old", mine stems from the
year 1992.
I bought and studied the Russell-Norvig b
13.6.2010 7:02, Antti "Andy" Ylikoski kirjoitti:
12.6.2010 22:54, Pascal J. Bourguignon kirjoitti:
bolega writes:
[PAIP]
Is there anything in this old norvig book that makes it worth
pursuing as a text ?
Yes.
I agree with his criticism that the book is "old", mine
Python newbie: I've got this simple task working (in about ten
different ways), but I'm looking for the "favoured" and "most Python
like" way.
Forwards I can do this
for t in listOfThings:
print t
Now how do I do it in reverse? In particular, how might I do it if I
only wanted to iterate p
Fredrik Lundh wrote:
> for item in reversed(listOfThings):
Thanks! I was staring so hard at reverse() that I'd completely missed
reversed()
I think I prefer this to listOfThings[::-1]: as it's a little more
readable.
Not that I'm reacting to past bad experience of Perl, you understand
8-)
--
[EMAIL PROTECTED] wrote:
> Python, like it's (evil?) cousin Perl,
Isn't that evil cousin Ruby? Perl's the mad old grandmother in the
attic, spewing out incomprehensible [EMAIL PROTECTED]&% swearing all day.
> can be used as a CGI. If you
> don't have one already, go download Apache server to pl
Simon Forman wrote:
> There's more to it, but that's the basic idea.
This much I knew, but _why_ and _when_ would I choose to use list
comprehension (for good Python style), rather than using a simple
"traditional" loop ?
If I want to generate something that's simply ( [1] + [2] + [3]+... )
the
711 Spooky Mart wrote:
PyBitmessage is not dead.
https://bitmessage.org
It may help with looking "not dead" to have a changelog that has
actually changed within the last 8 years?
--
https://mail.python.org/mailman/listinfo/python-list
301 - 333 of 333 matches
Mail list logo