[Trac] Browse source problem after fedora core 2->3 upgrade
Gary Thomas
gary at mlbassoc.com
Wed Apr 6 17:31:42 EDT 2005
On Wed, 2005-04-06 at 22:06 +0200, Ronny Hanssen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Gary Thomas wrote:
> >>
> >>subversion-python-1.1.2-2.3 or something like that.
> >>I.e. the Subversion python bindings (*not* PySVN, which is a different
> >>beast).
> >
> >
> > There's no such beast if he started with the "official" Fedora Core 3
> > RPM repository. The python bindings are contained in subversion-1.1.2-2.3
> > (at least that's where mine come from and I'm using the stock FC3 RPMs)
>
> Hmmm. How can I find out? I just:
> [root at drillo ronnyh]# locate subversion-python
> [root at drillo ronnyh]#
>
> I also:
> [root at drillo ronnyh]# rpmquery subversion-python
> package subversion-python is not installed
>
> Finally I tried (after apt-get update):
> [root at drillo ronnyh]# apt-get install subversion-python
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package subversion-python
>
> So - how would I check for it's existence, or install it if it's missing?
>
> >
> > Ronny - what do version of Python you get when you run 'python'?
> > If you have an older version which is chosen first instead of
> > Python-2.3, then these bindings won't be found. Here's what I
> > have on my system:
> >
> > $ python
> > Python 2.3.4 (#1, Oct 26 2004, 16:42:40)
> > [GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
>
> [root at drillo ronnyh]# rpmquery python
> python-2.3.4-13.1
> [root at drillo ronnyh]# python
> Python 2.3.4 (#1, Feb 2 2005, 12:11:53)
> [GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
>
> I am totally lost on this one. My best hopes is that there is something
> wrong with the subversion-python package (that it is missing or
> something like that).
>
> I really appreciate the help I get from you guys. Someday I might be
> able to provide the same service back to you. Thanks.
>
On Fedora Core 3, there is no subversion-python package - it's all
combined into the subversion main RPM.
Try this:
# python -v
>>> import svn
Show us the output.
Also show us what's in your environment, i.e.
# env
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
More information about the Trac
mailing list