On Tue, 2008-09-23 at 10:39 +0800, wilson kwok wrote: > Hello, > > I'm trying install Samba 4 by this link > http://wiki.samba.org/index.php/Samba4/HOWTO . The step 2 compile and step 3 > install completed, but step 4 provisionhas following error: > > [EMAIL PROTECTED] setup]# ./provision --realm=sfa.local --domain=sfa > --adminpass=5555 --server-role='domain controller'Traceback (most recent call > last): File "./provision", line 32, in ? import sambaImportError: No > module named samba > > Could someone has experience to fix this problem ?
For some reason the python modules have not been installed in a place where the provision script can find them. Perhaps try running it as setup/provision (there is a hack to run from the source dir). Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc.
signature.asc
Description: This is a digitally signed message part
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
