> I saw these warnings on the terminal when opening the page in my > browser. Should we worry about them? > > [EMAIL PROTECTED]:~/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout > $ ./bin/instance fg > "/home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/instance/bin/runzope" > 2007-12-12 16:20:07 INFO ZServer HTTP server started at Wed Dec 12 > 16:20:07 2007 > Hostname: 0.0.0.0 > Port: 8080 > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/productdistros/TALESField/validators.py:27: > DeprecationWarning: Products.PageTemplates.TALES has moved to > zope.tales.tales. Import of Products.PageTemplates.TALES will become > unsupported in 2.12 > import Products.PageTemplates.TALES as TALES > 2007-12-12 16:20:18 WARNING PloneSoftwareCenter ExternalStorage N/A, > falling back to AttributeStorage > 2007-12-12 16:20:18 INFO > Archetypes > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/plone/Archetypes/Field.py[274]:_validationLayer > WARNING: Disabling validation for availableCategories: isValidGrid > > 2007-12-12 16:20:18 INFO Archetypes WARNING: Disabling validation for > availableLicenses: isValidGrid > > 2007-12-12 16:20:19 INFO Archetypes WARNING: Disabling validation for > id: isNonConflictingProjectId > > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/src/gnome.theme/gnome/theme/browser/pscnavigation.py:11: > DeprecationWarning: BrowserView: Products.CMFPlone.utils.BrowserView will be > removed in Plone 3.5. Please use Products.Five.BrowserView instead. > class PSCCatalogSecondaryNavbar(utils.BrowserView): > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/src/gnome.theme/gnome/theme/browser/navigation.py:16: > DeprecationWarning: BrowserView: Products.CMFPlone.utils.BrowserView will be > removed in Plone 3.5. Please use Products.Five.BrowserView instead. > class CatalogNavigationTabs(utils.BrowserView): > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/src/gnome.theme/gnome/theme/browser/navigation.py:99: > DeprecationWarning: BrowserView: Products.CMFPlone.utils.BrowserView will be > removed in Plone 3.5. Please use Products.Five.BrowserView instead. > class CatalogSecondaryNavbar(utils.BrowserView): > /usr/lib/python2.4/site-packages/zope/configuration/xmlconfig.py:323: > DeprecationWarning: zope.app.annotation has moved to zope.annotation. > Import of zope.app.annotation will become unsupported in Zope 3.5 > __import__(arguments[0]) > 2007-12-12 16:20:39 INFO PlacelessTranslationService Purging mo file > cache > > 2007-12-12 16:20:55 INFO Application New disk product detected, > determining if we need to fix up any ZClasses. > 2007-12-12 16:20:55 WARNING OFS.Uninstalled Could not import class > 'TutorialTopic' from module 'Products.ZopeTutorial.TutorialTopic' > 2007-12-12 16:20:55 WARNING OFS.Uninstalled Could not import class > 'GlossaryTopic' from module 'Products.ZopeTutorial.TutorialTopic' > 2007-12-12 16:20:55 INFO Zope Ready to handle requests > 2007-12-12 16:20:56 INFO > CMFFormController > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/productdistros/PloneFormGen/skins/PloneFormGen/fg_base_view.cpt: > No default action specified for status success, content type ANY. Users of > IE can submit pages using the return key, resulting in no button in the > REQUEST. Please specify a default action for this case. > > 2007-12-12 16:20:56 INFO > CMFFormController > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/productdistros/PloneFormGen/skins/PloneFormGen/fg_base_view.cpt: > No default action specified for status success, content type ANY. Users of > IE can submit pages using the return key, resulting in no button in the > REQUEST. Please specify a default action for this case. > > 2007-12-12 16:20:56 INFO > CMFFormController > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/productdistros/PloneFormGen/skins/PloneFormGen/fg_base_view_p3.cpt: > No default action specified for status success, content type ANY. Users of > IE can submit pages using the return key, resulting in no button in the > REQUEST. Please specify a default action for this case. > > 2007-12-12 16:20:56 INFO > CMFFormController > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/productdistros/PloneFormGen/skins/PloneFormGen/fg_base_view_p3.cpt: > No default action specified for status success, content type ANY. Users of > IE can submit pages using the return key, resulting in no button in the > REQUEST. Please specify a default action for this case. > > /home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/parts/plone/CMFCore/DirectoryView.py:497: > UserWarning: DirectoryView DataGridWidget refers to a non-existing path > 'DataGridField/skins/DataGridWidget' > (self.id, reg_key), UserWarning) > > > > I also saw this small warning during bin/buildout. Is it important? > > /usr/lib/python2.4/site-packages/setuptools/command/easy_install.py:173: > UserWarning: Unbuilt egg for gnome.theme [unknown version] > (/home/murrayc/svn/gnome220/gnomeweb-plone/trunk/wgo.buildout/src/gnome.theme) > >
Yeah some of those are harmless deprecation warnings but I usually don't like to wait to change that stuff; primarily because it's easier shaking out problems with related products, widgets, etc earlier. There are some missing products that have to be added to the gnomeweb-polone/wgo.buildout/profiles/base.cfg: [productdistros] recipe = plone.recipe.distros +http://plone.org/products/datagridfield/releases/1.6/datagridfield-1-6-0-beta2-tar.gz +http://plone.org/products/externalstorage/releases/0.6/ExternalStorage-0.6.tgz You can add those two lines; The unbuilt egg is definitely a problem but I don't remember seeing that when building. I believe the best course of action to be setting up a completely self contained instance to verify that this all indeed actually working. If we can do that and shake out any problems we can then proceed to a buildout sort of configuration. -C _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
