Thank you, Ralf. Unfortunately, it seems mwlib-0.12.13 requires Python 2.6 or later. My RHEL5 machine is using Python 2.4. I couldn't UPGRADE it to Python 2.6 because there are too many dependencies. Instead, I installed the Python 2.6.6 from source and installed it to / usr/local/python266/, and exported PATH to /usr/local/python266/bin. I still get the "finally" SyntexError while trying to start mw-serve.
Any workarround? Thanks again, Ross Xu On Sep 21, 4:58 pm, Ralf Schmitt <[email protected]> wrote: > Ross <[email protected]> writes: > > How could I upgrade it to the newest version 0.12.13? > > Will the easy_install automatically upgrade? The document doesn't say > > anything about upgrade. > > The following should do that: > ,---- > | easy_install -U mwlib > | easy_install -U mwlib.rl > `---- -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
