Bonjour,
je crois que j'ai une explication :
http://wiki.services.openoffice.org/wiki/Python_as_a_macro_language
Dans la partie script coding :
"""
At the current integration level, .py files can only import python
modules which are within the python PYTHONPATH. By default this is just
the python runtime with its standard libraries and the uno bridge files.
This means that python macros cannot reference other python macro files.
This limitation may be changed in future but exists currently. Python
macros can, of course, import from any module you place in the
PYTHONPATH; but you must do that yourself and the results will not be
portable.
"""
Si j'ai bien compris c'est une limitation actuelle . Est-elle toujours
d'actualité ?
Par contre la fin du texte semble dire qu'en modifiant le PYTONPATH cela
doit ĂȘtre possible.
Dans ce cas comment le modifier. Dans le fichier .../ooo/program/python.sh ?
(je suis sous linux ubuntu)
Philippe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]