On 09/18/2009 12:54 PM, Jeremy Rosengren wrote:
Attempting to access the management page gives me the error pasted below. I'm running CentOS 5.3 with a stock /etc/cobbler/modules.conf file except that I'm using authn_configfile.

Thanks!

-- jeremy

Strange, I have this in utils.py:

def uniquify(seq, idfun=None):

I wonder if there's some way another utils is found in sys.path in your case? I can't see how that would be the case though.

*thinking*

--Michael



Mod_python error: "PythonAuthenHandler cobbler_web.views"

Traceback (most recent call last):

   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 287, in 
HandlerDispatch
     log=debug)

   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 464, in 
import_module
     module = imp.load_module(mname, f, p, d)

   File "/usr/share/cobbler/web/cobbler_web/views.py", line 16, in ?
     import cobbler.item_distro  as item_distro

   File "/usr/lib/python2.4/site-packages/cobbler/item_distro.py", line 95, in ?
     FIELDS = [

   File "/usr/lib/python2.4/site-packages/cobbler/codes.py", line 67, in 
get_all_os_versions
     results = utils.uniquify(results)

AttributeError: 'module' object has no attribute 'uniquify'
------------------------------------------------------------------------

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to