Python gp.ListFeatureClasses return only one file

2011-10-13 Thread yo
Hi All, I m using the gp.ListFeatureClasses to make a list of file in my directory (containing several hundreds of file) however when I print the variable in which the List is supposed to be stored, the print just return one file name does any one have an idea # Import system modules impor

python script to add a field and edit it for several shapefiles in arcgis

2011-10-11 Thread yo
dear All i m trying to write a python script supposed to create a new field in a shapefile, and then fill it with a value extracted from the name of the file... I have to do that for several hundreds of files...I am almost there it is kind of working for one file but once i put a loop in the story,

run a script getting 4 arguments from another script

2011-07-22 Thread souleymane yo
my initial file name is SpO2Sweep.loops.py In the new file I write this code to run the first one. [code:] import SpO2Sweep.loops.py SpO2Sweep.loops.py.run("com1","0","30","0.0001") and It looks like the arguments are not passed to the first file. can someone help me? -- http://mail.python.org/

Re: debugger on system with Python 2 and 3

2009-11-29 Thread Yo Sato
ggers in general as yet... In the meantime I might ask if it is possible to adapt pydb (or perhaps, IDLE) for Py3. Might be just a change in a env variable or two... Yo On Fri, 27 Nov 2009 19:03:10 +, Alan Franzoni wrote: > On 11/27/09 6:17 PM, Yo Sato wrote: >> Hi, >> >&

debugger on system with Python 2 and 3

2009-11-27 Thread Yo Sato
at rely on it. I wonder how best to avoid my problems. Would perhaps somebody in the same sort of situation share their wisdom?? Yo -- http://mail.python.org/mailman/listinfo/python-list