Results 1 to 2 of 2

Thread: Python and Samba

  1. #1
    Join Date
    Oct 2012
    Beans
    1

    Question Python and Samba

    I am running 12.04 and I have installed the python-samba package, as I want a Python program connect to a SMB/CIFS server. I have been looking high and low for any documentation for this particular package, does anybody here know where to find it?

  2. #2
    Join Date
    Feb 2008
    Beans
    251
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Python and Samba

    Have you tried running Python from the command line, and using the help() command?

    Code:
    gp@mariachi:~$ python
    Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
    [GCC 4.6.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import samba
    >>> help(samba)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •