Bug 498313 - Installing ipa utility on client machine: ImportError: No module named ipalib
Summary: Installing ipa utility on client machine: ImportError: No module named ipalib
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: 2.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
: 499388 (view as bug list)
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-04-29 20:23 UTC by Jenny Severance
Modified: 2015-01-04 23:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-28 09:31:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Jenny Severance 2009-04-29 20:23:02 UTC
Description of problem:

After installing ipa-client and ipa-admintools, unable to execute the ipa utility.

[root@jennyv4 tmp]# ipa
Traceback (most recent call last):
  File "/usr/bin/ipa", line 29, in ?
    from ipalib import api, cli
ImportError: No module named ipalib
[root@jennyv4 tmp]# ipa add-host jennyv4.bos.redhat.com
Traceback (most recent call last):
  File "/usr/bin/ipa", line 29, in ?
    from ipalib import api, cli
ImportError: No module named ipalib


Version-Release number of selected component (if applicable):
2.0

How reproducible:
always

Steps to Reproduce:
1. setup yum repo
2. yum install ipa-client ipa-admintools
3. ipa-client-install
4. kinit admin
5. attempt to execute ipa utility commands

Actual results:


Expected results:


Additional info:

Comment 1 Rob Crittenden 2009-04-29 20:37:49 UTC
Yes, sorry, known issue. We plan to change the packaging to accomodate this.

Comment 3 Rob Crittenden 2009-05-06 14:05:19 UTC
*** Bug 499388 has been marked as a duplicate of this bug. ***

Comment 4 Rob Crittenden 2010-02-03 21:51:24 UTC
This has been addressed.


Note You need to log in before you can comment on or make changes to this bug.