On 12 Mar 2006, at 13:26, Jeff Watkins wrote:

> Umm... that's really weird. For some reason, your install is  
> looking for the files as they exist on MY powerbook.
> I suspect someone included the pyc files in the sample. You might  
> try deleting those and try running everything again.

That's not the actual problem though. It actually finds the files  
(I'm not sure how mind...) then complains
that require() is being called incorrectly. As you say, there were  
indeed .pyc files in there. Removing them
produces the same result:

kremer:id $ ./id-start.py
Traceback (most recent call last):
   File "./id-start.py", line 20, in ?
     from id.controllers import Root
   File "/Users/arthur/tmp/id/id/controllers.py", line 7, in ?
     class Root(controllers.Root):
   File "/Users/arthur/tmp/id/id/controllers.py", line 30, in Root
     @turbogears.expose( html="id.templates.secured" )
TypeError: require() got an unexpected keyword argument 'group'


-- 
Arthur Clune.                    [EMAIL PROTECTED]
"[Film] only exerts its influence when it stirs patriots up against  
other nations, or  taps into agressive, violent urges" - Hayao Miyazaki




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

Reply via email to