Displaying 1 result from an estimated 1 matches for "polgen".
2008 Apr 17
2
policygentool in selinux-policy-devel-2.4.6-106
...the
following error occurred with selinux-policy-devel-2.4.6-106.el5_1.3
rpm.
 
When I was trying to run policygentool, I was getting the following
error:
 
     Traceback (most recent call last):
        File "/usr/share/selinux/devel/policygentool", line 25, in ?
          Import polgen
 
ImportError: No module named polgen
 
Turns out, online 25 the following diff should be made:
 
- import polgen
+ import sepolgen
 
I assume the Python module changed names.
 
I uninstalled the RPM and reinstalled it to ensure I was getting the
same error, and I did.
 
Christopher Wi...