> I see no problem with CDBS, then, and thus close this as a non-bug. Hello,
I'm trying to provide a python module for an application, the
application install some modules in
/usr/lib/python2.6/dist-packages/zephir/monitor/agents/
Using CDBS with pycentral system, my module land in
/usr/lib/python2.6/site-packages/zephir/monitor/agents/ and is not
usable by the application[1]:
#v+
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from zephir.monitor.agents import mymodule
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name mymodule
#v-
Regards.
Footnotes:
[1] As I'm more confident with perl, I thought that
"from zephir.monitor.agents import mymodule" will find mymodule as
/usr/lib/python2.6/ is in sys.path
--
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
pgpk06STytBDj.pgp
Description: PGP signature

