Hi!

I followed the steps, and when I execute easy_isntall -U mwlib.rl, the
exit is:

Searching for mwlib.rl
Reading http://pypi.python.org/simple/mwlib.rl/
Reading http://code.pediapress.com/
Best match: mwlib.rl 0.12.4
Downloading 
http://pypi.python.org/packages/source/m/mwlib.rl/mwlib.rl-0.12.4.tar.gz#md5=26673a4cc859e020015e139fb0a5b12c
Processing mwlib.rl-0.12.4.tar.gz
Running mwlib.rl-0.12.4/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-zQBTgY/mwlib.rl-0.12.4/egg-dist-tmp-sKMfnl
Adding mwlib.rl 0.12.4 to easy-install.pth file

Installed /usr/lib/python2.4/site-packages/mwlib.rl-0.12.4-py2.4.egg
Processing dependencies for mwlib.rl
Finished processing dependencies for mwlib.rl

But mw-serve continues failing:

Traceback (most recent call last):
  File "/usr/bin/mw-serve", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 318, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 2221, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(),
['__name__'])
  File "/usr/lib/python2.4/site-packages/mwlib-0.12.12-py2.4-linux-
x86_64.egg/mwlib/apps/__init__.py", line 136
    finally:
          ^
SyntaxError: invalid syntax

So... How can I install python 2.6? My actual version is 2.4.3
Thanks!!

On 26 ene, 14:00, Ralf Schmitt <[email protected]> wrote:
> Relicary <[email protected]> writes:
> > I tried, but the result is the same:
>
> sorry. I'm pretty sure this worked some time ago.
>
> easy_install -m mwlib.rl
> rm -rf /usr/lib/python2.4/site-packages/mwlib.rl-0.12.4-py2.4.egg
> easy_install -U mwlib.rl
>
> should do the trick.
>
> But you may need to install python 2.6 (or 2.5) first. 2.4 isn't
> supported anymore.

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