Re: Gnome-Plone
- From: Murray Cumming <murrayc murrayc com>
- To: Christopher Warner <cwarner kernelcode com>
- Cc: gnome-web-list gnome org
- Subject: Re: Gnome-Plone
- Date: Wed, 12 Dec 2007 16:24:33 +0100
On Tue, 2007-12-11 at 18:57 -0500, Christopher Warner wrote:
> Basically you can't use Python 2.5 to install any of this if you are
> trying and must you Python 2.4, you must also install PyOrbit for
> Python2.4 if you don't already have that. After that you can change
> the
> admin password by using parts/zope2/utilities/zpasswd.py -u admin -p
> blah access and copying this file into the parts/instance directory.
That python 2.4 tip allowed me to get it working locally too. However,
I'm just seeing a default "Welcome to Plone" layout rather than the
GNOME theme and our content/structure. What are the rest of you seeing?
I saw these warnings on the terminal when opening the page in my
browser. Should we worry about them?
murrayc murrayc-desktop:~/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)
--
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]