[MacPorts] #18530: py25-pylons 0.9.6.2 requires py25-decorator

MacPorts noreply at macports.org
Tue Feb 17 15:50:44 PST 2009


#18530: py25-pylons 0.9.6.2 requires py25-decorator
--------------------------------+-------------------------------------------
 Reporter:  venom087@…          |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:  Port Bugs                            
Component:  ports               |     Version:  1.7.0                                
 Keywords:                      |        Port:  py25-pylons                          
--------------------------------+-------------------------------------------
 After doing a port install of py25-pylons and trying to import pylons, I
 get the following traceback:

 {{{
 >>> import pylons
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/opt/local/lib/python2.5/site-packages/pylons/__init__.py", line
 4, in <module>
     from pylons.config import config
   File "/opt/local/lib/python2.5/site-packages/pylons/config.py", line 2,
 in <module>
     from pylons.configuration import *
   File "/opt/local/lib/python2.5/site-packages/pylons/configuration.py",
 line 16, in <module>
     import pylons.legacy
   File "/opt/local/lib/python2.5/site-packages/pylons/legacy.py", line 10,
 in <module>
     import pylons.decorators
   File "/opt/local/lib/python2.5/site-
 packages/pylons/decorators/__init__.py", line 9, in <module>
     from decorator import decorator
 ImportError: No module named decorator
 }}}

 Doing a port install of py25-decorator fixes this.

-- 
Ticket URL: <http://trac.macports.org/ticket/18530>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list