[Grok-dev] skin object not find ++skin++plus
DIVINE, PAUL (PAUL)
paul.divine at alcatel-lucent.com
Tue Aug 17 05:22:08 EDT 2010
Hi Jan-Wijbrand,
Thanks of lot. I added it at the end of the install_requires list and it's OK now.
Regards, Paul.
The details are given in the following lines.
(testgrok)pl6320:~/npo/testgrok/todo# cat setup.py
from setuptools import setup, find_packages
version = '0.0'
setup(name='todo',
version=version,
description="",
long_description="""\
""",
# Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[],
keywords="",
author="",
author_email="",
url="",
license="",
package_dir={'': 'src'},
packages=find_packages('src'),
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
'grok',
'grokui.admin',
'z3c.testsetup',
'grokcore.startup',
'zope.app.undo',
'megrok.form',
'zope.sqlalchemy',
'todo_plus',
# Add extra requirements here
],
)
(testgrok)pl6320:~/npo/testgrok/todo#
-----Message d'origine-----
De : grok-dev-bounces at zope.org [mailto:grok-dev-bounces at zope.org] De la part de Jan-Wijbrand Kolman
Envoyé : mardi 17 août 2010 09:21
À : grok-dev at zope.org
Objet : Re: [Grok-dev] skin object not find ++skin++plus
On 8/13/10 13:30 PM, DIVINE, PAUL (PAUL) wrote:
> Hello grokkers,
> I am using the great book "Grok 1.0" of Carlos de la Guardia,
> at the chapter 11 "Key Concepts Behind Grok". The purpose is to add a skin chooser with second package called todo_plus.
>
> After http://xxxx/++skin++plus/todo/index
>
> NotFound: Object:<zope.site.folder.Folder object at 0x279bb90>, name: u'++skin++plus'
>
> It seems that the second package is not in action.
> Thanks in advance for your help.
Is the todo_plus package listed in the install_requires in the setup.py
of the "main" todo package.
Hope this helps.
regards, jw
_______________________________________________
Grok-dev mailing list
Grok-dev at zope.org
https://mail.zope.org/mailman/listinfo/grok-dev
More information about the Grok-dev
mailing list