Anonymous - 2003-05-31

I am about to write an email-notifier using poplib.
superkaramba isn't able to import the poplib:

superkaramba: TaskManager::TaskManager()
Traceback (most recent call last):
  File "mypanel.py", line 4, in ?
    import time, checkmail
  File "checkmail.py", line 3, in ?
    import poplib
ImportError: No module named poplib

Is there a trick?
I'd love to have an transparent "you got mail" (TM) notifier :)