I re-ran the buildout script. Now recieving another error:
---------------
Installing auto-install-plumisite.
. 
daemon process started, pid=24369
2013-02-15 21:32:51 WARNING SecurityInfo Conflicting security declarations for 
"setText"
2013-02-15 21:32:51 WARNING SecurityInfo Class "ATTopic" had conflicting 
security declarations
/root/plumi.app/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/python/spellcheck.py:7:
 DeprecationWarning: The popen2 module is deprecated.  Use the subprocess 
module.
  import popen2, re
/root/plumi.app/eggs/Products.PloneHotfix20121106-1.2-py2.6.egg/Products/PloneHotfix20121106/crypto_oracle_protect.py:7:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
  import sha
/root/plumi.app/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:706:
 DeprecationWarning: Using <five:implements /> in File 
"/root/plumi.app/eggs/plumi.content-4.5-py2.6.egg/plumi/content/browser/configure.zcml",
 line 168.4-171.10
      <five:implements
          class="Products.ZCatalog.CatalogBrains.AbstractCatalogBrain"
          interface=".interfaces.IAbstractCatalogBrain"
          />
 is deprecated. Please use the <class class="foo.Bar"><implements 
interface="foo.interfaces.IBar" /></class> directive instead.
  actions = self.handler(context, **args)
/root/plumi.app/eggs/Products.PloneHotfix20121106-1.2-py2.6.egg/Products/PloneHotfix20121106/widget_traversal.py:7:
 UserWarning: The set_schema option of the <require /> directive is not 
supported in Zope 2. Ignored for <class 
'plumi.content.content.plumicallout.PlumiCallOut'>
  return old_require(self, *args, **kw)
/root/plumi.app/eggs/Products.PloneHotfix20121106-1.2-py2.6.egg/Products/PloneHotfix20121106/widget_traversal.py:7:
 UserWarning: The set_schema option of the <require /> directive is not 
supported in Zope 2. Ignored for <class 
'plumi.content.content.plumicalloutfolder.PlumiCalloutFolder'>
  return old_require(self, *args, **kw)
/root/plumi.app/eggs/Products.PloneHotfix20121106-1.2-py2.6.egg/Products/PloneHotfix20121106/widget_traversal.py:7:
 UserWarning: The set_schema option of the <require /> directive is not 
supported in Zope 2. Ignored for <class 
'plumi.content.content.plumivideofolder.PlumiVideoFolder'>
  return old_require(self, *args, **kw)
/root/plumi.app/eggs/Products.PloneHotfix20121106-1.2-py2.6.egg/Products/PloneHotfix20121106/widget_traversal.py:7:
 UserWarning: The set_schema option of the <require /> directive is not 
supported in Zope 2. Ignored for <class 
'plumi.content.content.plumivideo.PlumiVideo'>
  return old_require(self, *args, **kw)
/root/plumi.app/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: 
DeprecationWarning: protectClass is deprecated. Please import from 
AccessControl.security
  from Products.Five.security import protectClass, protectName
/root/plumi.app/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: 
DeprecationWarning: protectName is deprecated. Please import from 
AccessControl.security
  from Products.Five.security import protectClass, protectName
/root/plumi.app/eggs/contentratings-1.0-py2.6.egg/contentratings/browser/bbb/__init__.py:16:
 DeprecationWarning: IEditorialRatingView is deprecated. The old style rating 
views are no longer intended to be used.Use the aggregator and rating views 
instead.  This interface will go away in version 1.1
  from contentratings.browser.interfaces import IEditorialRatingView
2013-02-15 21:33:00 WARNING Init Class Products.Five.metaclass.SimpleViewClass 
from 
/root/plumi.app/eggs/plumi.content-4.5-py2.6.egg/plumi/content/browser/templates/video_listing.pt
 has a security declaration for nonexistent method 'videos'
2013-02-15 21:33:00 WARNING Init Class Products.Five.metaclass.SimpleViewClass 
from 
/root/plumi.app/eggs/plumi.content-4.5-py2.6.egg/plumi/content/browser/templates/video_listing.pt
 has a security declaration for nonexistent method 'empty'
2013-02-15 21:33:00 WARNING Init Class Products.Five.metaclass.AuthorPage has a 
security declaration for nonexistent method 'author'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/root/plumi.app/scripts/addPlumiSite", line 15, in <module>
    admin = admin.__of__(app.acl_users)
AttributeError: 'NoneType' object has no attribute '__of__'
. 
daemon process stopped
*********************************************
Overwriting versions.cfg
*********************************************


---------------


On Feb 15, 2013, at 3:29 AM, Markos Gogoulos <[email protected]> wrote:

> Seems that for some reason there's a problem downloading that zip file. It 
> might have been a temp issue with github, so try re-run the buildout 
> (./bin/buildout -v)
> 
> 
> On Fri, Feb 15, 2013 at 10:18 AM, Ali Daniali <[email protected]> wrote:
> After I started my plumi buildout script I get the following error - any help 
> is appreciated in determining the cause.
> 
> Installing ngx_upload_module.
> Downloading 
> https://github.com/vkholodkov/nginx-upload-module/archive/master.zip
> While:
>   Installing ngx_upload_module.
> 
> An internal error occured due to a bug in either zc.buildout or in a
> recipe being used:
> Traceback (most recent call last):
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", 
> line 1683, in main
>     getattr(buildout, command)(args)
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", 
> line 555, in install
>     installed_files = self[part]._call(recipe.install)
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", 
> line 1227, in _call
>     return f()
>   File 
> "/root/plumi.app/eggs/hexagonit.recipe.download-1.6-py2.6.egg/hexagonit/recipe/download/__init__.py",
>  line 80, in install
>     path, is_temp = download(self.options['url'], 
> md5sum=self.options.get('md5sum'))
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py", 
> line 94, in __call__
>     local_path, is_temp = self.download_cached(url, md5sum)
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py", 
> line 139, in download_cached
>     _, is_temp = self.download(url, md5sum, cached_path)
>   File 
> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py", 
> line 173, in download
>     tmp_path, headers = urllib.urlretrieve(url, tmp_path)
>   File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File "/usr/lib/python2.6/urllib.py", line 239, in retrieve
>     fp = self.open(url, data)
>   File "/usr/lib/python2.6/urllib.py", line 207, in open
>     return getattr(self, name)(url)
>   File "/usr/lib/python2.6/urllib.py", line 457, in open_https
>     return self.http_error(url, fp, errcode, errmsg, headers)
>   File "/usr/lib/python2.6/urllib.py", line 379, in http_error
>     return self.http_error_default(url, fp, errcode, errmsg, headers)
>   File "/usr/lib/python2.6/urllib.py", line 385, in http_error_default
>     raise IOError, ('http error', errcode, errmsg, headers)
> IOError: ('http error', 406, 'Not Acceptable', <httplib.HTTPMessage instance 
> at 0x1e2a830>)
> *********************************************
> Writing picked versions to versions.cfg
> *********************************************
> *********************************************
> Overwriting versions.cfg
> *********************************************
> 
> 
> _______________________________________________
> Discuss mailing list
> [email protected]
> http://lists.plumi.org/listinfo/discuss
> 
> 
> 
> -- 
> https://unweb.me
> state of the art information systems 
> _______________________________________________
> Discuss mailing list
> [email protected]
> http://lists.plumi.org/listinfo/discuss

_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to