Hello,
I have the following code in one of my classes

self.create(50, 50, "round")

def create(self, wsize, hsize, shape):
        var = self.get_shape_filename()
        etc....

///////////////

I get an error whenever it hits the line 'var =
self.get_shape_filename()'.  The error is:

object has no attribute 'get_shape_filename'

////////////

In the above case I'm sending 'round' to the method.  So it's supposed
to be get_round_filename.



--~--~---------~--~----~------------~-------~--~----~
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