*** holycow has joined #gnuenterprise *** holycow has quit IRC *** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise *** sjc has joined #gnuenterprise FWIW current gnue packages are in sarge per today *** kilo has joined #gnuenterprise good morning morning btami: would it be ok for you to remove the execute permission fom setup-db.bat in appserver? dos/windows doesn't honor that flag anyway sure ok thanks *** aries has joined #gnuenterprise hi hi aries how goes? btami: szia! I've sent a bugreport to kilo yesterday. I asked on this channel too. May I ask it again? :) yep * kilo still in the state of dead brain Traceback (most recent call last): File "/usr/local/gnue/lib/python/gnue/common/rpc/drivers/_helpers/DirectoryServer.py", line 263, in getMethodDirEntry raise MethodNotFoundError, method MethodNotFoundError: The requested method 'Session.getFilters' does not exist when I execute the following: gnue-forms appserver://appserver/form/address_person it seems to me I've imported the sample.gcd/gfd well. are you using the latest svn? no the latest release hmmm reinhard: can you tell something ? ajmitch_: bug #171535: the sid tag should be removed from this bug, correct? aries: which version of appserver? probably you use too old version 0.1.99 but hmm it's cheating :) i've installed the 0.3.3, but gnue-appserver says the above aries: we are at 0.3.3 already :-) maybe you have installed both in different locations? huh you're right, reinhard, I'm a superlooser not an admin =) but when I try to start, I'm getting a long error msg @roulette kilo: *click* can you post the last few lines here? * btami is happy when reinhard at the helpdesk :) DB000: File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 33, in defaulterrorhandler DB000: raise errorclass, errorvalue DB000: OperationalError: (1054, "Unknown column 't0.gnue_filter' in 'field list'") reinhard is dr watson... but I swear to you I've installed the 0.3.3 before =) aries: remove old version, install new one, regenerate db aries: in samples dir, there is a gnue.gsd please run in that directory gnue-schema --connection=gnue gnue.gsd okay sorry that's not in the samples dir it's in the share dir ... GNUe Application Server up and running ... :) whoa aries: you have a support contract, don't you? Traceback (most recent call last): File "/usr/local/gnue/lib/python/gnue/common/rpc/drivers/xmlrpc/pw_xmlrpc/typeconv.py", line 80, in python_to_rpc raise exception, repr (value) InvalidParameter: 1L reinhard: what do you mean about support contact? j/k aries: you were the person trying appserver with python 2.4? reinhard: yes I fear this now is a python 2.4 problem reinhard: because in the Mandrake cooker and I couldn't downgrade to Py2.3 reinhard: there's no such package. Should I install them from mdk10.2 if I use python for gnue only? hmmm I guess we would want gnue to work with python 2.4 but that would require some help from you probably and even worse, some patence patience will you be here in 2-3 hours? I will meet johannes in about 1-2 hours and will talk with him what he thinks yes If not, just drop me a mail to aries@mindworks.hu ok and if I sitting before my terminal, I'll go ok thanks for your willingness to help us reinhard: now, I completely new in gnue, so I could wait :) reinhard: It's my favour too :) sorry, my english is not ok today =) I'd try to tell I'm glad to help aries: your Engish is by far good enough for this channel ;-) reinhard: thanks :) * aries has to go, he hope he'll be here from 12 o'clock. bbp *** aries has quit IRC reinhard: given a set of data, that is GPL. you work on it with a tool not in GPL. will the resulting dataset be still under GPL? well if you have a source code that is under GPL and you edit it with Winword(TM) the result will again be under GPL does that answer your question? seems like so, thx. in fact PO files are playing here, ie if you edit a say Gnome PO file with a non-GPL PO editor, then the PO file still remains GPL-ed am i right yes of course in fact you wouldn't probably be able to tell with which tools they were edited oh, i will create a biiiig poster with these two lines: am i right yes of course 8-)) what actually strikes me is that the po files don't contain any reference to the GPL (at least that's true for our po files) so I'm not 100% sure if they *are* GPL at all they contain a line for 'copyright FSF' yes but only that but that doesn't mean they are GPL'ed OTOH the same holds even for the glibc translations which are a very basic very GNU project so I suspect it's correct what we do any POT file in Gnome contains: # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. maybe the middle line should make sense for us too could be a good idea to add that to our files, too yeah :) did I see someone volunteer? ;-) did I see some austrian volunteer? 8-)) *** aries has joined #gnuenterprise hi reinhard: i'm ready for you reinhard: (you can commit them separately and beat johannes in the commit race forever...) 8-)) * aries now downloading the new openMosix kernel patch and try to work the ati's driver to work with it aries: sorry, I'm not yet ready for you reinhard ok aries: I think we will talk in the afternoon sorry real life interfearence.. *** johannesV has joined #gnuenterprise reinhard: just ping me, if you are ready aries: ok *** jamest has joined #gnuenterprise *** kilo has quit IRC *** aries has quit IRC *** sjc has quit IRC *** btami has quit IRC *** fgdfgdfg has joined #gnuenterprise *** wayneg has quit IRC *** holycow has joined #gnuenterprise *** fgdfgdfg has quit IRC reinhard, i've just tried a calculated field with info="150" ... it's working fine ... will try it as search now ... it works well with search too hmm i've added a calculated field to sample.gcd (in address_country.address_foo: return "%s(%s)" % (self.name, self.code) so please double-check the case you've encountered problems with calculated fields and generated forms johannesV: thanks johannesV: will check it ok mornin dudes wow, i've just patched /usr/sbin/mkinitrd to make a kernel-image-2.6.8-1-686 working ... :) if we add a ./ into line 1126 everything seems fine :) i'm a bit curious if this is a problem specific to my sarge or if it's there for all kernel-image-upgrades ... gonna try a reboot now ... *** johannesV has quit IRC *** wendall911 has joined #gnuenterprise *** sjc has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** reinhard has quit IRC *** aries has joined #gnuenterprise hi !seen reinhard bye *** aries has quit IRC in forms we store parameters in mixed case when passed in via a activateDialog however getParameter does a string.lower() on the key name so I set a faxNumber parameter and when I try to getParameter("faxNumber") it'll always return None is there a reason for the string.lower() i don't see a reason why to do a string.lower () on the parameter name but i haven't looked at this very detailed ... it's also doing it on the setParameter but activateForm and activateDialog pass the dict in unaltered so if no one objects I'm thinking I'll remove the lower() johannesV: give people what? 20 seconds to object? :) it's ok for me yeah :) isn't that enough ? 20 seconds ... wow i remove that and forms crawls jamest, which forms-driver are you currently using ? wx ah, ok i don't think gtk driver works on woody hmm, so do i ... but i haven't tested ... btw. i've added a 'processMessages ()' to the gtk driver two weeks ago it's called within 'setStatusBar ()' this give's trigger-code in forms the chance to 'look more responsive' i haven't found something similair in wx, but i don't know wx very well i needed it, because my trigger's code did very long jobs (like extracting audio-data from cd's) and without that change the form seemd to be 'hanging' or even looked like crashed ... what's it do? on the gtk side? flush the widget event queue? it processes all events in the queue (like refreshing widgets and the like) i believe wxYield() will do it in wx we had to do it in the wx splashscreen *hmmm* who was the person working on the web driver for the appserver? initially it was siesel, i think but it's been a long time since he was here ... oh siesel! right /me bookmarks that name danke np *** johannesV has quit IRC *** jamest has left #gnuenterprise *** wendall911 has quit IRC *** jamest has joined #gnuenterprise *** kilo has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** wayneg has joined #gnuenterprise *** jamest has left #gnuenterprise *** dimas has quit IRC *** wendall911 has quit IRC *** kilo has quit IRC *** sjc has quit IRC *** holycow has quit IRC *** jcater has quit IRC *** wendall911 has joined #gnuenterprise *** jcater has joined #gnuenterprise *** Vee has quit IRC *** titopbs has joined #gnuenterprise *** Vee has joined #gnuenterprise *** titopbs has quit IRC *** holycow has joined #gnuenterprise *** jcater_ has joined #gnuenterprise *** holycow has quit IRC *** holycow has joined #gnuenterprise *** jcater has quit IRC *** wendall911 has quit IRC *** Vee has quit IRC *** Vee has joined #gnuenterprise *** holycow has quit IRC