Problem installing rum

17 views
Skip to first unread message

Michael_D_G

unread,
Aug 15, 2010, 10:29:09 PM8/15/10
to rum-discuss
from rum import RumApp

fails.

I was trying to use rum with pylons but ran into a problem on rum
install.
Initially saw the problem on mac OS X 10.6.4 with python 2.6 but
reproduced
the identical problem on Ubuntu Lucid 10.4 with python 2.6

Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rum import RumApp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/__init__.py", line 7, in <module>
from rum.view import ViewFactory
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/view.py", line 6, in <module>
from rum.genericfunctions import generic, when
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/genericfunctions.py", line 1, in
<module>
from rumgeneric import *
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum_generic-0.0dev-py2.6.egg/rumgeneric/__init__.py", line 3, in
<module>
from peak.rules import AmbiguousMethods, NoApplicableMethods,
intersect
ImportError: cannot import name intersect
>>>

------------
To be sure, I get this after creating a fresh virtualenv

$ mkvirtualenv -no-site-packages rumdemo
(rumdemo)$ easy_install rum

For reference I have included the easy_install output at the end of
the post.

On inspecting error in rumgeneric/__init__.py
it didn't look like intersect was being used so I removed it.

After that it failed again:

Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rum import RumApp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/__init__.py", line 7, in <module>
from rum.view import ViewFactory
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/view.py", line 6, in <module>
from rum.genericfunctions import generic, when
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum-0.3dev_20100617-py2.6.egg/rum/genericfunctions.py", line 1, in
<module>
from rumgeneric import *
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
rum_generic-0.0dev-py2.6.egg/rumgeneric/__init__.py", line 9, in
<module>
from prioritized_methods import prioritized_when as when,\
File "/home/michael/.virtualenvs/rumdemo/lib/python2.6/site-packages/
prioritized_methods-0.2.1-py2.6.egg/prioritized_methods.py", line 135,
in <module>
from peak.rules import Method, Around, Before, After, abstract,\
ImportError: cannot import name Method
>>>

At which point I gave up.... not before being
made a bit uneasy by

>> from prioritized_methods import prioritized_when as when

