Difficulty with "inconsistent use of tabs and spaces in indentation" in file called

2008-02-11 Thread ibloom
I've been trying for a couple days to build a program using pyObjC on a mac, I'm stuck on this error: : inconsistent use of tabs and spaces in indentation Traceback (most recent call last): File "setup.py", line 59, in ? setup(**setup_options) File "/Library/Frameworks/Python.framework/Ver

Re: Difficulty with "inconsistent use of tabs and spaces in indentation" in file called

2008-02-11 Thread ibloom
My main problem is, I don't know where to find the file: File "", line 628 As in I don't know what code it is refering to by ?? It isn't code that I wrote, its something from python or pyObjC Ian Bloom -- http://mail.python.org/mailman/listinfo/python-list

Re: Difficulty with "inconsistent use of tabs and spaces in indentation" in file called

2008-02-12 Thread ibloom
On Feb 11, 9:10 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 11 Feb 2008 21:57:00 -0200, ibloom <[EMAIL PROTECTED]> escribió: > > > My main problem is, I don't know where to find the file: > >   File "", line 628 > > &

Re: Difficulty with "inconsistent use of tabs and spaces in indentation" in file called

2008-02-12 Thread ibloom
On Feb 11, 9:10 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 11 Feb 2008 21:57:00 -0200, ibloom <[EMAIL PROTECTED]> escribió: > > > My main problem is, I don't know where to find the file: > >   File "", line 628 > > &