*** reinhard has quit IRC *** reinhard has joined #gnuenterprise *** btami has quit IRC *** dimas has joined #gnuenterprise *** yure has joined #gnuenterprise *** kmk has joined #gnuenterprise *** kmk has left #gnuenterprise *** kmk has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** btami has joined #gnuenterprise Hi, I am fighting to get gnue-designer working on my debian box. A data base was successfully created with gnue-setupdb. I can see the data base via phpmyadmin. Still gnue-designer can not connect. Only thing I get, is a traceback on stderr: DB000: File "/usr/lib/python2.3/site-packages/wx-2.4-gtk-ansi/wxPython/frames.py", line 202, in __init__ DB000: self.this = framesc.new_wxDialog(*_args,**_kwargs) DB000: TypeError: Unable to convert string Did I miss something obvious? Any hints anyone? *** yure has quit IRC *** yure has joined #gnuenterprise *** yure_ has joined #gnuenterprise *** yure has quit IRC *** yure_ has quit IRC *** yure has joined #gnuenterprise *** yure_ has joined #gnuenterprise *** kilo has quit IRC hi kmk can you paste some more lines (8-10) ? from traceback Full traceback: DB000: Traceback (most recent call last): DB000: File "/usr/lib/gnue/python/gnue/designer/base/tools/SchemaNavigator.py", line 220, in __OnExpand DB000: node.expand() DB000: File "/usr/lib/gnue/python/gnue/designer/base/tools/SchemaNavigator.py", line 247, in expand DB000: connection = self.navigator.connections.getConnection(self.connection, login=1) DB000: File "/usr/lib/gnue/python/gnue/common/datasources/GConnections.py", line 331, in getConnection DB000: self.loginToConnection (conn) DB000: File "/usr/lib/gnue/python/gnue/common/datasources/GConnections.py", line 479, in loginToConnection DB000: errortext) DB000: File "/usr/lib/gnue/python/gnue/common/datasources/GLoginHandler.py", line 128, in askLogin DB000: result = self._askLogin_ (title, fields) DB000: File "/usr/lib/gnue/python/gnue/forms/uidrivers/wx/UILoginHandler.py", line 61, in askLogin DB000: dialog = dialogs.InputDialog (title, lfields) DB000: File "/usr/lib/gnue/python/gnue/forms/uidrivers/wx/dialogs.py", line 165, in __init__ DB000: wxDialog.__init__ (self, None, -1, title) DB000: File "/usr/lib/python2.3/site-packages/wx-2.4-gtk-ansi/wxPython/frames.py", line 202, in __init__ DB000: self.this = framesc.new_wxDialog(*_args,**_kwargs) DB000: TypeError: Unable to convert string It seems to be a problem with a non-english environment: I just tired again with LC_ALL=english en_US , LANG=en_US and LANGUAGE=en_US ---> The regular login window pops up. No errror, no traceback :-) ok you find a workaround, at least just cuorious, what was your original LANG ? LANG=de_DE I would bet on hmm, maybe johannesV_ / reinhard can reproduce your bug kmk: DB000: File "/usr/lib/gnue/python/gnue/forms/uidrivers/wx/dialogs.py", line 165, in __init__ kmk: DB000: wxDialog.__init__ (self, None, -1, title) title probably not converted to correct encoding so traceback happens when title is containing non-ascii LANG=de_DE does not seem to trigger the propblem. It is one of the locales set by LC_ALL. I will try to determine wich. *** jamest has joined #gnuenterprise hi jamest hi any chance to install viewcvs again ? An Exception Has Occurred gnue/trunk: unknown location HTTP Response Status 404 Not Found Python Traceback Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/viewcvs/viewcvs.py", line 3235, in main request.run_viewcvs() File "/usr/lib/python2.3/site-packages/viewcvs/viewcvs.py", line 317, in run_viewcvs % self.where, '404 Not Found') ViewCVSException: 404 Not Found: gnue/trunk: unknown location s/install/fix *** menomc has joined #gnuenterprise let me see *** mnemoc has quit IRC *** yure_ has joined #gnuenterprise *** menomc is now known as mnemoc The offending locale is LC_CTYPE=de_DE. Last night I already filed a debian bug report. I will add a comment about the locale. Now I am going to play with gnome-designer :-) Bye! *** kmk has left #gnuenterprise btami: i need to fix the site links but go here http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/trunk/?root=gnue jamest: my emails apparently are not being forwarded, can I fix that myself? jamest: thx may i ask you to restore colored diffs too, please ? neilt: should be able to put your email address in .forward in your home dir jamest: thanks, will try that btami: i can try jamest: worked like a charm, thanks btami: the links on the site work now cool, thx () = what they should be neilt: ? *** jcater has joined #gnuenterprise *** SachaS has joined #gnuenterprise FIW http://www.gnuenterprise.org/cgi-bin/twiki/view seems to be broken on the website, community wiki left nav bar Template file view.tmpl not found or template directory /var/lib/twiki/templates not found. Check the $templateDir variable in TWiki.cfg. neilt: wiki is down atm ahh, ok I have a short text description about how to install gnue on mac os x. Where should I put it? in svn of course :) jamest/jcater: what is your opinion about installing roundup instead of DCL, as gnue bug tracking system ? btami: i have no opinion :) does dcl not work properly for bugs? i'm ok with dcl too, just nobody wants install it, maybe roundup (Python app) is an easyest setup for an admin, dunno... i asked derek several times before without success :( now we use BUGS files in svn, but i don't think it's the best way for tracking bugs... cu all *** reinhard has quit IRC nor do have an opinion *** kmk has joined #gnuenterprise Here is the next obstacle: Tools/Run_Form fails on the simple form I created based on one of my tables. Message on stderr: DB000: XML markup error in '[unknown]' at line 1: DB000: :1:1: not well-formed (invalid token) The same form can be opened with no trouble via gnue-forms. can you put it (the gfd) some public place ? or just paste here the first few lines of it jcater: there is a bug in gnue-designer with wx 2.6.x the toolbar icons in layout designer doesn't work but no error, just no work where to start hunting this kind of bugs? any ideas? I put the gfd here: http://www.familieknaak.de/kmk/Lieferanten.gfd kmk: it's ok for me There were also a few minor bugs like "copy/paste with middle mouse button does not work in gnue-forms". Does it help if I submit debian bug reports? Or should I present everything here? are you using wx as default ui for gnue-forms ? nevermind i sad nothing :) kmk: just bite jamest/jcater to setup DCL again on our server :) Yes I think use wx, because gnue.conf (provided by debian package) says:" ;DefaultUI = wx" Ummm, What is DCL? kmk: i can't reproduce your bug here, it's working ok for me we used DCL as our bugtracking system http://www.gnuenterprise.org/community/bugs.php but it's not installed on new server jet btami: Maybe this is because debian unstable contains not really the latest version. Lets see: gnue-appserver v0.4.2, gnue-common v0.6.0, gnue-designer v0.5.7, gnue-forms v0.5.12, gnue-reports v0.1.8, gnue-navigator v0.0.9 yes, these are not the latest as i know we have packages for ubuntu, dunno where maybe in universe ajmitch ? ok. I will try to compile the tarballs from the current release tomorow. Right now I have to leave for a meeting... kmk: there is nothing to compile ist's all python source and xml files btami: nice :-) so, you can use ubuntu packages safely Do the ubuntu packages differ from the files at http://www.gnuenterprise.org/downloads/current.php? Really have to go now... *** kmk has left #gnuenterprise *** neilt has quit IRC *** neilt has joined #gnuenterprise *** neilt1 has joined #gnuenterprise *** neilt has quit IRC *** klasstek has joined #gnuenterprise *** btami has quit IRC *** btami has joined #gnuenterprise *** btami has quit IRC *** btami has joined #gnuenterprise *** neilt1 has quit IRC *** neilt has joined #gnuenterprise *** btami has quit IRC *** btami has joined #gnuenterprise *** btami has quit IRC *** johannesV__ has joined #gnuenterprise *** johannesV_ has quit IRC *** johannesV__ has quit IRC *** klasstek has quit IRC *** klasstek has joined #gnuenterprise *** jamest has left #gnuenterprise *** jcater has quit IRC *** klasstek has quit IRC *** yure has quit IRC *** sjc has quit IRC *** jcater has joined #gnuenterprise *** SachaS has quit IRC *** jcater has quit IRC *** reinhard has joined #gnuenterprise good morning all *** btami has joined #gnuenterprise good morning *** kilo has joined #gnuenterprise hi btami good morning just out of curiosity: did you build a new gnue-runtime-environment with these plugin files copied to the other directory? hi kilo hi there in AT not yet will try this evening no pressure is your app (using jpg files) public ? patching library.zip did work I think I'll post it to gnue-contrib * btami is just curious ok, thx would be great! *** johannesV has joined #gnuenterprise good morning morning johannesV hi hello :) *** sjc has joined #gnuenterprise