Re: 2.6, 3.0, and truly independent intepreters

2008-11-05 Thread Andy O'Meara
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

Re: 2.6, 3.0, and truly independent intepreters

2008-11-10 Thread Andy O'Meara
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,

Re: 2.6, 3.0, and truly independent intepreters

2008-11-10 Thread Andy O'Meara
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

Re: 2.6, 3.0, and truly independent intepreters

2008-11-10 Thread Andy O'Meara
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

JSON Template: Minimal but powerful templating language implemented in Python and 3 other languages

2009-04-17 Thread Andy Chu
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

SVN access with pysvn under Cygwin (Installation problems)

2008-07-30 Thread Andy Dingley
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

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-31 Thread Andy Dingley
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

Re: Python advocacy in scientific computation

2006-03-06 Thread Andy Salnikov
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

Re: Python advocacy in scientific computation

2006-03-07 Thread Andy Salnikov
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

Re: Python advocacy in scientific computation

2006-03-08 Thread Andy Salnikov
"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

Re: Python advocacy in scientific computation

2006-03-08 Thread Andy Salnikov
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

Re: Xah's Edu Corner: The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations

2006-03-19 Thread Andy Dingley
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

Unable to create scrollable editor window using curses

2009-09-27 Thread Andy Elvey
() # 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

python and Postgresq

2009-11-23 Thread Andy dixon
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

Re: python and Postgresq

2009-11-23 Thread Andy dixon
"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

Can code objects outlive the interpreter that created them?

2010-06-15 Thread Andy Jost
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.

subprocess + python-daemon - bug/problem?

2009-07-09 Thread Andy Clegg
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

Re: subprocess + python-daemon - bug/problem?

2009-07-09 Thread Andy Clegg
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

open() throws permission error and I don't get why

2010-10-15 Thread Andy Theuninck
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

Re: open() throws permission error and I don't get why

2010-10-15 Thread Andy Theuninck
> 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

Re: functions which take functions

2012-04-13 Thread Antti &quot;Andy" Ylikoski
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

Re: *** Dr G Polya BRILLIANTLY analyses the Virgina Shooting Incident ***

2007-04-23 Thread The Real Andy
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

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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,

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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

OFF TOPIC

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread Antti &quot;Andy" Ylikoski
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

[newbie] Iterating a list in reverse ?

2006-06-21 Thread Andy Dingley <[EMAIL PROTECTED]>
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

Re: Iterating a list in reverse ?

2006-06-21 Thread Andy Dingley <[EMAIL PROTECTED]>
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-) --

Re: Python in HTML

2006-06-23 Thread Andy Dingley <[EMAIL PROTECTED]>
[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

Re: list comprehension

2006-06-30 Thread Andy Dingley <[EMAIL PROTECTED]>
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

Re: PyBitmessage is not dead. Ignore the FUD.

2024-09-12 Thread Andy Burns via Python-list
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

<    1   2   3   4