Hello Pylons and Paste folks.

I'm working on a project that is derived from "paster create -t
pylons_minimal". It runs great on my development box, but when I try and put
it on another box, I get a traceback that ends in the following:

  File 
"/usr/local/lib/python2.4/site-packages/PasteDeploy-1.3-py2.4.egg/paste/deploy/loadwsgi.py",
line 99, in invoke
    return fix_call(context.object, context.global_conf, **
context.local_conf)
  File 
"/usr/local/lib/python2.4/site-packages/PasteDeploy-1.3-py2.4.egg/paste/deploy/util/fixtypeerror.py",
line 57, in fix_call
    val = callable(*args, **kw)
  File "/home/mjf/sfnycweb/sfnycweb/wsgiapp.py", line 59, in make_app
    load_environment(global_conf, app_conf)
  File "/home/mjf/sfnycweb/sfnycweb/wsgiapp.py", line 27, in
load_environment
    config.init_app(global_conf, app_conf, package='sfnycweb',
AttributeError: 'module' object has no attribute 'init_app'

Both boxes have had easy_install -U pylons run today. Both boxes have an
identical svn checkout of the project, which I have just verified as
identical with a recursive diff.

Development box specs:
Ubuntu/Edgy Linux
Python 2.4.4c1
Eggs:
Paste-1.4-py2.4.egg
PasteDeploy-1.3.1-py2.4.egg
PasteScript-1.3.6dev_r6755-py2.4.egg
Pylons-0.9.6rc2-py2.4.egg


Other box specs:
Ubuntu/Dapper Linux
Python 2.4.3
Eggs:
Paste-1.4-py2.4.egg
PasteDeploy-1.3.1-py2.4.egg
PasteScript-1.3.6dev_r6755-py2.4.egg
Pylons-0.9.6rc2-py2.4.egg

Can anyone shed some light on this?

Thanks!
_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to