You are not logged in.
Hi everybody,
I've just updated python2 from 2.7-3 to 2.7.1, gvim was running smoothly before, now it dies with
alessandro@alessandro-lappy:~/Dottorato/Scuola/FinePrimoAnno$ gvim SlidesPrimoAnno.tex
alessandro@alessandro-lappy:~/Dottorato/Scuola/FinePrimoAnno$ Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", line 62, in <module>
import os
File "/usr/lib/python2.7/os.py", line 398, in <module>
import UserDict
File "/usr/lib/python2.7/UserDict.py", line 83, in <module>
import _abcoll
File "/usr/lib/python2.7/_abcoll.py", line 11, in <module>
from abc import ABCMeta, abstractmethod
File "/usr/lib/python2.7/abc.py", line 8, in <module>
from _weakrefset import WeakSet
File "/usr/lib/python2.7/_weakrefset.py", line 5, in <module>
from _weakref import ref
ImportError: No module named _weakrefAm I missing something or should I report on the bugtracker? Note that downgrading python 2.7-3 gives again a working gvim.
Cheers,
Alessandro
Last edited by alexcriss (2010-12-02 11:57:26)
Offline
Rebuild the package from ABS to make it work.
Cheers
Offline
You should -Syu, did you? gvim works fine here.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Restart all gvim sessions and it should work. That module is now built into python's core...
Edit: a gvim rebuild is on its way to the repos... although I'm still not sure why it was needed.
Offline
Still not working ![]()
└─[$] <hg:default/tip> ps aux | grep vim
rkj 24223 0.0 0.0 8232 964 pts/1 S+ 12:06 0:00 grep vim
┌─[rkj@rkjunior] - [~/Projects/itiner/ttrobot] - [2010-12-02 12:06:13]
└─[$] <hg:default/tip> vim
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", line 62, in <module>
import os
File "/usr/lib/python2.7/os.py", line 398, in <module>
import UserDict
File "/usr/lib/python2.7/UserDict.py", line 83, in <module>
import _abcoll
File "/usr/lib/python2.7/_abcoll.py", line 11, in <module>
from abc import ABCMeta, abstractmethod
File "/usr/lib/python2.7/abc.py", line 8, in <module>
from _weakrefset import WeakSet
File "/usr/lib/python2.7/_weakrefset.py", line 5, in <module>
from _weakref import ref
ImportError: No module named _weakrefOffline
Edit: I am fully up to date.
The problem is generated by using vim-latexsuite from AUR. If I remove it, everything works, when I try to open a tex file with vim-latexsuite installed vim dies (same error with different tex files). Rebuilding the package doesn't solve the problem. It seems that it cannot use a module from the new python.
I will try to rebuild python. Any other suggestions?
Last edited by alexcriss (2010-12-02 11:09:54)
Offline
Rebuilding python will not help. Rebuilding that AUR package (and waiting for the gvim rebuild) might.
Offline
I've already rebuilt vim-latexsuite from AUR, no cherries though ![]()
Offline
Same here, without any AUR package installed.
Offline
> pacman -Si gvim
Repository : extra
Name : gvim
Version : 7.3.69-2Anyone still have issues with that version of gvim? ( pkgrel=2 )
Offline
Same here, without any AUR package installed.
... actually due to autotag.vim, works well without it.
Offline
Anyone still have issues with that version of gvim? ( pkgrel=2 )
Fixed, thanks !
Offline
The problem seems to be gone with the pkgrel=2 gvim.
Thanks a lot Allan for your kind feedback!!
Offline