Issue48

Title (win32 installer) Check for installed gnue-common on installation of other packages
Priority planned feature Status testing
Superseder Nosy List btami, eheyns, johannesV
Assigned To johannesV Topics gnue-common

Created on 2006-01-05.13:38:06 by eheyns, last changed 2007-09-26.14:27:54 by johannesV.

Messages
msg433 (view) Author: johannesV Date: 2007-09-26.14:27:54
Changed state to testing
msg432 (view) Author: johannesV Date: 2007-09-26.13:54:36
Setup.exe now checks for an installed GNUe Common package now (rev 9780)
msg69 (view) Author: btami Date: 2006-03-10.15:52:56
All gnue tools (forsm/designer/navigator/reports/appserver) depends on
gnue-common. If it was not installed, this exception generated.
I have to enhance all gnue-*.exe to check not only the existence of
runtime, but gnue-common too.
msg51 (view) Author: btami Date: 2006-01-08.10:33:23
Hi eheyns!

Please give us the versions and kind (zip/exe) of packages you installed!
thx

btami
msg50 (view) Author: eheyns Date: 2006-01-05.13:38:05
When starting gnue designer, I get a popup titled "Errors occurred" with the
text "See the logfile 'C:\Program Files\GNUe\bin\gnue-designer.exe.log' for
details". This logfile states:
Traceback (most recent call last):
  File "gnue-designer", line 30, in ?
ImportError: No module named gnue.designer

Tested on Windows XP Pro, windows 2000 Server
History
Date User Action Args
2007-09-26 14:27:54johannesVsetstatus: chatting -> testing
nosy: btami, johannesV, eheyns
messages: + msg433
2007-09-26 13:54:36johannesVsetnosy: btami, johannesV, eheyns
messages: + msg432
2007-06-22 09:11:46reinhardsetnosy: + johannesV
assignedto: btami -> johannesV
2006-11-29 10:24:19reinhardsettopic: + gnue-common, - gnue-designer
nosy: btami, eheyns
2006-11-29 10:24:12reinhardsetnosy: btami, eheyns
title: Error when starting GNUe designer -> (win32 installer) Check for installed gnue-common on installation of other packages
2006-03-10 15:53:48btamisetnosy: btami, eheyns
assignedto: btami
2006-03-10 15:52:56btamisetpriority: critical -> planned feature
nosy: btami, eheyns
messages: + msg69
2006-01-08 12:12:50btamisetnosy: + btami
2006-01-08 10:33:24btamisetstatus: unread -> chatting
messages: + msg51
2006-01-05 13:38:06eheynscreate