This is a discussion on Re: [courier-users] Another defunct pythonfilter within the Courier-Imap forums, part of the Mail Servers and Related category; Tim Lyth wrote: > $ python > Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05) .... > >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tim Lyth wrote:
> $ python > Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05) .... > >>> import courier.config > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named courier.config It looks like you updated python to a new major revision recently, and need to reinstall any local python modules you had before. This includes pythonfilter. Assuming that's the case: did you upgrade to a new debian release? This wasn't the result of a simple "apt-get upgrade", right? > Curiously (perhaps): > $ find / -name courier.config You're actually looking for a file named "config.py" in a directory named "courier". You'll probably find it in python 2.4's site-packages. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |
![]() |
| Thread Tools | |
| Display Modes | |
|
|