On Mar 10, 2:10 pm, Michael Newman <[EMAIL PROTECTED]> wrote:
> Passing your error along would be helpful because it will help us
> pinpoint exactly what part of your code is having issues. Python
> traceback is amazing helpful in that if you follow its path, even
> though it might not look like anything initially, it will lead you to
> what the problem is. This is why I would swear by python over most
> other programming languages.

I will paste the error messages as soon as I get home. I don't have
access to my code and Python right now.

> t.save should be t.save() as it is a function call.
> Also it might be dpaste but it looks like you are having issues with
> tabs. In python that whitespace is really important and if your error
> has anything to do with unexpected indent it's because of that.

I will double-check the tabs. I've spotted a few things that I think
might have caught your attention. :)

> Anyway change the t.save() call and post your error and we can figure
> out exactly what the error is.

I will do so. I come from Rails world, so I'm not yet used to calling
a function with ().

Thanks for the input, Michael.


Branko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to