GNOME Bugzilla – Bug 332599
Python plugin not handled by app/run_dia.sh
Last modified: 2006-02-26 14:23:37 UTC
Please describe the problem: Doing a CVS build with the python plugin enabled, when starting dia form the build directory with app/run_dia.sh the following message is dumped: ** (lt-dia:14792): WARNING **: Python: Couldn't find startup file /usr/local/share/dia/python-startup.py Somehow the shellscript is not telling the plugin where it should look for the python-startup file! Steps to reproduce: 1. build from CVS 2. start dia with app/run_dia.sh 3. an errormessage is dumped to stderr Actual results: Expected results: Does this happen every time? Other information:
2006-02-26 Hans Breuer <hans@breuer.org> * app/Makefile.am : define DIA_PYTHON_PATH in app/run_dia.sh * plug-ins/python/python.c : if set use it to find python-startup.py (bug #332599, Torben H. Nielsen)