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

2008-02-13 Thread Bruno Desthuilliers
Gabriel Genellina a écrit : (snip) > Note that all the clues were on the traceback. > When people here insist that all error reports should come with the > complete stack trace, it isn't because they want to be annoying, but > because it's really useful... +1 QOTW -- http://mail.python.org/mai

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

2008-02-12 Thread Gabriel Genellina
En Wed, 13 Feb 2008 03:01:31 -0200, greg <[EMAIL PROTECTED]> escribi�: > ibloom wrote: >> Of course I didn't understand that py2app was trying to compile my own >> python source code and when I switched to Xcode as my new editor, I >> started mixing in tabs. So was in fact my code. > > Seems li

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

2008-02-12 Thread Gabriel Genellina
En Tue, 12 Feb 2008 22:57:01 -0200, ibloom <[EMAIL PROTECTED]> escribi�: > On Feb 11, 9:10 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > wrote: >> >> >> : inconsistent use of tabs and spaces in indentation >> >> Traceback (most recent call last): >> >>   File "/Library/Frameworks/Python.framework/

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

2008-02-12 Thread greg
ibloom wrote: > Of course I didn't understand that py2app was trying to compile my own > python source code and when I switched to Xcode as my new editor, I > started mixing in tabs. So was in fact my code. Seems like py2app could be a bit friendlier about reporting syntax errors in the code it's

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 > > > As in I don't know what code it is refering to by ?? > > It isn

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 > > > As in I don't know what code it is refering to by ?? > > It isn

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

2008-02-11 Thread Gabriel Genellina
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 > > 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 Mmm, didn't you get

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

2008-02-11 Thread Steve Holden
ibloom wrote: > 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 > You'll typically see that in code that's being executed from a dynamically

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-11 Thread [EMAIL PROTECTED]
On Feb 11, 9:34 am, ibloom <[EMAIL PROTECTED]> wrote: > 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 ? >     setu

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

2008-02-11 Thread Gabriel Genellina
En Mon, 11 Feb 2008 13:34:17 -0200, ibloom <[EMAIL PROTECTED]> escribi�: > 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

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