In [7]:
import pywp-post


  File "<ipython-input-7-26508d7ecfe3>", line 1
    import pywp-post
               ^
SyntaxError: invalid syntax

In [8]:
import post

In [9]:
post.post('hello there!', 'tonight is fun!')

In [10]:
pwd


Out[10]:
u'/home/will/Desktop/pywp-post'

In [ ]: