Hi Mark, Yes, that was a problem with my Python compiler. I used another python compiler and I was successful.
Thanks! Elvis On 12/5/05, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Elvis Fernandes wrote: > > > >I tried manually running: > > > >isd80{mailman}8: /opt/local/bin/python -c 'from compileall import *; > >compile_dir("/mailman/mailman/Mailman")' > > File "<string>", line 1 > > from > > ^ > >SyntaxError: invalid syntax > >isd80{mailman}9: > > > >Still no go. > > It seems something is wrong with Python or with the shell. I still have > no idea what, but try running it interactively. I.e., > > /opt/local/bin/python > ...banner from python... > >>> from compileall import * > >>> compile_dir("/mailman/mailman/Mailman") > > > > Actually, this whole step strictly isn't required as each module will > be compiled when first imported anyway, but pre-compiling will speed > up the initial operation of Mailman a bit. > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > ------------------------------------------------------ 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&file=faq01.027.htp