object( ) ... Changed in version 2.3: This function does not accept any arguments. Formerly, it accepted arguments but ignored them.
- url: /(.*) script: main.py
- url: /sites/(.*) script: site.py
class MainPage(webapp.RequestHandler): def get(self, site_alias): #do something nastydef main(): application = webapp.WSGIApplication( [(r'/sites/(.*)', MainPage)], debug=True) wsgiref.handlers.CGIHandler().run(application)
DAMN, die einzige software die bei mir auf Mac OS X 10.5 nicht funktioniert ist meine eigene:
das Antville Widget.
Antville Dashboard Widget Mac OS X 10.4 Tiger is required. If you’re using Safari, click the download link. When the widget download is complete, show Dashboard, click the Plus sign to display the Widget Bar and click the widget’s icon in the Widget Bar to open it. If you’re using a browser other than Safari, click the download link. When the widget download is complete, unarchive it and place it in /Library/Widgets/ in your home folder. show Dashboard, click the Plus sign to display the Widget Bar and click the widget’s icon in the Widget Bar to open it.