|
From: Thomas Leonard <talex5 <at> gmail.com>
Subject: Re: zeroinstall-injector-0.30-3.1.noarch.rpm fails on mandriva 2007.1 Newsgroups: gmane.comp.file-systems.zero-install.devel Date: 2007-09-01 17:54:14 GMT (36 weeks, 6 days, 16 hours and 54 minutes ago) On 9/1/07, Michael Bischof <koek <at> dv-kombinat.de> wrote: > > Hallo, > now I tried it quite some time but I cannot call 0launch: > it is installed in > > /usr/lib/python2.4/site-packages/zeroinstall > > I always get this result: > > [michael <at> noname cur]$ 0launch > Traceback (most recent call last): > File "/usr/bin/0launch", line 2, in <module> > from zeroinstall.injector import cli > ImportError: No module named zeroinstall.injector > > As I have not much time this weekend I cannot do more than occasional tests. What version of Python do you have by default? E.g. $ python --version If it's not 2.4, can you run it as, e.g.: $ python2.4 /usr/bin/0launch It you have a different version, try symlinking, e.g.: $ ln -s /usr/lib/python2.4/site-packages/zeroinstall /usr/lib/python2.5/site-packages/ -- Dr Thomas Leonard http://rox.sourceforge.net GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ |
|
|