Hi,

I solved the issue by simply using paste.fixture to fetch the root of the 
application. This will trigger the controller import with all needed 
request-context, and results in the registered resources.

If you have a given wsgi-script with "application" as needed, just put

import paste.fixture
app = paste.fixture.TestApp(application)
app.get("/")

on the end.

Diez
-----Ursprüngliche Nachricht-----
Von: "Lukasz Szybalski" <[EMAIL PROTECTED]>
Gesendet: 17.10.08 17:30:32
An: [email protected]
Betreff: [TurboGears] Re: [half-solved] Re: [TurboGears] Re: intermittent 404 
with TG2, mod_wsgi & toscawidgets

Hello,
Could you send me or post it to paste your final wsgi conf file and
apache conf file?


Thanks,
Lucas





________________________________________________________________________
Schon gehört? Bei WEB.DE gibt' s viele kostenlose Spiele:
http://games.entertainment.web.de/de/entertainment/games/free/index.html


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

Reply via email to