> Error while importing URLconf 'company.urls': more than 255 arguments > (urls.py, line 339)
It might help to include a slice of your urls.py for the statement(s) surrounding line 339. And perhaps signatures of called code. There are a couple possibilities that occur to me, but without seeing the code, it's hard to tell. Functions/methods can certainly take more than 255 parameters, though it may have to be done through *args/**kwargs format; or the parsing regexp may be phenomenally complex. -tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---