First  |  Prev |  Next  |  Last
Pages: 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
strange interaction between open and cwd
Baz Walter wrote: attempting to remove the cwd would produce an error). but how can python determine the parent directory of a directory that no longer exists? My tentative explanation would be that the directory, namely the inode, still exists -- only the entry for it in its parent directory is gone. S... 12 May 2010 06:56
ANN: expy 0.6.7 released!
EXPY is an express way to extend Python! EXPY provides a way to extend python in an elegant way. For more information and a tutorial, see: http://expy.sourceforge.net/ I'm glad to announce a new release again today. ^_^ What's new: Version 0.6.7 1. Now functions can have 'value on failure' via rawt... 3 May 2010 09:48
Teaching Programming
On Mon, May 3, 2010 at 5:05 AM, Samuel Williams <space.ship.traveller(a)gmail.com> wrote: Dear Friends, I'm looking for some help from the Python community. I hope this is the right place to ask for information. I'm putting together a website aimed at high school students and teachers, and would lik... 8 May 2010 00:26
Problems with 'scipy.sparse.linalg.dsolve.umfpack'
On Sun, May 2, 2010 at 11:24 PM, pp <parul.pandey85(a)gmail.com> wrote: Hello all, I have this equation to solve where variable LHS is a sparse matrix and RHS is an array . c = linsolve.spsolve(LHS, RHS) i get this error warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\       Â... 3 May 2010 03:21
Problems with 'scipy.sparse.linalg.dsolve.umfpack'
Hello all, I have this equation to solve where variable LHS is a sparse matrix and RHS is an array . c = linsolve.spsolve(LHS, RHS) i get this error warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\ ' install scikits.umfpack instead' what is the reason for this and do I do next... 3 May 2010 03:21
Parser
Hi, I am looking for an easy to use parser. I am want to get an overview over parsing and want to try to get some information out of a C-Header file. Which parser would you recommend? Best, Andreas ... 6 May 2010 04:10
help req setting python executable
On Sun, 2 May 2010 12:59:35 +0100 michel parker <michelparker(a)live.com> wrote: hi, i have just installed python3.1 with opt=g option. but when i set python executable in wingide to usr/local/bin/python3.1 it says : I don't know anything about wingide but I think your problem is simply a missing slash.... 2 May 2010 12:02
Bug in Python set
Python 2.6.5 r265:79063 set().update(set()) is None True while I expect result of update to be set. Also, result of set().add(None) is None while I expect it to be set with element None (or, maybe, it should be empty set?) Regards, D. ... 2 May 2010 16:27
jpeg package
Hi, I've used the jpeg library on PyPI in the past and it's been great: http://pypi.python.org/pypi/jpeg/0.1.4 However, the library home page is now unaccessible. I can't even find the library on archive.org. Any idea how I can get it? http://www.emilas.com/jpeg/ Thanks, Paul ... 1 May 2010 16:30
recommended way to insert data into a one to many relationship usingpython
Hi, one to many relationships are fairly common, i think. So there should be a recommended way to insert data into such a relation using python. Given the following programm, what is the recommended way to insert the list of NewEmployees to the database? ====================================================... 1 May 2010 13:10
First  |  Prev |  Next  |  Last
Pages: 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138