Hi Morgane,
Python doesn't like spaces very much. For escapes, you need to put an 'r' before the string. In your case, it would look like this:
def install():
registry_setstring(HKEY_CURRENT_USER, r"Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\FetchOptions",'NTablesMax','7530', type ...