*** dimas has joined #gnuenterprise *** sjc has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** sjc has quit IRC hello reinhard how gnue db should be initialized for gnue-appserver/test.py to work? hi dimas test.py depends on gnue_useraccess module in the backend after normal gsetupdbcvs you have to run samples/setup-cvs-db.sh it does? let me check please no, it doesn't (AFAICT) works for me without gnue_useraccess i have dropped gnue and restored with just gsetupdbcvs reinhard: local changes again? :) then you would need samples/setup-cvs-db.sh again otherwise you have no address module there it was authentication = True in gnue.conf ah ok that's not the default, is it? (shouldn't be) i want to set proper values from the script itself not only authentication but connection params also not sure I understand how to overwrite custom setting in gnue.conf for test.py to run you have authentication set in gnue.conf? on purpose? even though you don't have gnue_useraccess in your db? i have authentication set for other connections not gnue which is used as gefault for test.py and other examples hmmm *** holycow has quit IRC maybe the correct place to test authentication on client side would be connections.conf not gnue.conf I think I will look at changing that how a selfdoc could be generated? which types/options for selfdoc are supported? where to look about that? dunno about selfdoc you mean our epydoc? yes there is -selfdoc options for gnue scripts http://epydoc.sourceforge.net/ oh didn't know that -selfdoc option I think that's to generate a manpage *** kilo has joined #gnuenterprise *** kilo has quit IRC *** elwis has joined #gnuenterprise I was going to upload my helpless guide on the wiki, but got permission denied? Not trusted ;) I think you can register yourself Yep, i'm registred but couldn't upload the file to "user manuals" topic? * reinhard doesn't know much about the wiki :( ok, is it Gabor who does? yes (kilo) I'll ask him next time he's online. I'll better try to do some coding until then, can't do documentation and translation all day ;) *** elwis has left #gnuenterprise bbl reinhard: when you planning to release designer? i've started to document and clean up parts of designer but didn't care to check in until after the release *** mnemoc has joined #gnuenterprise *** titopbs has joined #gnuenterprise *** titopbs has quit IRC *** dimas has quit IRC *** dimas has joined #gnuenterprise *** chillywilly has quit IRC *** chillywilly has joined #gnuenterprise *** titopbs has joined #gnuenterprise *** edo has joined #gnuenterprise Hello hi jamest: please, do you know if there's a place to send transaction? send transaction? I''ve just finished Italian translaction of gnue-common ah! the translation .....yes :) maybe I've done a lot of errors are you subscribed to any of the mailing lists? as I imagine gnue-dev@gnu.org would be a good one if not then go ahead and send there and I'll approve the posting instead of assuming it's SPAM :) I've subscibed the ml, now I'll send it to the mailing list great Thanks :) thank you *** titopbs has quit IRC Jamest, are you still there?, I've tryed to (re)install gnue-common via ./setup.py install but it say it can't cannot determine domain so it's not installing the translation, should I specify something particular? jamest: planning on releasing desinger as soon as translations are updated i know nothing about translations AFAICT kilo already did hu but reinhard on the other hand is a master with them :) edo: can you please give exact command you did and exact error message *** derek has quit IRC reinhard: you here for a bit not for long i'm wondering what version of wxWindows we want to stdize on? is the lack of 2.5.x support hurting us? jamest: I don't care about wxWindows very much i wish I didn't but it's the basis for designer and navigation AFAICT both win32 and gtk2 are in better shape than wx navigator navigator has working win32 and gtk2 too IIRC designer is a problem :) yes i know we spoke some the other day about my lack of sanity edo: I think I know where your error message comes from edo: you use svn, right? wrt the ui system, i also know we all want different base widget sets edo: will try to fix later today i assume you'd want a designer in gtk2 and i'd want it in qt and btami in win32 yes and in curses and with telephone interface via bayonne ;-) what i'm trying to figure out is if it's worth the effort to port forms/designer to wx2.5 I'm probably the worst person to ask here or if that effort would be better spent seperating out the logic from the UI in designer then building seperate front ends if you ask me directly, the latter or trying to use a front end like anyui for designer anyui? is that another ui abstraction? then a clear no from me :) lol anygui would be a lot of work more than I think i'd ccare to do http://anygui.sourceforge.net/ as it's semi functional but what's missing is huge But, once I've the appserver up and running, can I use the navigator to "dive" into the modules already done right?, But may I set something particular? jamest: anygui seems to be some kind of DBSIG2 approach for UIs it is which is definately a good idea inspired by anydb python module but nothing I'd want to put on my TODO list :) the author is willing to lend some assistance as i emailed him about the mythical 0.2 release but the project is dead ended as no one was interested edo: you have to hand write a gpd file for use in navigator that contains the menu definition after all, who would be crazy enough to write software that uses multiple front end GUIs erm not us, would we? i don't think so never bbl *** derek has joined #gnuenterprise anyone install linux along side windows XP? have first windows box in probably 5 years (and actually need to preserve it) but can't handle using it regularly everything i am reading makes it sound like install linux alongside XP is asking for trouble ajmitch: you mentioned there were ubuntu packages? *** dcmwai has joined #gnuenterprise Anyone have had problems getting the pstats from Debian?, Have you got Python from sources? edo? edo: you would have to use the gnue-designer from sid or wait until it has moved to sarge some parts from python have moved to non-free wow bug in python fixed that caused us quite some trouble with $LANGUAGE Maybe was that the problem I've had reinstalling gnue-common with the it.po? no erm you use common, not debian package of designer? Anyway, I think the best think I can do with Python is installing it from source, to have all the libraries no you just should use current version of designer current svn version I'm upgrading it via svn, is it wrong? no "svn up", then ./setup.py install but current svn of designer shouldn't need pstats any more Good to know :) but installing from svn is currently broken but will fix that asap reinhard: profiler got removed? moved to non-free no, i mean in common iirc that was part of the base app for --profile supprot i think designer included it unconditionally which made it not start at all if profiler wasn't available * jamest thwaps wx code that works in 2.5.3 segfaults 2.4 legal function call in both i think i will stop the port to 2.5.3 and just work on cleanup reinhard: btw, what are you still doing here? :) edo: committed your translation, thanks reinhard: per our discussion yday about common being too large sorry, got called away i was wondering if you mind that I continue (for now) to put stuff in there then maybe later we could break common apart into things like gnue.common.core gnue.common.printing or something like that actually I'm not against adding new stuff to common at all as long as it wouldn't add new dependencies to common itself so what I would not consider a good idea would be to put UI stuff into common oh then i misunderstood of course it makes sense to split up common anyway i still wonder if common needs split up with database access seperate and ajmitch already has somewhat prepared packages like gnue-common-dbdriver-psycopg gnue-common-dbdriver-mysql etc that can depend on the correct DBSIG2 bindings ok did the import hook in designer get moved to common? i seem to recall some discussion on that it doesn't appear to be but I wasn't sure why this debugging output? yeah I think jcater wanted to do it but didn't get around to it where it shows the imported modules and he wanted to change it from a env variable to a command line parameter but by that point we'd have already loaded some modules yea but you could still simply do something like if '--debug-imports' in sys.argv: at the *very* start of processing hmmm we'd still have to put that module at the front of our import list as in designer it imports StringIO and wx before it grabs client app we could just do that in GDebug GDebug is loaded before anything else (except sys) via gnue base module __init__.py *** sjc has joined #gnuenterprise so we could maybe even use the output routines from GDebug meaning we would get timestamps for the imports that's a good idea which would be good for speeding up startup though i'm not real crazy about the classes being put in there as designer has them all at the top any reason I couldn't move then to common.apps or maybe a common.debug np * jamest wonders if debugging and profiling belong in their own section I think they are closely related maybe a common.devel? with debug, profile, setup? but I've been wanting to add a command line argument --debug-time to be able to switch timestamp output on/off for debugging messages hmm maybe logger also would go into that section as well i'm just thinking out loud hmmm still think they might also belong into apps as they are actually related to GBaseApp and the one doesn't work without the other (AFAICT) long term do they need to be? i'm also wondering if some things are too tightly coupled they are probably as i've been thinking about your cleanups of children objects accessing parents and unless you're a lot further than I imagine i would guess common still does that way too much yes I'm not further than you imagine :) jamest: is it ok for you if I release designer now? please i'm still getting my feet wet w/ gnue again but i've got at least a few minor things fixed in designer a memory leak, and (oh yeah) some wx stuff I rolled back out so a memory leak! :) and docstrings you wanna commit before release? or want to wait? i'd rather not ok its very minor dealing with the most recently used files manager does designer have intellisense type functionality? never resets it's internal dict when it resets the menu and can i use it to manage (gcds) or whatever they are called now a days no have intellisegfault technology s/have/we have it knows the worse time to segfault or lock up X being doing some c# and mono coding lately release running language wise it is nothing great and .net is mostly hype but monodevelop and visualstudio both have nice IDE features that we could learn from jamest: btw releasing is a piece of cake now, you could well take over release management for forms and designer again derek: better than netbeans or eclipse? as those puppies rock my socks reinhard: ok, i am going to need a little time to get back up to speed though dont know i could never get eclipse to install (java bites) netbeans is what I use for java now is it worth a crap? iirc just components i'd kill for an editor like that in python i would have lot easier time selling gnue with super strong designer and i think gnue should offer a platform like it * derek desperately wants to get back to gnue but freaking soccer club is exploding we are now almost a $1million dollar a year non profit ask reinhard :) i gave him an earful last week hehe it is sucking every last minute out of me good news is i am now needing to write some software for our operations and i would like to use gnue shit! /msg reinhard: ok, that's it. i'm out again the big thing i have been thinking about is in C# you can do web applications and it is kind of nice jamest: rofl * derek hates web applications but you can do enough to make the 5% of things that make good web applications without a ton of work i fully *get* jan's idea of a web javascript forms now (too late of course) and don't have to learn another language/environment to do them i.e. i find myself writing quick little php things to have "web interfaces" to larger applications anyhow just a thought what thought? * jamest is lost when i was sitting in C# class i almost converted reports to C#(mono) just to see what it was like thought was make gnue do simple web "forms" edo: your problem with setup.py install should now be fixed if you svn up to latest version it has been on the todo list for a long time, but i see more value now before i just hated web applications and didn't think it was worth putting much effort into now i see there being moderate value for "web extensions" to real applications :) i am trying to get this laptop to be dual boot (without crushing XP) at which time i hope to install a gnue environment are any of you using ssh tunneled database connections? at one time jcater had this working well nope but it shouldn't be hard i could really use somethign like that in place of "web applications" for the soccer club ssh2 was a bitch to get it working well odd i would love to see that functionality in gnue-common or as an extension to database drivers basically detection / configuration of "remote" databases jcater had it working fairly well for sshv1 um ssh -L 5432:rdbmshost:5432 remotesite psql -h localhost remotedbname worked perfectly in ssh2 i just tried it leaving for church now have a nice easter weekend might be here sunday afternoon or so but not sure l8r all *** reinhard has quit IRC Going, nice easter all! l8r *** edo has left #gnuenterprise *** nickr_ has joined #gnuenterprise *** nickr has quit IRC *** dcmwai has quit IRC *** lekma has quit IRC *** havoc has quit IRC *** havoc has joined #gnuenterprise *** tiredbones has quit IRC *** kilo has joined #gnuenterprise *** titopbs has joined #gnuenterprise *** titopbs has quit IRC *** sjc has quit IRC *** kilo has quit IRC *** derek has left #gnuenterprise *** jamest has quit IRC *** titopbs has joined #gnuenterprise *** dcmwai has joined #gnuenterprise *** derek has joined #gnuenterprise all i know is ubuntu just works! *** dimas has quit IRC *** titopbs has quit IRC *** dcmwai has quit IRC *** holycow has joined #gnuenterprise *** derek has quit IRC