Marcus Ilgner wrote: > I just upgraded pythonfilter to version 1.3. After restarting, it tells me: > > courierfilter: Module "dialback" indicated in pythonfilter.conf does not > exist.
That should mean that there was an error importing the module. Open a python shell and type: import pythonfilter.dialback This bit of code doesn't have good reporting since I assumed "ImportErrors" would come from mistakes in the configuration. Instead, it almost always comes from a filter trying to import another python module that's missing. I'll improve that for the next release. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
