views:

86

answers:

1

PySamba is a Python library that provides a full wrapper for the Samba CLI library provided with samba-3.0.24. It includes a Python module that hides the complexity of the lower layer (SMB), providing high-level commands like Mkdir or DiskAvail. PySamba allows the developer to interface to any samba-capable device much like Python's ftplib does.

So while trying to pysamba, " ImportError: No module named smb" error is encountered on import smb in pysamba.py. Have already installed samba in my system. I dont knw were it takes smb from. From pysamba package itself or from d samba installed.

Thanx in advance.

A: 

Have you found the answer? coz i got same problem with you. I've tried in samba 3.0.24 and samba 3.4.4 and still got those error.

khairulhabib