On 6/11/05 9:39 PM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote:

> I don't understand why SMTPDirect.pyc is not recreated. It should be
> created when OutgoingRunner.py is initialized. It does

The typical--of Python generally--reason is that the process which does the
import doesn't have permissions (on the directory) to create or replace the
.pyc file.

  --John


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to