Importing some libraries doesn't work in DreamPie.
For example import nltk
results
Traceback (most recent call last):
File "", line 1, in
import nltk
ImportError: No module named 'nltk'
While the nltk has been installed and can be imported in the Python shell. The DreamPie points to the same Python installation (3.4.1).