|
Notes |
|
|
(0010699)
|
|
dam
|
|
2014-02-05 11:32
|
|
TL;DR: We now about this and a fix is in progress.
This problem is related to the python strategy and new simplified directory layout. New python packages must be compiled with the python category scripts. Unfortunately this is only possible at the moment for real python modules and not modules which are produced as a side effect of a larger build with configure etc. (this is also the case for e.g. py-rrdtool). Sorry for the inconvenience. |
|
|
|
(0010892)
|
|
maciej
|
|
2014-08-15 11:07
|
|
|
|
|
(0011171)
|
|
dam
|
|
2016-07-14 00:03
|
|
|
|
|
(0011185)
|
|
pfelecan
|
2016-09-17 20:09
(edited on: 2016-09-18 15:26) |
|
If I do this:
from svn import core
I get:
ImportError: No module named svn
Even though the py_subversion package is installed in
/opt/csw/lib/python2.7/site-packages/subversion
Beside, if I do help(modules) the svn module is not listed !
What gets ?
|
|
|
|
(0011186)
|
|
pfelecan
|
|
2016-09-18 15:25
|
|
If I use the following stanza:
PYTHONPATH=/opt/csw/lib/python2.7/site-packages/subversion python
from svn import core works |
|
|
|
(0011187)
|
|
pfelecan
|
|
2016-09-18 15:33
|
|
Even better, by creating the file /opt/csw/lib/python2.7/site-packages/svn.pth with the following content:
/opt/csw/lib/python2.7/site-packages/subversion
the module is found.
I think that the same need to be done for libsvn.
What do you think ? |
|
|
|
(0011188)
|
|
dam
|
|
2016-09-19 10:46
|
|
I think the python paths in the package should be changed so that workarounds wouldn't be necessary.
I'll take a look. |
|
|
|
(0011189)
|
|
pfelecan
|
|
2016-09-19 13:01
|
|
|
Totally agree with you. Just wished to have a work-around documented. |
|
|
|
(0011190)
|
|
dam
|
|
2016-09-20 11:03
|
|
|
|
|
(0011191)
|
|
pfelecan
|
|
2016-09-20 14:32
|
|
Verifies positively. Everything seems fine.
Can be released.
Thank you. |
|
|
|
(0011193)
|
|
pfelecan
|
|
2016-09-29 17:43
|
|
|
Is there an issue which precludes releasing these packages ? |
|
|
|
(0011194)
|
|
dam
|
|
2016-09-29 23:16
|
|
|
Didn't get your feedback, pushing now. |
|