On Sep 9, 2008, at 1:14 PM, Rob Kirkpatrick wrote:
> AFAIK this is only on my machine. I'll do some cleanup and see if I > can get things to go more smoothly. I only asked about the > indentation because most of that code is pretty greek to me and I > needed a starting point to understand the error. I'll look at it > again with your explanation and see if can grok it a bit more. Hmm, sounds like something weird is going on that may be specific to your install or computer? You might try firing up the Python debugger (pdb) on this error, and printing out the following: print repr(subclass_init) print repr(shadowClass._init_subclass) shadowClass._init_subclass(**subclassArgs) and let me know what you get... -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
