*** holycow has joined #gnuenterprise *** holycow has quit IRC *** reinhard has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise *** kilo has joined #gnuenterprise *** reinhard_ has joined #gnuenterprise *** reinhard has quit IRC *** dimas has quit IRC *** Vee2d2 has quit IRC *** btami has joined #gnuenterprise *** dimas has joined #gnuenterprise *** Vee2d2 has joined #gnuenterprise *** Amorphous has joined #gnuenterprise *** Morphous has quit IRC *** SachaS has joined #gnuenterprise *** Vee2d2 has quit IRC *** SachaS has quit IRC *** Vee2d2 has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** SachaS_ has joined #gnuenterprise *** SachaS has quit IRC *** SachaS has joined #gnuenterprise *** SachaS_ has quit IRC *** holycow has joined #gnuenterprise *** lekma has joined #gnuenterprise reinhard: hello can i put codepage info into the gsd? kilo: sure kilo: gsd is xml that means you can use hey all or whatever you want ok, it was misleading i want codepage info for the database fields i think i don't understand hello holycow and lekma the encoding for the database fields depends on your database installation i have an interbase db, and string fields have a property 'character set' really? every string field has it's own character set? so you can say name is latin-2 and street is utf-8? havent tried that but it seems so that sounds like a feature i wouldn't even want to use if you paid me for it :) LOL usually you define a global encoding for the database some (most?) databases even define the encoding at install time and you can't change for existing dbs and can you tell in the gsd the global encoding? no like i said most databases don't support selection at runtime AFAICT so i should creat the db with a given encoding and then use the gsd to put tables in it if a database _would_ support to select encoding at runtime i would generally set it to UTF-8 anyway yeah i think i would do that ok, thnks +a hello reinhard hi lekma *** holycow has quit IRC i saw your discussion (or the start of it) with jcater yesterday i am in the lucky situation that i never reuse a datasource object for more than one query that is i always create datasources dynamically, use them for one query, and discard them afterwards (in appserver) so i don't hit that bug lucky you :) i always create datasources dynamically, <-- how? oh ok i grt it now s/grt/get yeah i do not even have an xml file that defines the datasource i do it all in memory :) so i should use appserver... but there is no such thing as a serial property type...yet yeah we will be working on that but it might take a month or so *** holycow has joined #gnuenterprise oh btw there's smthing which is really annoying with appserver, that is the fact that you have to restart it when you add a user heh really? that HAS to be fixed before 1.0 i would think :) well maybe it's already fixed, it's been two weeks since i didn't try appserver lekma: that should be fixed there was a bug that sometimes a session didn't see the committed changes of another session even if a new query is issued btw... i know that www.csszengarden.com but seeing what can be done with css has really focused why gnue is doing things right and what you are describing sounds much like a symptom of that bug for any cms to rewrite them selves to do all their layout via css would be a nightmare nice job guys :) i will try it again later today... presumably with gnue one would only haveto write a 'driver' to use css like layouts instead of rewriting the apps :) reinhard, should 'gnue_type/length/scale' of gnue_procedure be added to repository.ini ? (i think this isn't a must) johannesV: we have the rest in there, haven't we? if yes, we should add the new fields, too to be complete ok, so for completeness yep *** dsmith has joined #gnuenterprise *** dsmith has joined #gnuenterprise *** jamest has joined #gnuenterprise good morning jamest morning sigh i've been here 15 minutes and I'm ready to go home rofl * reinhard figures jamest probably doesn't find it funny... not very funny *** kilo has quit IRC jamest: heheh but I'm glad others can get some pleasure out of it :) * chillywilly wants to go home too ;) well, i got to spend Sat out in a field digging thistle and fixing fence as I'm a natural blonde my tanning ability works like this.....i turn red bbl *** reinhard has quit IRC *** holycow has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** SachaS has quit IRC *** SachaS has joined #gnuenterprise *** btami has quit IRC *** wayneg has quit IRC *** wayneg has joined #gnuenterprise *** jcater has joined #gnuenterprise *** jbailey has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** sjc has joined #gnuenterprise *** johannesV_ has quit IRC off to lug meeting *** reinhard has quit IRC *** ajmitch has quit IRC *** ajmitch has joined #gnuenterprise *** Konijn has joined #gnuenterprise 'lo all *** ogger has joined #gnuenterprise any one interested in me not being able to start the gnue-designer in windows ? I guess not :D Konijn: what does it do? it complains :D DB000: File "C:\gnue\Python233\Lib\site-packages\gnue\designer\base\docks\DockedPane.py", line 59, in __init__ DB000: if sys.platform == "win32": DB000: NameError: global name 'sys' is not defined funny thing is , I had this in icons.py as well I added the import sys there and it worked fine then which is weird, because this import sys is already in the os.py *** kilo has joined #gnuenterprise disclaimer : I am a python novice I dont want to add import sys in every file, I probably did something wrong like letting python use the wrong os.py or is that plain non-sense ? Konijn: just a sec oki *** lekma has quit IRC Konijn: you running tarball or svn version of designer? svn hard cOr3 heh i'm prettty sure that import sys needs to be in there in icons.py ? and the other one ? unless someone imported sys into the builtins somewhere else in gnue, in which case they need smacked It sounds to me like smacking is needed what would be the approach I would have to take in order to let gnue-designer work then ? htose imports need to happen in each file that needs sys yuck but there shouldn't be that many okay, I'll give it a try hmmm, desginer works here should someone fix the svn as well ? and is in your local version a reference to sys.py ? *** wendall911 has joined #gnuenterprise no, no reference odd dockepane.py it is? that is the second file that bursts yes the first one is icons.py which I 'fixed' already where is that file? designer/src/base/docks *** SachaS has quit IRC i mean the icons one? icons.py is in designer/src/base C:\gnue\Python233\Lib\site-packages\gnue\designer\base\Icons.pyc yeah founok, thanks ok, i'll commit the imports on both those files but how come it works on your side if you do not have these includes that is what boggles my brain ?? is it because maybe your compiled version still has the link to sys.py ? well, after all it is computer technology... so anythuing can happen I did follow this url : http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/WindowsQuickStart so I hope that is good ohhh, i wonder who wrote that... oh no, it was meeeee hehe good so I can bother you a lot about that one :D deleted all compiled files from the incriminated directories but it still works so weird so something is wrong on my side then anyway, next error : DB000: File "C:\gnue\Python233\Lib\site-packages\gnue\designer\base\tools\PropertyEditor.py", line 131, in __init__ DB000: self.splitter = splitter = wxSplitterWindow(self, -1, style=wxSP_FULLSASH | wxSP_NOBORDER) DB000: NameError: global name 'wxSP_FULLSASH' is not defined plus DB000: File "C:\gnue\Python233\Lib\site-packages\gnue\designer\forms\LayoutEditor\LayoutEditor.py", line 143, in __OnGridSize DB000: w, h = self.panel.GetSizeTuple() DB000: AttributeError: 'NoneType' object has no attribute 'GetSizeTuple' GetSizeTuple error affirmed, it is displayed here too *** dneighbo_ has joined #gnuenterprise but it runs with that yeah that's what I figured the first error though does really spoil my session cannot reproduce first one is wx working at your system? should be how do I test this ? doodle frame from the examples works hangman as well nice game :D is the first time i played it can you start intro.gfd with wx? yes no problem Confucius say, "Others are drawn to your GNUe tools." :D at least , my install does not seem to be screwed up too much you see 3 tabs??? 3 tabs ? where ? *** SachaS has joined #gnuenterprise 3 pages no 2 one that says page down the other you can get a fortune cookie mine said the confucius thingy ok, 2 i see no pages on wx/winmdows did you use the "-u wx" parameter you dont see 1/2 or 2/2 in the bottom right corner ? now I did it's absolutely the same hmm, strange i us w2k. and you? winxp home sadly enough I refuse to pay money for w2k btami uses xp too and he also reported no tabs running this form with wx tabs ? eh, pages oh like in a tab-control ? no, I dont see that I just see 1/2 or 2/2 in left down corner tabbed dialog pages, officially I can change 'page' with control+pgdwn or control-pageup I think this was a language failure :D sorry ok, it is not oimportant. important thing is: wx is working yes but not the designer *** btami has joined #gnuenterprise hi all night *** SachaS has left #gnuenterprise btami: hi hi jamest Konijn: btami is our windows master *** dneighbo has quit IRC ah hello btami hi hi btami seems you installed wx 2.5.x, arn't you? jamest: I saw this when using wxpython 2.5.1 hi kilo heh hi btami :) hi ajmitch btami: yes, I had this issue on debian as well with wx 2.5.x gnue is not adjusted to use 2.5.x # This file was generated by setup.py... VERSION_STRING = '2.5.1.5' yes damnit Koninj: please download 2.4.2.4 from sf it's even on the wiki page 2.5.x is the latest development branch of wx, not the stable branch where? ah non it's not moment... fly int the eye :D not on wiki page so how does that work ? how do I uninstall the 2.5 ? http://prdownloads.sourceforge.net/wxpython/wxPythonWIN32-2.4.2.4-Py23.exe from start menu/control panel etc. wow that works well I'm going to like python wiki page updated kilo: thx thx to Konijn and btami! oh yeah that works dude that's great ! Ok, another one when I try to run the intro.gfd in the gnue-designer it doesnt work DB000: [C:\gnue\Python233\Lib\site-packages\gnue\common\logic\NamespaceCore:194] Trigger attempting to reset a form object I get this like 100 times and dont see anything happen ? oh no, a derek #2... 8-)))) what, he needed a lot of attention and was an absolute newbie :D *** reinhard has joined #gnuenterprise not exactly... * Konijn wonders curiously what kilo means ask derek 8-)) maybe reinhard will answare that, he is our NamespaceCore masta :) * Konijn nudges reinhard Konijn: running a form from tools->run form? yeah this time in windows :D oh, that's not functional! so you just have to call the gnue-forms on it then, ok maybe jcater or jamest will fix it when time comes... maybe :) which list do you post on most :) I think I reported it last month, and they complained about me finding bugs ;) I am checking gnue-dev , but there seems to be not a lot of traffic on it gnue@gnu.org, iirc I never post, but I read the list :) gnue-dev seems to be used as well, but not as frequently well, I think I'll be reporting some bugs as well :D of course, most of those wont be bugs :D yeah, they won't mind, and the bugs should even get fixed *** jamest has quit IRC *** jamest has joined #gnuenterprise *** kilo_ has joined #gnuenterprise *** kilo has quit IRC g'night *** Konijn has quit IRC *** reinhard has quit IRC *** sjc has quit IRC if I have a string that is a name of a class how would I call the constructor of that class then? python eval statemnet? * jamest has never tried it though yea that works *** btami has quit IRC *** rsb has joined #gnuenterprise *** kilo has quit IRC *** ajmitch has quit IRC *** dsmith has quit IRC *** mdean has quit IRC *** ajmitch has joined #gnuenterprise *** dsmith has joined #gnuenterprise *** mdean has joined #gnuenterprise *** dsmith has quit IRC *** jamest has quit IRC *** nickr has quit IRC *** jbailey has quit IRC *** nenhum___ has joined #gnuenterprise *** Morphous has joined #gnuenterprise *** nenhum___ has left #gnuenterprise *** ogger has quit IRC *** Amorphous has quit IRC *** jcater_ has joined #gnuenterprise *** jcater has quit IRC *** nickr has joined #gnuenterprise *** nickr has joined #gnuenterprise *** holycow has joined #gnuenterprise hey nickr holycow! :P chilly :) *** holycow has quit IRC *** rsb has quit IRC *** dcmwai has joined #gnuenterprise *** wendall911 has quit IRC *** jcater has quit IRC