self-platform-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Self-platform-dev] self_rc1-Add Course Problem


From: Bijomon Baby
Subject: [Self-platform-dev] self_rc1-Add Course Problem
Date: Fri, 9 Apr 2010 04:21:31 -0400

Hello.....
                  When i am trying to add Course into a collection give an error called- string indices must be integers in line No 44
                  CODE:
                             
input = {
                                           'nodetype':'object',
                                  
          'uid':uid,
                                            'nid':title,
                                            'status':'public',
                                            'attributes':[('title',title),('description',description)],
                                             'language':languageid,
                                            'relation':[ ( 'belongsto',[str(categoryid)] ) ],//this is Line No 44
                                            'instanceof':['55'] #instance of OT Courses
                                     }

                sir i am not able to undestand what error stands for...
                'str' i change to 'int' then also an error occured

reply via email to

[Prev in Thread] Current Thread [Next in Thread]