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
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
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/
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo