On 25 May, 2009, at 12:26, Graham Perrin wrote:

>
> Thanks to Matt for the note re: python-pyicu
>
> As shown at <http://pastebin.ca/1434204> I have successfully
>
>> Finished processing dependencies for Chandler-Development==0.0.2
>
> In my sandbox I have version 2.6.2 of Python,
>
> centrimad...@centrimadmin-desktop:~/sandbox/chandler2$ ~/sandbox/bin/ 
> python
> -V
> Python 2.6.2
>
> Is that OK, or I should I have a lesser version to proceed?

I just tried Jaunty myself, and I ran into the nasty error pasted  
below. I believe there's a patch available to fix that; I'll try to  
track it down.

--Grant

$ ~/sandbox/bin/chandler-debug
/home/builder/sandbox/lib/python2.6/site-packages/ 
Trellis-0.7a3_dev_r2599-py2.6.egg/peak/events/trellis.py:4:  
DeprecationWarning: the sets module is deprecated
   import sys, UserDict, UserList, sets, stm, types, new, weakref, copy
Traceback (most recent call last):
   File "/home/builder/sandbox/bin/chandler-debug", line 8, in <module>
     load_entry_point('Chandler-Development==0.0.2',  
'console_scripts', 'chandler-debug')()
   File "/home/builder/sandbox/lib/python2.6/site-packages/ 
setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 277, in  
load_entry_point
     return get_distribution(dist).load_entry_point(group, name)
   File "/home/builder/sandbox/lib/python2.6/site-packages/ 
setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 2180, in  
load_entry_point
     return ep.load()
   File "/home/builder/sandbox/lib/python2.6/site-packages/ 
setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 1913, in load
     entry = __import__(self.module_name, globals(),globals(),  
['__name__'])
   File "/home/builder/sandbox/chandler2/Chandler-Development/chandler/ 
debug/py_crust.py", line 5, in <module>
     from chandler import runtime
   File "/home/builder/sandbox/chandler2/Chandler-Platform/chandler/ 
runtime.py", line 7, in <module>
     from peak.events import trellis, activity
   File "/home/builder/sandbox/lib/python2.6/site-packages/ 
Trellis-0.7a3_dev_r2599-py2.6.egg/peak/events/trellis.py", line 1231,  
in <module>
     class List(UserList.UserList, Component):
   File "/home/builder/sandbox/lib/python2.6/abc.py", line 79, in  
__new__
     cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
TypeError: Error when calling the metaclass bases
     metaclass conflict: the metaclass of a derived class must be a  
(non-strict) subclass of the metaclasses of all its bases


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to