After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332599 - Python plugin not handled by app/run_dia.sh
Python plugin not handled by app/run_dia.sh
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: python
CVS head
Other All
: Normal normal
: 0.95
Assigned To: Hans Breuer
Hans Breuer
Depends on:
Blocks:
 
 
Reported: 2006-02-26 08:13 UTC by Torben H. Nielsen
Modified: 2006-02-26 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Torben H. Nielsen 2006-02-26 08:13:40 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:
Comment 1 Hans Breuer 2006-02-26 14:23:37 UTC
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)