A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4902 ====================================================================== Reported By: joeymukherjee Assigned To: ====================================================================== Project: pysvn Issue ID: 4902 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-21 20:09 CET Last Modified: 2012-02-21 21:16 CET ====================================================================== Summary: pysvn and/or pythonsvn not functional Description: In the Solaris 9 build, the pysvn and pythonsvn do not have core.py with them. This makes the SVN python libs useless. The command I am trying to get working is:
>>> from svn import core Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/csw/lib/python/site-packages/svn/core.py", line 19, in <module> File "/opt/csw/lib/python/site-packages/libsvn/core.py", line 7, in <module> ImportError: No module named _core ====================================================================== ---------------------------------------------------------------------- (0009626) dam (administrator) - 2012-02-21 21:16 https://www.opencsw.org/mantis/view.php?id=4902#c9626 ---------------------------------------------------------------------- I think the subversion package has been reorganized where the Python bindings have been split out to "pythonsvn" on which "pysvn" should depend on instead of "subversion". Could you try installing that and see if it works? Then the dependency of pysvn can be adjusted and rereleased. Best regards -- Dago _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
