Re: Are .pyc files portable?

2008-11-08 Thread Wubbulous
Yes, apologies, I overlooked that detail. If using a different version of the binary, (i.e. 3.0 vs 2.6) you will have to re-compile the source code. -- http://mail.python.org/mailman/listinfo/python-list

Re: Are .pyc files portable?

2008-11-07 Thread Wubbulous
py_compile.compile(test_compile.py, C:\test_compile.pyc) The manual page for py_compile.compile() can be found on this page: http://www.python.org/doc/2.5.2/lib/module-pycompile.html Hope that helps. Cheers, Wubbulous -- http://mail.python.org/mailman/listinfo/python-list

Re: Open a file with default handler app?

2008-03-11 Thread Wubbulous
On Mar 11, 9:24 pm, [EMAIL PROTECTED] wrote: Hi, I searched for this on google and in this group, but my awesome google-fu powers failed me. Is there a way to open any file using default program that'd open it? In other words, to do the same action as double-clicking in windows explorer? And

Re: Why does my compiler say invalid syntax then highlight...?

2008-03-10 Thread Wubbulous
I may have your problem: if prime 0: primes.append(x) else: print x, is not prime. # highlights the final you have to separate each output with a comma, so try adding one after x. --

[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

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

[issue1633] smtplib

2007-12-14 Thread Wubbulous
New submission from Wubbulous: SMTP module returns no module named SMTP -- components: Library (Lib) messages: 58653 nosy: Wubbulous severity: normal status: open title: smtplib versions: Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1633] smtplib

2007-12-14 Thread Wubbulous
Wubbulous added the comment: SMTP returns that smtplib has no module SMTP __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1633 __ ___ Python-bugs-list mailing list Unsubscribe