User Karl R. Balsmeier wrote:
[EMAIL PROTECTED] ~]# cobbler check
Traceback (most recent call last):
File "/usr/bin/cobbler", line 18, in ?
  import cobbler.cobbler as app
ImportError: No module named cobbler.cobbler

it looks like Python error; simply module cobbler.cobbler isn't installed; try to import this module in python interpreter, then try import cobbler

$ python
[blablabla]
>>> import cobbler.cobbler as test
>>> import cobbler as test2

I don't see any cobbler.cobbler directory in cobbler sources, anyway this might give as some info

but first: what says "service cobblerd status"?


--
Opole - Miasto Bez Granic.
http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe 
inspiracje...


_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to