Re: Aggressive language on python-list

2012-10-16 Thread Kristen J. Webb
y to respond to bad behaviour that will work all the time, against all people. [2] Nearly everybody thinks they're middle-class, except the filthy rich and the filthy poor. [3] I don't give a damn what mind-altering chemicals Dwight wishes to indulge in, so long as he does it i

Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change'

2012-09-28 Thread Kristen J. Webb
ermission changes, link/unlink of hard links etc. Whoops, my bad! Sorry. I was remembering some other APIs with similar terminology. Lesson: Check the docs, they're more reliable. ChrisA -- This message is NOT encrypted ---- Mr. Kristen J. Webb Chief Technolog

Re: git_revision issues with scipy/numpy/matplotlib

2012-07-07 Thread Stephen Webb
I think the easiest thing to do would be to remove the python.org Python entirely, kill it from the path (which I've already done), and install directly a MacPorts version of Python. Any caveats or warnings about getting rid of the /Library/Frameworks/Python directory? On Jul 7, 2012, at J

git_revision issues with scipy/numpy/matplotlib

2012-07-06 Thread Stephen Webb
I installed py27-numpy / scipy / matplotlib using macports, and it ran without failing. When I run Python I get the following error: $>> which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python $>> python Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) [GCC 4.2.1 (

Re: Academic citation of Python

2012-06-16 Thread Rich Webb
99-2011, IDT)". I don't think URLs qualify as standards documents. -- Rich Webb Norfolk, VA -- http://mail.python.org/mailman/listinfo/python-list

ssl module with C

2011-10-18 Thread Kristen J. Webb
y own work-horse C code from the native openssl library. Can this be done? If not, the why should make me a better python programer! Many thanks in advance! Kris -- Mr. Kristen J. Webb Teradactyl LLC. PHONE: 1-505-242-1091 EMAIL: kw...@teradactyl.com VISIT: http://www.teradactyl.com H

Re: shipping python

2011-10-12 Thread Kristen J. Webb
On 10/12/11 3:26 PM, Chris Angelico wrote: On Thu, Oct 13, 2011 at 8:10 AM, Kristen J. Webb wrote: My main motivation to use .pyc is to keep end users from changing scripts, breaking things, and then calling us. Tamper proofing may be an alternative approach if anyone has suggestions. I

Re: shipping python

2011-10-12 Thread Kristen J. Webb
, thanks. And also the world is a funny place, but does it really happen that a customer changes the code in your python scripts, and the *complain* if it doens't work anymore?? Yes, support costs with very knowledgeable clients is a very important factor. Thank you for the feedback! K --

Re: shipping python

2011-10-12 Thread Kristen J. Webb
s). Can anyone suggest better strategies, or point out where this just won't work? Is distutils a good starting point? Many thanks! Kris On 10/11/11 7:31 PM, Steven D'Aprano wrote: On Tue, 11 Oct 2011 17:04:45 -0600, Kristen J. Webb wrote: After some more digging I see that I can ea

shipping python

2011-10-11 Thread Kristen J. Webb
o the 2.3+ range, should I just use optparse? I guess what I am asking here is are there any guidelines/recommendations for shipping python programs to customers? Thanks in advance, Kris -- Mr. Kristen J. Webb Teradactyl LLC. PHONE: 1-505-242-1091 EMAIL: kw...@teradactyl.com VISIT:

Strange set of errors

2007-08-03 Thread Stephen Webb
Greetings all, I've recently begun using Python to do scientific computation, and I wrote the following script to find approximate eigenvalues for a semi-infinite matrix: from pylab import * from numpy import * from scipy import * def bandstructure(N,s): b = s/4.0 jmax = 10 + N**2

Re: BUSTED!!! 100% VIDEO EVIDENCE that WTC7 was controlled demolition!! NEW FOOTAGE!!! Ask yourself WHY havn't I seen this footage before?

2007-05-03 Thread Peter Webb
> Ask yourself WHY havn't I seen this footage before? > > OK, why haven't you seen this footage before? -- http://mail.python.org/mailman/listinfo/python-list

Opening an editor for interactive use

2006-06-16 Thread Webb
Hi all, (I am sure there is a recipe somewhere, but I can't find it.) How does one open an editor while in the middle of an interactive program, let the user do some editing and closing, and then capture the text that was edited? I am reminded of subversion or CVS when they open an $EDITOR sessi