[issue1632] email cannot be imported

2007-12-18 Thread Guido van Rossum
Guido van Rossum added the comment: Let's not waste time in the bug tracker debugging some user's broken setup. Let him contact Panda3D's customer support. -- nosy: +gvanrossum resolution: -> invalid status: pending -> closed __ Tracker <[EMAIL PROTECTE

[issue1632] email cannot be imported

2007-12-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: But the email package does not import smtplib (the dependency is the other way). Can you please try with the command: import email and paste the whole traceback? -- nosy: +amaury.forgeotdarc __ Tracker <[EMAIL PRO

[issue1632] email cannot be imported

2007-12-16 Thread Brett Cannon
Brett Cannon added the comment: I just noticed that the directory you are executing from is Panda3D. Did you not download Python directly but are using the one from Panda3D? __ Tracker <[EMAIL PROTECTED]> ___

[issue1632] email cannot be imported

2007-12-16 Thread Wubbulous
Wubbulous added the comment: I have attempted the following separately: import email import email.Utilsimport email.utils they each return the error: Traceback (most recent call last): File "C:\Panda3D-1.4.2\python\lib\smtplib.py", line 49, in ? from email.base64MIME import encode

[issue1632] email cannot be imported

2007-12-15 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> pending __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1632] email cannot be imported

2007-12-14 Thread Brett Cannon
Changes by Brett Cannon: -- title: email -> email cannot be imported __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubs

[issue1632] email

2007-12-14 Thread Brett Cannon
Brett Cannon added the comment: More detail is needed than this in order to try to fix this. What error message are you getting? What OS? What exact version of Python? Is this a binary distro or a source one? Since all releases are thoroughly tested and never had any import issues with the e

[issue1632] email

2007-12-14 Thread Wubbulous
New submission from Wubbulous: Python will not load the email module or any of its child modules. -- components: Library (Lib) messages: 58652 nosy: Wubbulous severity: major status: open title: email type: behavior versions: Python 2.5 __ Tracker <[EMAIL