Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: python-elixir - A declarative mapper for SQLAlchemy https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245499 ------- Additional Comments From smilner@xxxxxxxxxx 2007-06-27 22:35 EST ------- I built from the src rpm provided by James and was able to run the example application with no modification. [steve@psycho tmp]$ rpm -qa | grep elixir python-elixir-0.3.0-1.fc7 [steve@psycho tmp]$ svn export http://elixir.ematia.de/svn/elixir/trunk/examples/ A examples A examples/videostore A examples/videostore/videostore A examples/videostore/videostore/json.py A examples/videostore/videostore/tests A examples/videostore/videostore/tests/__init__.py A examples/videostore/videostore/tests/test_model.py A examples/videostore/videostore/tests/test_controllers.py A examples/videostore/videostore/config A examples/videostore/videostore/config/log.cfg A examples/videostore/videostore/config/__init__.py A examples/videostore/videostore/config/app.cfg A examples/videostore/videostore/__init__.py A examples/videostore/videostore/controllers A examples/videostore/videostore/controllers/__init__.py A examples/videostore/videostore/controllers/root.py A examples/videostore/videostore/model.py A examples/videostore/videostore/release.py A examples/videostore/videostore/static A examples/videostore/videostore/static/images A examples/videostore/videostore/static/images/ok.png A examples/videostore/videostore/static/images/favicon.ico A examples/videostore/videostore/static/images/info.png A examples/videostore/videostore/static/javascript A examples/videostore/videostore/static/css A examples/videostore/videostore/static/css/login.css A examples/videostore/videostore/static/css/style.css A examples/videostore/videostore/templates A examples/videostore/videostore/templates/director.kid A examples/videostore/videostore/templates/master.kid A examples/videostore/videostore/templates/movie.kid A examples/videostore/videostore/templates/__init__.py A examples/videostore/videostore/templates/index.kid A examples/videostore/videostore/templates/actor.kid A examples/videostore/videostore/templates/login.kid A examples/videostore/start-videostore.py A examples/videostore/setup.py A examples/videostore/devdata.sqlite A examples/videostore/dev.cfg A examples/videostore/videostore.egg-info A examples/videostore/videostore.egg-info/SOURCES.txt A examples/videostore/videostore.egg-info/sqlobject.txt A examples/videostore/videostore.egg-info/top_level.txt A examples/videostore/videostore.egg-info/PKG-INFO A examples/videostore/videostore.egg-info/dependency_links.txt A examples/videostore/videostore.egg-info/not-zip-safe A examples/videostore/videostore.egg-info/paster_plugins.txt A examples/videostore/videostore.egg-info/requires.txt A examples/__init__.py Exported revision 136. [steve@psycho tmp]$ cd examples/videostore [steve@psycho videostore]$ python start-videostore.py 2007-06-27 22:20:50,668 cherrypy.msg INFO CONFIG: Server parameters: 2007-06-27 22:20:50,669 cherrypy.msg INFO CONFIG: server.environment: development 2007-06-27 22:20:50,669 cherrypy.msg INFO CONFIG: server.log_to_screen: True 2007-06-27 22:20:50,669 cherrypy.msg INFO CONFIG: server.log_file: 2007-06-27 22:20:50,669 cherrypy.msg INFO CONFIG: server.log_tracebacks: True 2007-06-27 22:20:50,670 cherrypy.msg INFO CONFIG: server.log_request_headers: True 2007-06-27 22:20:50,670 cherrypy.msg INFO CONFIG: server.protocol_version: HTTP/1.0 2007-06-27 22:20:50,670 cherrypy.msg INFO CONFIG: server.socket_host: 2007-06-27 22:20:50,670 cherrypy.msg INFO CONFIG: server.socket_port: 8080 2007-06-27 22:20:50,671 cherrypy.msg INFO CONFIG: server.socket_file: 2007-06-27 22:20:50,671 cherrypy.msg INFO CONFIG: server.reverse_dns: False 2007-06-27 22:20:50,671 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5 2007-06-27 22:20:50,671 cherrypy.msg INFO CONFIG: server.thread_pool: 10 2007-06-27 22:20:50,686 turbogears.visit INFO Visit Tracking starting 2007-06-27 22:20:50,688 turbogears.visit INFO Visit filter initialised 2007-06-27 22:20:50,691 turbogears.identity INFO Identity starting 2007-06-27 22:20:50,693 turbogears.identity.saprovider INFO Loading: videostore.model.VisitIdentity 2007-06-27 22:20:50,749 turbogears.identity INFO Identity visit plugin initialised 2007-06-27 22:20:50,755 turbogears.identity.saprovider INFO Loading: videostore.model.VisitIdentity 2007-06-27 22:20:50,957 cherrypy.msg INFO HTTP: Serving HTTP on http://localhost:8080/ 127.0.0.1 - - "GET / HTTP/1.1" 403 982 "" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4" 127.0.0.1 - - "GET /static/css/login.css HTTP/1.1" 200 872 "http://localhost:8080/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4" 127.0.0.1 - - "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4" 2007-06-27 22:21:18,835 cherrypy.msg INFO ENGINE: <Ctrl-C> hit: shutting down autoreloader 2007-06-27 22:21:18,836 cherrypy.msg INFO ENGINE: <Ctrl-C> hit: shutting down autoreloader 2007-06-27 22:21:18,837 cherrypy.msg INFO HTTP: HTTP Server shut down 2007-06-27 22:21:18,841 turbogears.identity INFO Identity shutting down 2007-06-27 22:21:18,843 cherrypy.msg INFO ENGINE: CherryPy shut down 2007-06-27 22:21:18,885 cherrypy.msg INFO HTTP: HTTP Server shut down 2007-06-27 22:21:18,886 turbogears.visit INFO Visit Tracking shutting down [steve@psycho videostore]$ 2007-06-27 22:21:18,912 turbogears.identity INFO Identity shutting down 2007-06-27 22:21:18,914 cherrypy.msg INFO ENGINE: CherryPy shut down [steve@psycho videostore]$ -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review