given that `when' is now a keyword.

Sorry I can't offer a patch. Rum looks really cool. Hope this helps.



-michael



------------ Easy Install output -----------

Searching for rum
Reading http://pypi.python.org/simple/rum/
Reading http://python-rum.org/
Best match: rum 0.3dev-20100617
Downloading http://pypi.python.org/packages/source/r/rum/rum-0.3dev-20100617.tar.gz#md5=e758ab5eaef8746b2cfb74cd34343c1a
Processing rum-0.3dev-20100617.tar.gz
Running rum-0.3dev-20100617/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-63fJLb/rum-0.3dev-20100617/egg-dist-tmp-KtJ6tR
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown
distribution option: 'message_extractors'
warnings.warn(msg)
Adding rum 0.3dev-20100617 to easy-install.pth file
Installing rum_i18n_update script to /home/michael/.virtualenvs/
rumdemo/bin

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/rum-0.3dev_20100617-py2.6.egg
Processing dependencies for rum
Searching for rum-policy
Reading http://pypi.python.org/simple/rum-policy/
Reading http://bitbucket.org/brickenstein/rum-policy
Best match: rum-policy 0.0.5dev
Downloading http://pypi.python.org/packages/source/r/rum-policy/rum-policy-0.0.5dev.tar.gz#md5=2ce46cf8be52e8a827ab4fdf7f17198b
Processing rum-policy-0.0.5dev.tar.gz
Running rum-policy-0.0.5dev/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-AYGwTx/rum-policy-0.0.5dev/egg-dist-tmp-sUvwNl
Adding rum-policy 0.0.5dev to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/rum_policy-0.0.5dev-py2.6.egg
Searching for rum-generic
Reading http://pypi.python.org/simple/rum-generic/
Reading http://bitbucket.org/brickenstein/rum-generic
Best match: rum-generic 0.0dev
Downloading http://pypi.python.org/packages/source/r/rum-generic/rum-generic-0.0dev.tar.gz#md5=3413e38b07e167cef0e102fff5443d09
Processing rum-generic-0.0dev.tar.gz
Running rum-generic-0.0dev/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-omxRe3/rum-generic-0.0dev/egg-dist-tmp-BSd4Ta
Adding rum-generic 0.0dev to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/rum_generic-0.0dev-py2.6.egg
Searching for rum.component
Reading http://pypi.python.org/simple/rum.component/
Best match: rum.component 0.0.1dev
Downloading http://pypi.python.org/packages/source/r/rum.component/rum.component-0.0.1dev.zip#md5=a09b687278d75183f1eb8fd7aa799d7e
Processing rum.component-0.0.1dev.zip
Running rum.component-0.0.1dev/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-WwZHn4/rum.component-0.0.1dev/egg-dist-tmp-AJZBlW
Adding rum.component 0.0.1dev to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/rum.component-0.0.1dev-py2.6.egg
Searching for EggTranslations>=1.2.1
Reading http://pypi.python.org/simple/EggTranslations/
Reading http://chandlerproject.org/Projects/EggTranslations
Best match: EggTranslations 1.2.1
Downloading
http://pypi.python.org/packages/source/E/EggTranslations/EggTranslations-1.2.1.tar.gz#md5=c117fd31f8105397cfb55f78dba13b9f
Processing EggTranslations-1.2.1.tar.gz
Running EggTranslations-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-z0ddgO/EggTranslations-1.2.1/egg-dist-tmp-b9MdJh
Adding EggTranslations 1.2.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/EggTranslations-1.2.1-py2.6.egg
Searching for Babel>=0.9.4
Reading http://pypi.python.org/simple/Babel/
Reading http://babel.edgewall.org/
Reading http://babel.edgewall.org/wiki/Download
Best match: Babel 0.9.5
Downloading http://ftp.edgewall.com/pub/babel/Babel-0.9.5-py2.6.egg
Processing Babel-0.9.5-py2.6.egg
creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Babel-0.9.5-py2.6.egg
Extracting Babel-0.9.5-py2.6.egg to /home/michael/.virtualenvs/rumdemo/
lib/python2.6/site-packages
Adding Babel 0.9.5 to easy-install.pth file
Installing pybabel script to /home/michael/.virtualenvs/rumdemo/bin

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Babel-0.9.5-py2.6.egg
Searching for Routes>=1.10
Reading http://pypi.python.org/simple/Routes/
Reading http://routes.groovie.org/
Best match: Routes 1.12.3
Downloading http://pypi.python.org/packages/source/R/Routes/Routes-1.12.3.tar.gz#md5=9740ff424ff6b841632c784a38fb2be3
Processing Routes-1.12.3.tar.gz
Running Routes-1.12.3/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-KGTOjl/Routes-1.12.3/egg-dist-tmp-SmSZGf
warning: no previously-included files matching '.DS_Store' found
anywhere in distribution
warning: no previously-included files matching '*.hgignore' found
anywhere in distribution
warning: no previously-included files matching '*.hgtags' found
anywhere in distribution
Adding Routes 1.12.3 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Routes-1.12.3-py2.6.egg
Searching for WebOb>=0.9.7.1
Reading http://pypi.python.org/simple/WebOb/
Reading http://pythonpaste.org/webob/
Best match: WebOb 0.9.8
Downloading http://pypi.python.org/packages/source/W/WebOb/WebOb-0.9.8.tar.gz#md5=07d1a1a4b0bf0faa67cb6638c632ea61
Processing WebOb-0.9.8.tar.gz
Running WebOb-0.9.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
EizKYE/WebOb-0.9.8/egg-dist-tmp-QZe_Dc
warning: no previously-included files matching '*' found under
directory 'docs/_build/_sources'
Adding WebOb 0.9.8 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/WebOb-0.9.8-py2.6.egg
Searching for PasteDeploy>=1.3.2
Reading http://pypi.python.org/simple/PasteDeploy/
Reading http://pythonpaste.org/deploy/
Reading http://pythonpaste.org/deploy/paste-deploy.html
Best match: PasteDeploy 1.3.3
Downloading http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.3.3.tar.gz#md5=0598aa8ab4184ea8087839b811f92284
Processing PasteDeploy-1.3.3.tar.gz
Running PasteDeploy-1.3.3/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-CqWDsa/PasteDeploy-1.3.3/egg-dist-tmp-vmLT5H
warning: no files found matching 'docs/*.html'
warning: no previously-included files found matching 'docs/rebuild'
Adding PasteDeploy 1.3.3 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/PasteDeploy-1.3.3-py2.6.egg
Searching for PasteScript>=1.6.3
Reading http://pypi.python.org/simple/PasteScript/
Reading http://pythonpaste.org/script/
Best match: PasteScript 1.7.3
Downloading http://pypi.python.org/packages/source/P/PasteScript/PasteScript-1.7.3.tar.gz#md5=9101a3a23809d3413b39ba8b75dd0bce
Processing PasteScript-1.7.3.tar.gz
Running PasteScript-1.7.3/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-mauk8D/PasteScript-1.7.3/egg-dist-tmp-lXCiJH
Adding PasteScript 1.7.3 to easy-install.pth file
Installing paster script to /home/michael/.virtualenvs/rumdemo/bin
Installing paster script to /home/michael/.virtualenvs/rumdemo/bin

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/PasteScript-1.7.3-py2.6.egg
Searching for Paste>=1.7.1
Reading http://pypi.python.org/simple/Paste/
Reading http://pythonpaste.org
Best match: Paste 1.7.4
Downloading http://pypi.python.org/packages/source/P/Paste/Paste-1.7.4.tar.gz#md5=e5c6b93ebb8f6f66356430c84e694775
Processing Paste-1.7.4.tar.gz
Running Paste-1.7.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
V58m3x/Paste-1.7.4/egg-dist-tmp-pfRLNh
warning: no previously-included files matching '*' found under
directory 'docs/_build/_sources'
Adding Paste 1.7.4 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Paste-1.7.4-py2.6.egg
Searching for configobj>=4.5.3
Reading http://pypi.python.org/simple/configobj/
Reading http://www.voidspace.org.uk/python/configobj.html
Page at http://pypi.python.org/simple/configobj/ links to .py file(s)
without version info; an index scan is required.
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.4.0.zip
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.0.zip
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.1.zip
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.2.zip
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.3.zip
Best match: configobj 4.7.2
Downloading http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
Processing configobj-4.7.2.zip
Running configobj-4.7.2/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-5Xiip2/configobj-4.7.2/egg-dist-tmp-uL4LOC
zip_safe flag not set; analyzing archive contents...
Adding configobj 4.7.2 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/configobj-4.7.2-py2.6.egg
Searching for simplejson>=2.0.8
Reading http://pypi.python.org/simple/simplejson/
Reading http://undefined.org/python/#simplejson
Best match: simplejson 2.1.1
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
Processing simplejson-2.1.1.tar.gz
Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-wykcnl/simplejson-2.1.1/egg-dist-tmp-fM25Ta
Adding simplejson 2.1.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/simplejson-2.1.1-py2.6-linux-x86_64.egg
Searching for TurboJson>=1.2
Reading http://pypi.python.org/simple/TurboJson/
Reading http://docs.turbogears.org/TurboJson
Reading http://www.turbogears.org/docs/plugins/template.html
Reading http://www.turbogears.org/download/
Best match: TurboJson 1.2.1
Downloading http://pypi.python.org/packages/source/T/TurboJson/TurboJson-1.2.1.tar.gz#md5=57fbcd25c831c53ae9d4c595233925eb
Processing TurboJson-1.2.1.tar.gz
Running TurboJson-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-YS6bvy/TurboJson-1.2.1/egg-dist-tmp-k3oQL8
Adding TurboJson 1.2.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/TurboJson-1.2.1-py2.6.egg
Searching for Genshi>=0.5.1
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
Best match: Genshi 0.6
Downloading http://ftp.edgewall.com/pub/genshi/Genshi-0.6-py2.6.egg
Processing Genshi-0.6-py2.6.egg
creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Genshi-0.6-py2.6.egg
Extracting Genshi-0.6-py2.6.egg to /home/michael/.virtualenvs/rumdemo/
lib/python2.6/site-packages
Adding Genshi 0.6 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Genshi-0.6-py2.6.egg
Searching for prioritized-methods>=0.2.1
Reading http://pypi.python.org/simple/prioritized_methods/
Reading http://toscawidgets.org/download
Best match: prioritized-methods 0.2.1
Downloading
http://pypi.python.org/packages/source/p/prioritized_methods/prioritized_methods-0.2.1.tar.gz#md5=1e9d9de02291b0fc27942b48c170ddc3
Processing prioritized_methods-0.2.1.tar.gz
Running prioritized_methods-0.2.1/setup.py -q bdist_egg --dist-dir /
tmp/easy_install-r_RDuM/prioritized_methods-0.2.1/egg-dist-tmp-J8gRLM
Adding prioritized-methods 0.2.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/prioritized_methods-0.2.1-py2.6.egg
Searching for ToscaWidgets>=0.9.3
Reading http://pypi.python.org/simple/ToscaWidgets/
Reading http://toscawidgets.org/
Reading http://toscawidgets.org/download/
Best match: ToscaWidgets 0.9.10
Downloading http://pypi.python.org/packages/2.6/T/ToscaWidgets/ToscaWidgets-0.9.10-py2.6.egg#md5=4e9a3202226782d8d59915f3b2dd8078
Processing ToscaWidgets-0.9.10-py2.6.egg
creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/ToscaWidgets-0.9.10-py2.6.egg
Extracting ToscaWidgets-0.9.10-py2.6.egg to /home/michael/.virtualenvs/
rumdemo/lib/python2.6/site-packages
Adding ToscaWidgets 0.9.10 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/ToscaWidgets-0.9.10-py2.6.egg
Searching for repoze.tm2>=1.0a1
Reading http://pypi.python.org/simple/repoze.tm2/
Reading http://www.repoze.org
Best match: repoze.tm2 1.0a5
Downloading http://pypi.python.org/packages/source/r/repoze.tm2/repoze.tm2-1.0a5.tar.gz#md5=e874e84259b753dd0157260412d61173
Processing repoze.tm2-1.0a5.tar.gz
Running repoze.tm2-1.0a5/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-6_OdGW/repoze.tm2-1.0a5/egg-dist-tmp-WczBhW
Adding repoze.tm2 1.0a5 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/repoze.tm2-1.0a5-py2.6.egg
Searching for FormEncode>=1.1
Reading http://pypi.python.org/simple/FormEncode/
Reading http://formencode.org
Reading http://formencode.sf.net
Best match: FormEncode 1.2.2
Downloading http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.2.tar.gz#md5=da23d54af521d1feab12b4caf30e3111
Processing FormEncode-1.2.2.tar.gz
Running FormEncode-1.2.2/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-IH1CY_/FormEncode-1.2.2/egg-dist-tmp-1zMvbu
warning: no files found matching '*.py' under directory '.'
warning: no files found matching '*.html' under directory 'docs'
no previously-included directories found matching '**/.svn'
Adding FormEncode 1.2.2 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/FormEncode-1.2.2-py2.6.egg
Searching for WebFlash>=0.1a7
Reading http://pypi.python.org/simple/WebFlash/
Reading http://python-rum.org/wiki/WebFlash
Best match: WebFlash 0.1a9
Downloading http://pypi.python.org/packages/source/W/WebFlash/WebFlash-0.1a9.tar.gz#md5=faf2a563097baa7b24cf724565d5b1d0
Processing WebFlash-0.1a9.tar.gz
Running WebFlash-0.1a9/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-dNqKzH/WebFlash-0.1a9/egg-dist-tmp-6wTpsi
Adding WebFlash 0.1a9 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/WebFlash-0.1a9-py2.6.egg
Searching for PEAK-Rules>=0.5a1.dev-r2569
Reading http://pypi.python.org/simple/PEAK-Rules/
Reading http://peak.telecommunity.com/snapshots/
Best match: PEAK-Rules 0.5a1.dev-r2662
Downloading http://peak.telecommunity.com/snapshots/PEAK-Rules-0.5a1.dev-r2662.tar.gz
Processing PEAK-Rules-0.5a1.dev-r2662.tar.gz
Running PEAK-Rules-0.5a1.dev-r2662/setup.py -q bdist_egg --dist-dir /
tmp/easy_install-IY20b7/PEAK-Rules-0.5a1.dev-r2662/egg-dist-tmp-l63yh5
zip_safe flag not set; analyzing archive contents...
Adding PEAK-Rules 0.5a1.dev-r2662 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/PEAK_Rules-0.5a1.dev_r2662-py2.6.egg
Searching for transaction
Reading http://pypi.python.org/simple/transaction/
Reading http://www.zope.org/Products/ZODB
Best match: transaction 1.1.0
Downloading http://pypi.python.org/packages/source/t/transaction/transaction-1.1.0.tar.gz#md5=0447d43034d24b8d43576ea16acf37e2
Processing transaction-1.1.0.tar.gz
Running transaction-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-PYfmv7/transaction-1.1.0/egg-dist-tmp-MoDbIq
Adding transaction 1.1.0 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/transaction-1.1.0-py2.6.egg
Searching for Extremes>=1.1
Reading http://pypi.python.org/simple/Extremes/
Best match: Extremes 1.1.1
Downloading http://pypi.python.org/packages/source/E/Extremes/Extremes-1.1.1.zip#md5=744c685f3ab2b94819fa34e41ca7e268
Processing Extremes-1.1.1.zip
Running Extremes-1.1.1/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-ul9upx/Extremes-1.1.1/egg-dist-tmp-HpYnmB
zip_safe flag not set; analyzing archive contents...
Adding Extremes 1.1.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/Extremes-1.1.1-py2.6.egg
Searching for AddOns>=0.6
Reading http://pypi.python.org/simple/AddOns/
Best match: AddOns 0.7
Downloading http://pypi.python.org/packages/source/A/AddOns/AddOns-0.7.zip#md5=114e13ca0d81d870afad038d4bbd4f2f
Processing AddOns-0.7.zip
Running AddOns-0.7/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-54N2ej/AddOns-0.7/egg-dist-tmp-ySUgnx
zip_safe flag not set; analyzing archive contents...
Adding AddOns 0.7 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/AddOns-0.7-py2.6.egg
Searching for DecoratorTools>=1.7dev-r2450
Reading http://pypi.python.org/simple/DecoratorTools/
Reading http://peak.telecommunity.com/DevCenter/DecoratorTools
Best match: DecoratorTools 1.8
Downloading http://pypi.python.org/packages/source/D/DecoratorTools/DecoratorTools-1.8.zip#md5=f161004115c3d04ed976c230c8a91d87
Processing DecoratorTools-1.8.zip
Running DecoratorTools-1.8/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-w4khLH/DecoratorTools-1.8/egg-dist-tmp-pXSCQ0
zip_safe flag not set; analyzing archive contents...
Adding DecoratorTools 1.8 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/DecoratorTools-1.8-py2.6.egg
Searching for BytecodeAssembler>=0.6
Best match: BytecodeAssembler 0.6-r2646
Downloading http://peak.telecommunity.com/snapshots/BytecodeAssembler-0.6-r2646.tar.gz
Processing BytecodeAssembler-0.6-r2646.tar.gz
Running BytecodeAssembler-0.6-r2646/setup.py -q bdist_egg --dist-dir /
tmp/easy_install-CqDmp3/BytecodeAssembler-0.6-r2646/egg-dist-tmp-
muffGK
zip_safe flag not set; analyzing archive contents...
Adding BytecodeAssembler 0.6-r2646 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/BytecodeAssembler-0.6_r2646-py2.6.egg
Searching for zope.interface
Reading http://pypi.python.org/simple/zope.interface/
Best match: zope.interface 3.6.1
Downloading
http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.6.1.tar.gz#md5=7a895181b8d10be4a7e9a3afa13cd3be
Processing zope.interface-3.6.1.tar.gz
Running zope.interface-3.6.1/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-LeSJzQ/zope.interface-3.6.1/egg-dist-tmp-knhfXp
Adding zope.interface 3.6.1 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/zope.interface-3.6.1-py2.6-linux-x86_64.egg
Searching for SymbolType>=1.0
Reading http://pypi.python.org/simple/SymbolType/
Reading http://peak.telecommunity.com/DevCenter/SymbolType
Best match: SymbolType 1.0
Downloading http://pypi.python.org/packages/source/S/SymbolType/SymbolType-1.0.zip#md5=4b9155cc908b249f029a518b8de09368
Processing SymbolType-1.0.zip
Running SymbolType-1.0/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-LMjBgH/SymbolType-1.0/egg-dist-tmp-a3f0PY
zip_safe flag not set; analyzing archive contents...
Adding SymbolType 1.0 to easy-install.pth file

Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
packages/SymbolType-1.0-py2.6.egg
Finished processing dependencies for rum

Michael Brickenstein

unread,
Aug 16, 2010, 2:36:10 AM8/16/10
to rum-discuss
Hi!

I did not analyze it yet , maybe some incompatibility
with the latest very cool peak.rules version.
Can you try downgrading it and report back?

Cheers,
Michael
> Readinghttp://python-rum.org/
> Best match: rum 0.3dev-20100617
> Downloadinghttp://pypi.python.org/packages/source/r/rum/rum-0.3dev-20100617.tar....
> Processing rum-0.3dev-20100617.tar.gz
> Running rum-0.3dev-20100617/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-63fJLb/rum-0.3dev-20100617/egg-dist-tmp-KtJ6tR
> /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown
> distribution option: 'message_extractors'
>   warnings.warn(msg)
> Adding rum 0.3dev-20100617 to easy-install.pth file
> Installing rum_i18n_update script to /home/michael/.virtualenvs/
> rumdemo/bin
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/rum-0.3dev_20100617-py2.6.egg
> Processing dependencies for rum
> Searching for rum-policy
> Readinghttp://pypi.python.org/simple/rum-policy/
> Readinghttp://bitbucket.org/brickenstein/rum-policy
> Best match: rum-policy 0.0.5dev
> Downloadinghttp://pypi.python.org/packages/source/r/rum-policy/rum-policy-0.0.5d...
> Processing rum-policy-0.0.5dev.tar.gz
> Running rum-policy-0.0.5dev/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-AYGwTx/rum-policy-0.0.5dev/egg-dist-tmp-sUvwNl
> Adding rum-policy 0.0.5dev to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/rum_policy-0.0.5dev-py2.6.egg
> Searching for rum-generic
> Readinghttp://pypi.python.org/simple/rum-generic/
> Readinghttp://bitbucket.org/brickenstein/rum-generic
> Best match: rum-generic 0.0dev
> Downloadinghttp://pypi.python.org/packages/source/r/rum-generic/rum-generic-0.0d...
> Processing rum-generic-0.0dev.tar.gz
> Running rum-generic-0.0dev/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-omxRe3/rum-generic-0.0dev/egg-dist-tmp-BSd4Ta
> Adding rum-generic 0.0dev to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/rum_generic-0.0dev-py2.6.egg
> Searching for rum.component
> Readinghttp://pypi.python.org/simple/rum.component/
> Best match: rum.component 0.0.1dev
> Downloadinghttp://pypi.python.org/packages/source/r/rum.component/rum.component-...
> Processing rum.component-0.0.1dev.zip
> Running rum.component-0.0.1dev/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-WwZHn4/rum.component-0.0.1dev/egg-dist-tmp-AJZBlW
> Adding rum.component 0.0.1dev to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/rum.component-0.0.1dev-py2.6.egg
> Searching for EggTranslations>=1.2.1
> Readinghttp://pypi.python.org/simple/EggTranslations/
> Readinghttp://chandlerproject.org/Projects/EggTranslations
> Best match: EggTranslations 1.2.1
> Downloadinghttp://pypi.python.org/packages/source/E/EggTranslations/EggTranslati...
> Processing EggTranslations-1.2.1.tar.gz
> Running EggTranslations-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-z0ddgO/EggTranslations-1.2.1/egg-dist-tmp-b9MdJh
> Adding EggTranslations 1.2.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/EggTranslations-1.2.1-py2.6.egg
> Searching for Babel>=0.9.4
> Readinghttp://pypi.python.org/simple/Babel/
> Readinghttp://babel.edgewall.org/
> Readinghttp://babel.edgewall.org/wiki/Download
> Best match: Babel 0.9.5
> Downloadinghttp://ftp.edgewall.com/pub/babel/Babel-0.9.5-py2.6.egg
> Processing Babel-0.9.5-py2.6.egg
> creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Babel-0.9.5-py2.6.egg
> Extracting Babel-0.9.5-py2.6.egg to /home/michael/.virtualenvs/rumdemo/
> lib/python2.6/site-packages
> Adding Babel 0.9.5 to easy-install.pth file
> Installing pybabel script to /home/michael/.virtualenvs/rumdemo/bin
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Babel-0.9.5-py2.6.egg
> Searching for Routes>=1.10
> Readinghttp://pypi.python.org/simple/Routes/
> Readinghttp://routes.groovie.org/
> Best match: Routes 1.12.3
> Downloadinghttp://pypi.python.org/packages/source/R/Routes/Routes-1.12.3.tar.gz#...
> Processing Routes-1.12.3.tar.gz
> Running Routes-1.12.3/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-KGTOjl/Routes-1.12.3/egg-dist-tmp-SmSZGf
> warning: no previously-included files matching '.DS_Store' found
> anywhere in distribution
> warning: no previously-included files matching '*.hgignore' found
> anywhere in distribution
> warning: no previously-included files matching '*.hgtags' found
> anywhere in distribution
> Adding Routes 1.12.3 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Routes-1.12.3-py2.6.egg
> Searching for WebOb>=0.9.7.1
> Readinghttp://pypi.python.org/simple/WebOb/
> Readinghttp://pythonpaste.org/webob/
> Best match: WebOb 0.9.8
> Downloadinghttp://pypi.python.org/packages/source/W/WebOb/WebOb-0.9.8.tar.gz#md5...
> Processing WebOb-0.9.8.tar.gz
> Running WebOb-0.9.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> EizKYE/WebOb-0.9.8/egg-dist-tmp-QZe_Dc
> warning: no previously-included files matching '*' found under
> directory 'docs/_build/_sources'
> Adding WebOb 0.9.8 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/WebOb-0.9.8-py2.6.egg
> Searching for PasteDeploy>=1.3.2
> Readinghttp://pypi.python.org/simple/PasteDeploy/
> Readinghttp://pythonpaste.org/deploy/
> Readinghttp://pythonpaste.org/deploy/paste-deploy.html
> Best match: PasteDeploy 1.3.3
> Downloadinghttp://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.3....
> Processing PasteDeploy-1.3.3.tar.gz
> Running PasteDeploy-1.3.3/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-CqWDsa/PasteDeploy-1.3.3/egg-dist-tmp-vmLT5H
> warning: no files found matching 'docs/*.html'
> warning: no previously-included files found matching 'docs/rebuild'
> Adding PasteDeploy 1.3.3 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/PasteDeploy-1.3.3-py2.6.egg
> Searching for PasteScript>=1.6.3
> Readinghttp://pypi.python.org/simple/PasteScript/
> Readinghttp://pythonpaste.org/script/
> Best match: PasteScript 1.7.3
> Downloadinghttp://pypi.python.org/packages/source/P/PasteScript/PasteScript-1.7....
> Processing PasteScript-1.7.3.tar.gz
> Running PasteScript-1.7.3/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-mauk8D/PasteScript-1.7.3/egg-dist-tmp-lXCiJH
> Adding PasteScript 1.7.3 to easy-install.pth file
> Installing paster script to /home/michael/.virtualenvs/rumdemo/bin
> Installing paster script to /home/michael/.virtualenvs/rumdemo/bin
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/PasteScript-1.7.3-py2.6.egg
> Searching for Paste>=1.7.1
> Readinghttp://pypi.python.org/simple/Paste/
> Readinghttp://pythonpaste.org
> Best match: Paste 1.7.4
> Downloadinghttp://pypi.python.org/packages/source/P/Paste/Paste-1.7.4.tar.gz#md5...
> Processing Paste-1.7.4.tar.gz
> Running Paste-1.7.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-
> V58m3x/Paste-1.7.4/egg-dist-tmp-pfRLNh
> warning: no previously-included files matching '*' found under
> directory 'docs/_build/_sources'
> Adding Paste 1.7.4 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Paste-1.7.4-py2.6.egg
> Searching for configobj>=4.5.3
> Readinghttp://pypi.python.org/simple/configobj/
> Readinghttp://www.voidspace.org.uk/python/configobj.html
> Page athttp://pypi.python.org/simple/configobj/links to .py file(s)
> without version info; an index scan is required.
> Scanning index of all packages (this may take a while)
> Readinghttp://pypi.python.org/simple/
> Readinghttp://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configo...
> Readinghttp://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configo...
> Readinghttp://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configo...
> Readinghttp://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configo...
> Readinghttp://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configo...
> Best match: configobj 4.7.2
> Downloadinghttp://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
> Processing configobj-4.7.2.zip
> Running configobj-4.7.2/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-5Xiip2/configobj-4.7.2/egg-dist-tmp-uL4LOC
> zip_safe flag not set; analyzing archive contents...
> Adding configobj 4.7.2 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/configobj-4.7.2-py2.6.egg
> Searching for simplejson>=2.0.8
> Readinghttp://pypi.python.org/simple/simplejson/
> Readinghttp://undefined.org/python/#simplejson
> Best match: simplejson 2.1.1
> Downloadinghttp://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1....
> Processing simplejson-2.1.1.tar.gz
> Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-wykcnl/simplejson-2.1.1/egg-dist-tmp-fM25Ta
> Adding simplejson 2.1.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/simplejson-2.1.1-py2.6-linux-x86_64.egg
> Searching for TurboJson>=1.2
> Readinghttp://pypi.python.org/simple/TurboJson/
> Readinghttp://docs.turbogears.org/TurboJson
> Readinghttp://www.turbogears.org/docs/plugins/template.html
> Readinghttp://www.turbogears.org/download/
> Best match: TurboJson 1.2.1
> Downloadinghttp://pypi.python.org/packages/source/T/TurboJson/TurboJson-1.2.1.ta...
> Processing TurboJson-1.2.1.tar.gz
> Running TurboJson-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-YS6bvy/TurboJson-1.2.1/egg-dist-tmp-k3oQL8
> Adding TurboJson 1.2.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/TurboJson-1.2.1-py2.6.egg
> Searching for Genshi>=0.5.1
> Readinghttp://pypi.python.org/simple/Genshi/
> Readinghttp://genshi.edgewall.org/
> Readinghttp://genshi.edgewall.org/wiki/Download
> Best match: Genshi 0.6
> Downloadinghttp://ftp.edgewall.com/pub/genshi/Genshi-0.6-py2.6.egg
> Processing Genshi-0.6-py2.6.egg
> creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Genshi-0.6-py2.6.egg
> Extracting Genshi-0.6-py2.6.egg to /home/michael/.virtualenvs/rumdemo/
> lib/python2.6/site-packages
> Adding Genshi 0.6 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Genshi-0.6-py2.6.egg
> Searching for prioritized-methods>=0.2.1
> Readinghttp://pypi.python.org/simple/prioritized_methods/
> Readinghttp://toscawidgets.org/download
> Best match: prioritized-methods 0.2.1
> Downloadinghttp://pypi.python.org/packages/source/p/prioritized_methods/prioriti...
> Processing prioritized_methods-0.2.1.tar.gz
> Running prioritized_methods-0.2.1/setup.py -q bdist_egg --dist-dir /
> tmp/easy_install-r_RDuM/prioritized_methods-0.2.1/egg-dist-tmp-J8gRLM
> Adding prioritized-methods 0.2.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/prioritized_methods-0.2.1-py2.6.egg
> Searching for ToscaWidgets>=0.9.3
> Readinghttp://pypi.python.org/simple/ToscaWidgets/
> Readinghttp://toscawidgets.org/
> Readinghttp://toscawidgets.org/download/
> Best match: ToscaWidgets 0.9.10
> Downloadinghttp://pypi.python.org/packages/2.6/T/ToscaWidgets/ToscaWidgets-0.9.1...
> Processing ToscaWidgets-0.9.10-py2.6.egg
> creating /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/ToscaWidgets-0.9.10-py2.6.egg
> Extracting ToscaWidgets-0.9.10-py2.6.egg to /home/michael/.virtualenvs/
> rumdemo/lib/python2.6/site-packages
> Adding ToscaWidgets 0.9.10 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/ToscaWidgets-0.9.10-py2.6.egg
> Searching for repoze.tm2>=1.0a1
> Readinghttp://pypi.python.org/simple/repoze.tm2/
> Readinghttp://www.repoze.org
> Best match: repoze.tm2 1.0a5
> Downloadinghttp://pypi.python.org/packages/source/r/repoze.tm2/repoze.tm2-1.0a5....
> Processing repoze.tm2-1.0a5.tar.gz
> Running repoze.tm2-1.0a5/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-6_OdGW/repoze.tm2-1.0a5/egg-dist-tmp-WczBhW
> Adding repoze.tm2 1.0a5 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/repoze.tm2-1.0a5-py2.6.egg
> Searching for FormEncode>=1.1
> Readinghttp://pypi.python.org/simple/FormEncode/
> Readinghttp://formencode.org
> Readinghttp://formencode.sf.net
> Best match: FormEncode 1.2.2
> Downloadinghttp://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.2....
> Processing FormEncode-1.2.2.tar.gz
> Running FormEncode-1.2.2/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-IH1CY_/FormEncode-1.2.2/egg-dist-tmp-1zMvbu
> warning: no files found matching '*.py' under directory '.'
> warning: no files found matching '*.html' under directory 'docs'
> no previously-included directories found matching '**/.svn'
> Adding FormEncode 1.2.2 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/FormEncode-1.2.2-py2.6.egg
> Searching for WebFlash>=0.1a7
> Readinghttp://pypi.python.org/simple/WebFlash/
> Readinghttp://python-rum.org/wiki/WebFlash
> Best match: WebFlash 0.1a9
> Downloadinghttp://pypi.python.org/packages/source/W/WebFlash/WebFlash-0.1a9.tar....
> Processing WebFlash-0.1a9.tar.gz
> Running WebFlash-0.1a9/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-dNqKzH/WebFlash-0.1a9/egg-dist-tmp-6wTpsi
> Adding WebFlash 0.1a9 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/WebFlash-0.1a9-py2.6.egg
> Searching for PEAK-Rules>=0.5a1.dev-r2569
> Readinghttp://pypi.python.org/simple/PEAK-Rules/
> Readinghttp://peak.telecommunity.com/snapshots/
> Best match: PEAK-Rules 0.5a1.dev-r2662
> Downloadinghttp://peak.telecommunity.com/snapshots/PEAK-Rules-0.5a1.dev-r2662.ta...
> Processing PEAK-Rules-0.5a1.dev-r2662.tar.gz
> Running PEAK-Rules-0.5a1.dev-r2662/setup.py -q bdist_egg --dist-dir /
> tmp/easy_install-IY20b7/PEAK-Rules-0.5a1.dev-r2662/egg-dist-tmp-l63yh5
> zip_safe flag not set; analyzing archive contents...
> Adding PEAK-Rules 0.5a1.dev-r2662 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/PEAK_Rules-0.5a1.dev_r2662-py2.6.egg
> Searching for transaction
> Readinghttp://pypi.python.org/simple/transaction/
> Readinghttp://www.zope.org/Products/ZODB
> Best match: transaction 1.1.0
> Downloadinghttp://pypi.python.org/packages/source/t/transaction/transaction-1.1....
> Processing transaction-1.1.0.tar.gz
> Running transaction-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-PYfmv7/transaction-1.1.0/egg-dist-tmp-MoDbIq
> Adding transaction 1.1.0 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/transaction-1.1.0-py2.6.egg
> Searching for Extremes>=1.1
> Readinghttp://pypi.python.org/simple/Extremes/
> Best match: Extremes 1.1.1
> Downloadinghttp://pypi.python.org/packages/source/E/Extremes/Extremes-1.1.1.zip#...
> Processing Extremes-1.1.1.zip
> Running Extremes-1.1.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-ul9upx/Extremes-1.1.1/egg-dist-tmp-HpYnmB
> zip_safe flag not set; analyzing archive contents...
> Adding Extremes 1.1.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/Extremes-1.1.1-py2.6.egg
> Searching for AddOns>=0.6
> Readinghttp://pypi.python.org/simple/AddOns/
> Best match: AddOns 0.7
> Downloadinghttp://pypi.python.org/packages/source/A/AddOns/AddOns-0.7.zip#md5=11...
> Processing AddOns-0.7.zip
> Running AddOns-0.7/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-54N2ej/AddOns-0.7/egg-dist-tmp-ySUgnx
> zip_safe flag not set; analyzing archive contents...
> Adding AddOns 0.7 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/AddOns-0.7-py2.6.egg
> Searching for DecoratorTools>=1.7dev-r2450
> Readinghttp://pypi.python.org/simple/DecoratorTools/
> Readinghttp://peak.telecommunity.com/DevCenter/DecoratorTools
> Best match: DecoratorTools 1.8
> Downloadinghttp://pypi.python.org/packages/source/D/DecoratorTools/DecoratorTool...
> Processing DecoratorTools-1.8.zip
> Running DecoratorTools-1.8/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-w4khLH/DecoratorTools-1.8/egg-dist-tmp-pXSCQ0
> zip_safe flag not set; analyzing archive contents...
> Adding DecoratorTools 1.8 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/DecoratorTools-1.8-py2.6.egg
> Searching for BytecodeAssembler>=0.6
> Best match: BytecodeAssembler 0.6-r2646
> Downloadinghttp://peak.telecommunity.com/snapshots/BytecodeAssembler-0.6-r2646.t...
> Processing BytecodeAssembler-0.6-r2646.tar.gz
> Running BytecodeAssembler-0.6-r2646/setup.py -q bdist_egg --dist-dir /
> tmp/easy_install-CqDmp3/BytecodeAssembler-0.6-r2646/egg-dist-tmp-
> muffGK
> zip_safe flag not set; analyzing archive contents...
> Adding BytecodeAssembler 0.6-r2646 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/BytecodeAssembler-0.6_r2646-py2.6.egg
> Searching for zope.interface
> Readinghttp://pypi.python.org/simple/zope.interface/
> Best match: zope.interface 3.6.1
> Downloadinghttp://pypi.python.org/packages/source/z/zope.interface/zope.interfac...
> Processing zope.interface-3.6.1.tar.gz
> Running zope.interface-3.6.1/setup.py -q bdist_egg --dist-dir /tmp/
> easy_install-LeSJzQ/zope.interface-3.6.1/egg-dist-tmp-knhfXp
> Adding zope.interface 3.6.1 to easy-install.pth file
>
> Installed /home/michael/.virtualenvs/rumdemo/lib/python2.6/site-
> packages/zope.interface-3.6.1-py2.6-linux-x86_64.egg
> Searching for SymbolType>=1.0
> Readinghttp://pypi.python.org/simple/SymbolType/
> Readinghttp://peak.telecommunity.com/DevCenter/SymbolType
> Best match: SymbolType 1.0
> Downloadinghttp://pypi.python.org/packages/source/S/SymbolType/SymbolType-1.0.zi...

Michael_D_G

unread,
Aug 16, 2010, 11:55:48 PM8/16/10
to rum-discuss
Hi,

I tried to find a quick way to downgrade but I cant find the prior
release on
the PEAK site. Perhaps I didn't spend enough time .... I decided to
use
FormAlchemy with pylons and got that working. I would still like to
try rum at some point but for now .... just the "bug report".
Sorry I couldn't offer more.

-michael
> > Readinghttp://pypi.python.org/simple/PasteScript/...
>
> read more »

Dawa

unread,
Aug 19, 2010, 1:51:05 PM8/19/10
to rum-discuss
>>from peak.rules import AmbiguousMethods, NoApplicableMethods,
intersect

You probably installed the latest version of PEAK like i did you
created a new virtualenv. Peak has moved around a bunch of Stuff.

All the stuff that is missing from peak.rules are now in
peak.rules.core.

Once you solve this problem, you will see similar errors from
prioritized_methods. Repeat the same for prioritized_methods.py.
Replace
all instance of missing 'module' from peak.rules to peak.rules.core
> > > Readinghttp://pypi.python.org/simple/PasteDeploy/...
>
> read more »

Michael Brickenstein

unread,
Aug 20, 2010, 3:49:37 AM8/20/10
to rum-discuss
Hi!
Thanks for the detailed report.

I fixed it for rum-generic and uploaded it to PYPI.
Indeed changing it preserved compatibility with old
versions of PEAK.rules so everything was fine.

Unfortunately I do not have privileges for prioritized_methods.
But Alberto is reading this list and might provide a fix to us.

Cheers,
Michael

Michael Brickenstein

unread,
Sep 13, 2010, 3:25:19 AM9/13/10
to rum-discuss
Hi!

You might want to use
https://bitbucket.org/brickenstein/prioritized_methods/get/tip.zip
in the mean time.
Cheers,
Michael
Reply all
Reply to author
Forward
0 new messages