Hi James,

Well, I'd updated to authkit 0.4.0.

But I can't to create authkit's model tables following pylons wiki
documentation (http://wiki.pylonshq.com/display/pysbook/Authentication
+and+Authorization) because, when I execute "paster setup-app
development.ini", appears this error:

Traceback (most recent call last):
  File "/var/prj/pyenv/bin/paster", line 7, in ?
    sys.exit(
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/command.py", line 78, in run
    invoke(command, command_name, options, args[1:])
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/command.py", line 117, in invoke
    exit_code = runner.run(args)
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/appinstall.py", line 68, in run
    return super(AbstractInstallCommand, self).run(new_args)
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/command.py", line 212, in run
    result = self.command()
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/appinstall.py", line 454, in command
    installer = self.get_installer(dist, ep_group, ep_name)
  File "/var/prj/pyenv/lib/python2.4/PasteScript-1.3.6dev_r6755-
py2.4.egg/paste/script/appinstall.py", line 233, in get_installer
    installer_class = distro.load_entry_point(
  File "/var/prj/pyenv/lib/python2.4/setuptools-0.6c7-py2.4.egg/
pkg_resources.py", line 2178, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('paste.app_install', 'urlmap') not found

What is this entry point?. I can't find any references at code/
documentation/web.

For this version I'd changed my development.ini file to this one:

   ...
   # AuthKit configuration
   authkit.enable = true
   authkit.setup.method = forward
   authkit.cookie.secret = secret_string
   authkit.forward.internalpath = /login/signin
   authkit.cookie.signoutpath = /login/signout
   authkit.form.authenticate.user.type =
authkit.users.sqlalchemy_driver:UsersFromDatabase
   authkit.form.authenticate.user.data = myapp.model
   authkit.catch = 401, 403

and I'd changed my websetup.py following Pylons QuickWiki Tutorial
(http://wiki.pylonshq.com/display/pylonsdocs/QuickWiki
+Tutorial#configuration-and-setup).

Could you give me some hints to surpass this situation?

Jose F.


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

Reply via email to