Hi, I've started re-implementing imdbpyweb using Paste Webkit. Since it is wsgi-compatible it could be an easy way to use imdbpy with various web servers and frameworks.
In its current state it implements the search, movie and person pages (not fully but enough to give an idea). Before I go any further I wanted to ask for some feedback. Is there a need for such a thing? The current code is at: http://www3.itu.edu.tr/~uyar/imdbpykit.tar.gz If we decide to proceed with it, it can be checked into the imdbpy subversion repository alongside imdbpyweb. >From the user's point of view, there is not much difference from imdbpyweb. Though it could be made easy_installable, I didn't have time to sort out some minor issues (like how to get the config file into the egg). For now, installation is as follows (it is highly recommended to do this in a virtualenv): - Install ZopePageTemplates (http://zpt.sourceforge.net). Unfortunately this does not support easy_install. - The remaining requirements can be easy_installed: PasteWebkit, ZPTKit, WSGIUtils, IMDbPY To run, after extracting the tarball, the command is: paster serve config.ini For anyone interested in the source code, the important files are the py files under web and the corresponding pt files under templates. The pt files are responsible for displaying the result of the py files. Any questions can be sent directly to me, or to the list. Turgut ------------------------------------------------------------------------------ _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel