I'm in this dir:
/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/
python/libsvn
then do:
python -v -c 'import core'
....remoed verbose stuff....
Python 2.5.1 (r251:54863, Sep 1 2010, 22:03:14)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
# core.pyc has bad mtime
import core # from core.py
# can't create core.pyc
dlopen("./_core.so", 2);
import _core # dynamically loaded from _core.so
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "core.py", line 74, in <module>
SVN_ERR_BAD_PROPERTY_VALUE = _core.SVN_ERR_BAD_PROPERTY_VALUE
AttributeError: 'module' object has no attribute
'SVN_ERR_BAD_PROPERTY_VALUE'
The weird thing is that the core.py file has the property in the
file..!?
Is it the core.pyc or .so that's out of date for some reason?
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.