Re: Unable to install rox
Alok <alokkw <at> gmail.com>
2007-09-03 17:27:04 GMT
> It is not a kernel module. It is a python module. You may have a
> problem with your PYTHON_PATH setup. For example, if the rpm put the
> module in one location, but Suse 9.3 expects it to be in another one,
> this error will happen. Normally it should go in
> /usr/lib/python[version]/site-packges/. Check to see if the rpm put it
> somewhere else.
It is installed at /usr/lib/python2.5/site-packages/zeroinstall as
well as at /usr/lib/python2.4/site-packages/zeroinstall
Thanks,
Alok
On 9/3/07, Ken Hayber <ken <at> hayber.us> wrote:
> Alok wrote:
> > Hi
> >
> > I am a newbie to linux. I am currently running Suse 10.2 (amd64). I
> > downloaded rox from sourceforge. I see that it has rpm for suse 9.3.
> > Despite difference in version, I optimistically installed the
> > zeroinstall-injector rpm.
> >
> > Whn I ran 0launch -g I got following error :
> >
> > Traceback (most recent call last):
> > File "/usr/bin/0launch", line 2, in <module>
> > from zeroinstall.injector import cli
> > ImportError: No module named zeroinstall.injector
> >
> > alok-laptop:/data3/sources/rox-all-1.2 # modprobe zeroinstall-injector
(Continue reading)