On Windows and Fedora with Python 2.7 and 3.5 I cannot import Session from the BaseXClient
>> import BaseXClient
>>> from BaseXClient import Session
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Session