*** holycow has quit IRC *** holycow has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** holycow has quit IRC *** kilo has joined #gnuenterprise *** holycow has joined #gnuenterprise *** holy_cow has joined #gnuenterprise *** holycow has quit IRC *** reinhard has quit IRC *** ayers has quit IRC *** btami has joined #gnuenterprise *** dcmwai has joined #gnuenterprise morning to all.. can anyone tell me if I can pass default values to a form called from appser by another forms form.triggerRunForm() appserver* erkki_: hi i think you have to use form.runForm(filename,params) instead where params is a dict *** ayers_ has joined #gnuenterprise you can find several examples in gnue-contrib/gnue-invoice/forms *** dcmwai has quit IRC *** holy_cow has quit IRC btami: ok, thanks btw, I'm having trouble finding gnue-contrib:p http://www.gnuenterprise.org/contrib/ link in the webpage doesn't work.. and there's no such directory in the svn checkout of svn://svn.gnuenterprise.org/var/svn/gnue/trunk svn://svn.gnuenterprise.org/var/svn/gnue-contrib *** holycow has joined #gnuenterprise btami: ok *** holycow has quit IRC *** holycow has joined #gnuenterprise *** holycow has quit IRC *** johannesV has joined #gnuenterprise hi hi johannesV hi btami johannesV: after your last changes i have problems running gnue-contrib/gnue-invoice/scripts/setup-db.sh Loading gcd files ... DB000: In file(s) '/home/tamas/svn/gnue/gnue-packages/base/org/org.gcd, /home/tamas/svn/gnue/gnue-packages/finance/tax/tax.gcd': DB000: Class 'ORG_Org' is defined multiple times tax.gcd wants to extend Org class with a new property it was ok before ah so there's a bug in readgcd ... let me have a look ah, ok ... i think i've found it btami, please svn up and try again seems ok, except this: Loading gcd files ... DB000: In file(s) '../schema/invoice-hu.gcd': DB000: Changing filter of existing class 'billing_head' is not allowed setup-db.sh was ok it's with setup-db-hu.sh *** lxf has joined #gnuenterprise hm wait maybe it's my fault where can i find setup-db.sh ? ah, contrib ok i think these setup files are kind of obsolete ... can't you use a modulepath instead ? so appserver could handle gcd-integration automatically ... *** erkki_ has quit IRC yep, it's ok now, it was my fault ok another one: DB000: File "/home/tamas/svn/gnue/.cvsdevelbase/gnue/common/datasources/readgsd.py", line 558, in __orderByDependency DB000: raise CircularReferenceError DB000: CircularReferenceError: Tables have circular or unresolveable references for which gsd's ? it's from our custom app's gsd but it was ok before too can i have a look at that file ? just removed parts moment *** lxf has quit IRC http://www.gnuenterprise.org/~btami/berado.tar.gz downloaded ... will check it which gsd-file ? sorry but dunno setup-db.sh calls gsscvs with all .gsd are you sure your gcd-files are utf-8 encoded ? ok hmm i've got troubles reading the gcd's ... unicode-errors ok, have to set textEncoding = iso8859-2 (to make it work) good, the bug is reproducable ... will now try to find it thx hmm, think i've got an idea ... yeah, got it cool yeah, works fine what was the pb ? the class mnyp_penztar has *two* references to bank_szamla ah and readgsd held two dependency-refs to the same class after removing one dep there was still another left which couldn't be removed so it appeared to be unresolveable please svn-up anyway, thanks for testing all these stuff :) np DB000: File "/home/tamas/svn/gnue/.cvsdevelbase/gnue/common/datasources/readgsd.py", line 435, in __importTable DB000: recOrder = self.__orderByDependency (sortdict, CircularDataReferences, DB000: NameError: global name 'CircularDataReferences' is not defined hum looks like i've introduce a typo sent i mean, fixed Circualr yep *** kilo has quit IRC cool, it's working again great :) [but should be lot's faster than before] of course :) bbl *** yure has joined #gnuenterprise *** jamest has joined #gnuenterprise svn head broken? hi guys you should use arch or bazaar ;) j/k so whatever the hell you want do* my Ubuntu really does not like my KVM http://www.newegg.com/Product/Product.asp?Item=N82E16817103306 <-- that's the one I have when switching to Ubuntu the mouse flakes and starts sending button events instead of movement event...and the log mentions something about losing synchronization so I have to unplug the USB mouse from the PS/2 right after switching PS/2 adapter such a pain try doing a ctrl-alt-f1 then ctrl-alt-f7 maybe I should've gotten one of those USB cables so I could share USB...maybe that would work better ok we had a small kvm that did something like that and switching to/from a text console to X cleared up the mouse issues nope, still flakes out this also works if you unplug a ps2 style mouse from X and plug it back in this is a logitech opitcal mouse that I have hooked up to a USB to PS/2 adapter as typically the mouse just dies after that (at least here) if I just unpulg it from the adapter and plug it back in then it works *** jcater has joined #gnuenterprise if I move it around too much it wil seriously jack up my desktop hey jcater hmm PS/2 mice are very tricky as far as being initialized and re-initialized. I use a USB-based KVM switch with a USB mouse, and it works quite well. that sounds discusting, chillywilly probably should go with the USB KVM cables might works a bit better work* jcater: you came in at the wrong time ;) I believe the word is disgusting with a 'g' ;) yeah rough day suuuure hmmm, I don't even see the USB input for this KVM just the output for the other computers http://www.newegg.com/Product/Showimage.asp?Mode=&Type=&Image=17-103-306-05.jpg%2C17-103-306-06.jpg%2C17-103-306-07.jpg&CurImage=17-103-306-06.jpg&Description=BELKIN+OmniView+SOHO+F1DS104T+KVM+with+USB+support+4+Computer+Connections+-+Retail is it really shaped like that? yea it's kinda one an angle on* eh, I am jsut going to have to live with this windows handles things fine though...that sucks man I even upgraded my kernel but then my desktop would freeze at a certain point while starting up so that sucked too you could always put a ps2 mouse on it :) well it sia PS/2 mouse because I have an adapter on it this is fucking rediculous debugging synamically loaded perl code that does not print errors to the browser is goddamn awful *** kilo has joined #gnuenterprise *** ahz has joined #gnuenterprise hi, dumb python question. i have lot of ./app_$foo.py which i 'from app_$foo.py import $foo'. how can i import all classes on a single wildcarded import line? you'd need an __init__.py that basically did all the imports so if you had package/app_a.py, package/app_b.py your package/__init__.py could be aha from app_a import a from app_b import b then you could do: from package import * thanks np yay for incremental backups what does this mean: DB000: self.impuesto = Impuesto( self.appserver ) DB000: TypeError: 'module' object is not callable is Impuesto a .py file? and a class inside it from Migrate import * and i have Migrate/Impuesto.py with a Impuesto class inside it try Impuesto.Impuesto(self.appserver) or change the import for Impuesto $foo.$foo worked :) thanks that's less ugly than one import per class *** mnemoc_ has joined #gnuenterprise is it expected that DataSourceWrapper returns nothing from dbf if i don't set 'field'? i want _everything_ :) *** mnemoc has quit IRC *** Amorphous has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** johannesV_ has quit IRC *** dimas_ has quit IRC *** psu has joined #gnuenterprise good evening * psu is now a free man (as in speech, not beer) quit my job with the proprietary s/w company Start my new post monday Short term post with a local education authority doing some accountancy type stuff == my equivalent of "flipping burgers"? (but, I hasten to add, better paid.) hey okey dokey but I would never have faulted you for wanting to make a living dude...even though I was giving you crap ;) heh main reason for leaving was hours/travel but must admit freedom of code was at least part of it number of times I as a consultant hit a bug with a customer in some cases the behaviour of the bug was such that i *knew* what mistake the programmer had made but even internal to the company, I had no access to the source code doh so I had to raise a bug report and get it fixed in anything from 3-9 months Not saying I would have necessarily understood the source code but even something like "Foo is not barring - is the logic in line 947 exactly right?" would presumably help the programmer I think I need to eat something Bizarrely enough, I had a dream about GNUe Forms last night. Dreamed that a new release had been put out, but with pop-up ads. There was even some clever code that did banners for the graphical clients, and Google TextAds for the curses One of these weird dreams that's really clear I even remember chillywilly saying it was "lame" Worrying that I now dream in IRC logs ;-\ lol rofl that is funny stuff even worse is that once I woke up, I thought it through and realised that, although the GPL doesn't prevent stuff like that it would effectively neuter it because of a) access to source code and b) right to redistribute modified versions so basically within 1/2 hour of release, there would be an unofficial patch to remove any weirdness like that ;-) most likely ;) who added the ads feature? :P Cows do not have upper front teetch. teeth too ISTR jamest saying that he wasn't happy about it, but it was the only way to fund the project ;-) * psu hastens to add that he is not responsible for any defamations by his subconcious lol hmm, fsf are recruiting http://www.fsf.org/news/fsfsysadmin.html :) *** SachaS has joined #gnuenterprise well, time for bed I'll see if I can dream any patches this time ;-) *** psu has left #gnuenterprise can i ask DataSourceWrapper for all fields on a dbf? *** kilo has quit IRC *** wendall911 has joined #gnuenterprise *** jamest has left #gnuenterprise *** jcater has quit IRC *** ayers has quit IRC *** wendall911 has quit IRC *** btami has quit IRC *** wendall911 has joined #gnuenterprise *** jcater has joined #gnuenterprise *** jamest has joined #gnuenterprise *** SachaS has quit IRC *** yure has quit IRC *** jamest has quit IRC *** jcater has quit IRC *** SachaS has joined #gnuenterprise