On 28.01.2009, at 10:29, pg wrote:
> On my server, various installations of mwlib and mwlib.rl are  
> present, for various reasons that you guess. This includes dev  
> versions (mercurial) and prod version (easy_install).
>
> How do I know which one is active ?

In Python code, you can do

    from mwlib._version import version

and

    from mwlib.rl._version import version

version is a tuple containing major, minor and micor version and  
potentially some suffix like 'dev' when you're using a Mercurial  
checkout.

> (mw-render has no --version option)

I've created a ticket: http://code.pediapress.com/wiki/ticket/417

-- Johannes


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to