*** johannesV has joined #gnuenterprise *** sjc has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise *** kilo has joined #gnuenterprise *** dcmwai has quit IRC good morning *** mo_ has joined #gnuenterprise hi there hi here :) :) i'm a totally newbie to gnue (i try to help someone to finalize his erp), and i don't know how to use gnue-reports-server, someone could help me pls ? I am not sure if gnue-reports-server is already functional IIRC you can use repots only standalone (not as server) by now ah ok, that's why i couldn't have any results :// *** sjc has quit IRC *** holycow has joined #gnuenterprise has someone experienced a memory leak ? it seams that python doesn't free memory (list of objects), i haven't test it till 100% mem, 100% of swap *meh* i'm not liking rekall very much at all and chillywilly is right, kde is just bloody annoying not me mo_ not yet anyway infact, rekall sucks pretty much mo_: what tool do you suspect leaking? python :) I use appserver and have it running for weeks without restarting oh it seems that it will be corrected with 2.5 :/ huh? so you use python 2.4? é.3 2.3 ok we all use 2.3 here, too but i can't remember anybody suspecting a memory leak http://evanjones.ca/python-memory.html hmmm i would not use python to deal with graphs including millions of branches... but it could be an issue, yes, in special cases ok, i'll make some research, but this url was just an example to indicate that there could be a leak ... how many objects do u use in your app ? mo_: hoenstly, i wouldn't call that a memory leak as the memory is reused i mean when he runs the graph algorithm several times in a loop python wouldn't suck more memory each time but it would reuse the same gigabyte all over again i hope that this memory can be reused, in the app in which i work i've got this pb, python use more and more memory after each call and perhaps my friend sucks in python programming too :) i agree with reinhard, it is not a memory leak. as if you exit python, it surely hands memory back to the os. it is a memory management problem only ok, but finally a problem ... @seen lekma kilo: lekma was last seen here 4 weeks, 5 days, 1 hour, 36 minutes, and 39 seconds ago saying: will one of them call be the one to provide it @weather LHUD kilo: The current temperature in Szeged, Hungary is 36°F. Conditions: Partly Cloudy. Humidity: 95%. Dew Point: 35°F. Pressure: 29.93 in (1013 hPa). Visibility: 5.0 miles (8.0 kilometers). UV: 0 out of 12 @weather EGPH kilo: The current temperature in Edinburgh, United Kingdom is 46°F (10:20 AM GMT on November 10, 2004). Conditions: Partly Cloudy. Humidity: 62%. Dew Point: 34°F. Pressure: 30.15 in (1021 hPa). Visibility: 7.0 miles (10.0 kilometers). UV: 1 out of 12 @weather EGPI @weather EGPB kilo: The current temperature in Sumburgh, United Kingdom is 46°F (10:20 AM GMT on November 10, 2004). Conditions: Light Rain. Humidity: 93%. Dew Point: 45°F. Pressure: 29.98 in (1015 hPa). Visibility: 4.4 miles (7.0 kilometers). UV: 0 out of 12 @seen seisel holycow: I have not seen seisel. is that the proper spelling of his name? anyone have his email address? @seen siesel kilo: siesel was last seen here 5 weeks, 2 days, 11 hours, 58 minutes, and 2 seconds ago saying: night ehe :) danke holycow: http://gnuenterprise.org/community/contrib.php, search for Jan gnue search engine is having a few issues :/ ah! danke :) holycow: check out gnue-reports/samples/php_client mo_: afaik gnue report server IS working oh neat, k johannesV: i did not follow, but what is the news about modal forms? kilo : oki cool :) is there some docs on how to use it ? not much, look athe samples. php_client is a good example * holycow apt-..removes rekal *bleh* :) i love apt-get remove... rm -rf / too :) lol :) mo_: http://www.gnuenterprise.org/~btami/gnue-reports-server-test.py rekall is decent, but it's got the faint whiff of commercial development and ms the other day i issued apt-get remove glin* and it wanted to remove almost the whole system... the 'just get something out the door as fast as possible' sorta deal mo_: i don't know how outdated that samole... it worked, when i wrote it btami : oki thx, i'll test it brb *** mo_ has quit IRC *** mo has joined #gnuenterprise hey guys.... with respect to gnue designer would it be possible to make ALL popups and text boxes resizeable?] having a teeeeeny weeeeny little window to select stuff from is ... *ummm* ... well reminds me of lotus notes :) i know, i know, submit patch :) ehe re: designer... when new data sources, why does it remember l/p? it's convenient from one perspective what if someone wanted to login to a new db with a different account on postgres for example? how would one know which is which in the pulldown? hmm kilo: you would use a to create a 'modal' form should we not differentiate between a dialog and a modal form? kilo, you can't :) remember, we CAN do anything, we just need to define the proper environment for it 8-))) so there is no modal form... and is it the proposed way, using dialogs? a modal form *is* a dialog there is no mechanism from the ui-driver (gtk/wx) which defines a 'modal form' other than a dialog one need to differe between a 'form' and a 'dialog' where a form is just a 'window' (which might be transient for another one) it get's displayed and the programm continues with it's main loop in short: a dialog is a modal form a modal form is a dialog it's one and the same a dialog is different, becaus after displaying it's window the programm does *NOT* get back to the main loop but it wait's until the dialog-window get's closed kilo, do you see the difference ? modal like you means always 'dialog' because you want the user to finish the dialog first and then continue with the main loop a form beeing 'transient' for another one means: form a should always stay on top of another form b (but the programm still is in the main loop [not responding to events from form b]) imho a dialog is a subclassed modal form, at least iirc from C well, please refer to the docs of wx and gtk2 btw. for which 'master form' should a 'modal main form' be transient then ? kilo: that's another definition of "dialog" we don't subclass forms in gnue-forms so we don't have that meaning of "dialog" what would happen if i removed --purged postgresql... and reinstalled it... i would haveto run the gnue common setup-cvs.py again? holycow: nope just reload the database supposing i deleted the db too i mean damn, sapdb seems not to be a dbsig2 driver ... :( johannesV: sure? johannesV: i was quite sure there is a dbsig2 module for max/sapdb there are remains of source code in forms that show once there was an intention to do modal/unmodal forms. it is only this that i ask this question, i don't want to say if anything is ok/wrong. i just asked with not any intention in my mind 8-))) johannesV: it worked before i've prepared the backend-server, created a new instance and after importing sapdb it does not contain all that stuff other dbsig2-modules do (like TIMESTAMP, parmastyle, ...) kilo, np, but that modal-stuff in forms-code does not do very much (cause of the underlying uidriver) ah, there seems to be another python-module then ... (sapdbapi) will look for that ok, seems to be a DB API 2.0 conformant module to download from mysql.com uh, no it's much easier then it is packed into it's own sub-module of sapdb shipped as deb python-maxdb so in terms of best practices obviously the gnue db is to store all gnue related information i should be creating new db's in postgres and creating users for that db correct? *** btami has quit IRC holycow: for non-gnue stuff? or for your gnue application? yep my gnue app ... i'm just trying to build a big picture understanding of the right way to do things let me rephrase my question what is the gnue db in postgres designed to do? it is specific to the gnue it self and 'how' it functions correct? i.e. one should not be using that at all? *** kilo has quit IRC the gnue db will hold both gnue internal data *and* your user data isn't the mixing of data dangerous? sorry mixing of purpose i mean ? i don't think so okay i think the overhead for creating several db's would be much more trouble and we have the gnue db self contained sorry if the questions sound dumb you only have to backup, archive etc. a single db i admin a lotus domino db... and it has a hierarchical db no, in fact i had to think a little before answering because i've never considered this an issue at all i.e. the db and the form are actually the 'same', so you end up creating dbs with individual acls attached to them and that's *really* dangerous :) ehe :) well as long as you don't mind me asking... i have a whole bunch of questions, i just want to ask the important ones first that's ok i will be choppy in my answers as always my approach here is from an admin/user persepctive as i'm at work and the phone rings all the time ideally, i want to merge the benefits of the domino system, with gnue which is wonderfull, and rdmbs so my questions are all skewed toward a 'central admin' with tons of 'users' to deliver applications to, prefereably centrally lol you do gnue dev fulltime or part time, if you don't mind me asking? not full time in any case i'm not sure about part time or hobby as i'm self-employed and the borderline is quite thin ;-) ah cool :) *nod* oh totally, same here sounds like we are both looking at gnue from the same perspective then *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** jamest has joined #gnuenterprise reinhard, do you use gnue in your business? *** jamest_ has joined #gnuenterprise *** jamest has quit IRC *** jamest_ has quit IRC *** jamest has joined #gnuenterprise hmmm holycow: yes, but currently only in a small field holycow: see gnue-contrib/hotline ah cool. *** dimas_ has joined #gnuenterprise *** dimas_ has quit IRC *** holycow has quit IRC bbl *** dcmwai has joined #gnuenterprise *** jcater has joined #gnuenterprise *** holycow has joined #gnuenterprise jcater, can you tell me which "paramstyle" the oracle-db-drivers use ? (cxoracle/dcoracle) :field hi field ? today is my birthday ppl i thought there is only 'qmark', 'format', 'named', 'numeric' and 'pyformat' .. chillywilly, and mine is tomorrow :) select * from mytable where column = :name cool happy b'day, bi0tch jcater, so it is 'named' mine is monday johannesV_: I think that's what they call it hmm november rules the others may work :1 may work as wel well give me a second to test i've re-activated the maxdb/sapdb driver but I use named all the time in my python script jcater, you can look at module.paramstyle (where module is cxoracle or dc... on a cursor.execute (statement, params), do you define params as dictionary or sequence ? bleh, this debian mirror is slow well, sapdb-driver uses 'named' style but requires the params given as sequence and raising an error if it is a dictionary so i would like to know if i can change __param_named () in dbsig2.connection to return parameters as sequence (instead of dict) geez, when is sid going to get firefox 1.0? * johannesV_ back in a few minutes * johannesV_ back *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise hey guys sacre vache! * holycow anoints nickr chillywilly, good point chillywilly, perhaps they were waiting for 1.0 final to arrive it was definately pointless to roll out the rc candidates consider development was fairly breeze in the last part for mozfox firefaux is for chumps firfaux? rofl :) ah ben ca parle francais :) bon ben a plus :) *** mo has quit IRC non, je ne parle pas francais il parle "faux" francais *cough* >_> Yea pretty much. that probably makes only sense reading it as an english person trying to write french <_< hm? firefox rules chump lol ;) i love these live cd's i'm off for today ... jcater, would you please write the oracle's paramstyle when you've time to; i'll read the logs tomorrow. thanks *** johannesV has quit IRC knoppix really comes in handy when repairing windows machines johannesV: sorry, I got distracted by lunch :) >>> import cx_Oracle >>> print cx_Oracle.paramstyle named >>> >>> import DCOracle2 >>> DCOracle2.paramstyle 'numeric' fwiw, I know named works on both not sure if both support numeric though curs.execute('select * from dual where dummy = :1', 'X'); Traceback (most recent call last): File "", line 1, in ? TypeError: function takes exactly 1 argument (2 given) so, I'd say no just out of curiosity, how is work on appserver directed? is there a gameplan in place featurewise or is it developed organically based on need? have you read their whitepaper? it seemed to address the future plans iirc (it has been a while since I read it) ehe :) obviously i haven't /me browses some more :) oh neat i don't know why i haven't poked deeper into the site before v cool holycow: there's also the feature plan (i think it should be available on the web, too, otherwise look at the TODO file) however, we currently expect appserver development to stall a bit because appserver is quite much there where we want it for now more or less usable for small scale business applications with no speical security needs and as we started to work on packages we hit quite some issues with forms and reports for that reason we plan to put our forces there for the next few weeks (as you might already have seen if you watch our commits) I also still hope that jamest and jcater come back to active development :-) I'm hoping myself been trying to get things in place at work so I can as have i ^5 you guys are amazing reinhard, danke, thats very cool there is something to be said for deciding on a 'freeze' where people can develop for the particular freeze number i think, but still awesome holycow: I think I agree about the freeze thing actually I would like that kind of freeze in appserver to happen now but we are still at the very start of developing packages and somehow we want to be able to fix conceptual bugs the pop up (like e.g. the question whether non-nullable fields should be checked before or after OnValidate triggers....) OTOH I think I would dare to develop against the current state of appserver because still while adding features I think we haven't broken backwards compatibility for a long time *** feti has joined #gnuenterprise jbailey: are you *the* jbailey? :-P any chance we can get our deb packages updated? looks like sarge is getting colder and colder reinhard: No, I'm just *a* jbailey. Didn't you hear I come in six packs now? jbailey: rofl ajmitch: Got new gnue stuff up on mentors yet? ... and we should get new packages in before it freezes ... bbl *** cilkay has quit IRC holy shit feti! heyd dude :) guys, feti feti, guys :) feti has his own php framework, looked v cool last time i had a chance to take a peek holycow: Are you trying to scare him? http://mojavi.org/ <-- :) jbailey, hey :) ehe, naw fetis cool mojavi looks interesting yeah if your focusing only a web based front end, an mvc like mojavi could save you a lot of time *** dcmwai has quit IRC feti, msg me if you get a chance *** cilkay has joined #gnuenterprise *** sjc has joined #gnuenterprise *** sjc has quit IRC *** kilo has joined #gnuenterprise *** kilo has quit IRC morning ajmitch: reinhard wants updated packages. Are they on mentors? nope, not yet reinhard: See? What am I to do? * jbailey hides. * ajmitch will only be around for another few min bah I've got them mostly done :P ajmitch: It's cdbs dude. Does it really take more than 5 minutes? =) yeah, course it does :) > 20 min just to upload packages :) ajmitch: bah! * jbailey tosses a nickle a to ajmitch Go buy some bandwidth! =) * jbailey hides again. thanks it'll buy me about 100kb of data allocation :) wow. That's insane. nah 20c/MB for full rate DSL :) For a $50 up front cost, my home connection is going up to a 5MB downlink. (No additional monthly cost over what I pay now) 2Mbit/192Kbit has only just been released after years of 128Kbps being the main speed sigh, forgot to package forms ;) I've got to go, sorry will be uploading packages later :) ajmitch: /msg me when you do. (or email, as always) thanks both jbailey and ajmitch good night all *** reinhard has quit IRC *** jamest has quit IRC *** cilkay has quit IRC *** cilkay has joined #gnuenterprise *** cilkay has quit IRC *** jcater_ has joined #gnuenterprise *** jcater has quit IRC *** bluesbaron_ has joined #gnuenterprise *** bluesbaron_ has left #gnuenterprise *** holycow has quit IRC *** cilkay has joined #gnuenterprise *** jcater has quit IRC *** wayneg has quit IRC *** holycow has joined #gnuenterprise sup cow