[00:04] Last message repeated 1 time(s). chillywilly (danielb@d34.as13.nwbl0.wi.voyager.net) left irc: ra3vat (~ds@195.239.64.55) joined #gnuenterprise. anyone around? yeah umm.. dumb question, how do I get python compiled with curses? ra3vat (ds@195.239.64.55) left irc: Ping timeout: 181 seconds umm, i've never compiled python :) doh! ok psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. hi psu hi Mr_You are you up early or late? hi reinhard (~rm@N801P007.adsl.highway.telekom.at) joined #gnuenterprise. reinhard is definitely up early hi reinhard hey does our stuff work with 2.2b2? I assume most people keep an eye on slashdot anyway but http://slashdot.org/askslashdot/01/11/15/1943223.shtml mentions d/b & XML together not really relevant for us, as we are using XML as a display format for a relational d/b rather than using XML as a d/b per se (unless I've got the wrong end of the stick again) ... bbl psu (psu@manorcon.demon.co.uk) left #gnuenterprise. are we using an actively developed curses library? sigh will find out tommorow.. Action: Mr_You & bed hello all woah getting up and already a fire waiting on the answering machine :(( fixed it so now i can get back to the bedroom and get dressed :) alexey_ (alex@techkran.vladimir.ru) joined #gnuenterprise. alexey_ (alex@techkran.vladimir.ru) left irc: Client Quit ra3vat (~ds@195.239.66.43) joined #gnuenterprise. Nick change: mcb30-away -> mcb30 ra3vat (ds@195.239.66.43) left irc: Ping timeout: 181 seconds reinhard (rm@N801P007.adsl.highway.telekom.at) left irc: Ping timeout: 181 seconds reinhard (~rm@N801P007.adsl.highway.telekom.at) joined #gnuenterprise. alexey (alex@techkran.vladimir.ru) left irc: "[x]chat" alexey (alex@techkran.vladimir.ru) joined #gnuenterprise. Mussi (~elias@150.164.75.232) joined #gnuenterprise. Mussi (~elias@150.164.75.232) left #gnuenterprise ("Cliente IRC saindo"). take (~take@catv-213-100-0-102.swipnet.se) joined #gnuenterprise. Can i make a comment on the GNUe-homepage? I really miss somewhere high upp on the first page a "what is this" button which goes to a text with some screenshots being able for a PHB to read and sortof understand. I think a lot of parts of the faq can be used for this rewritten to make the what-is-this-text buzzword compliant and some examples of succesful use. If there is some interest in this I'm willing to give this a shot. sevik (seva@domino-web.kiev.ua) left irc: Ping timeout: 181 seconds back to hacking mode, Ill be back some day... take (~take@catv-213-100-0-102.swipnet.se) left #gnuenterprise. alexey (alex@techkran.vladimir.ru) left irc: "[x]chat" reinhard: you here? barely but yes := :) is it reasonable to assume that all methods for a particular class that are of a particular type (e.g. glibmodule) will be implemented within the same file? no not at all imho ah are there any reasonable assumptions like that? because of the thing that derek usually calls "templating" say we have a class "item" some of the methods of the class "item" will be defined in the sales module some in supply chain and some in the special local car dealer's module ok. I'm thinking about dynamic loading and how to determine which methods need to be reloaded when I notice a file has been modified it would be easy to just scan all methods but possibly time-consuming I could maintain a cache of which file provides which method but this has the potential to get long and complex can't you query what methods are contained in a file? what happens if you remove a method from a file :-) then you can't query the updated file? i.e. for example for a .so file what external symbols are defined oh true I think it might have to be the cache ra3vat (~ds@195.239.66.35) joined #gnuenterprise. The provider list would have one entry for each method, entry contains information like which implementor to delegate it to (glibmodule, python) and some kind of "source" marker which would describe the file it came from then when a file is modified, I have to scan through the list and update entries for all the methods that have that file as a provider, but I also maintain a separate data structure for each "source" file which lists all the entries in the provider list that refer to it? so I can quickly find all the entries that need updating. How does this sound? (apart from long-winded :-) just a sec 10 phone calls ok at the same time :( ok back sounds good unfortunately it would be much easier in an OO language :-( damn C! never mind for those lists you might want to look at glib's GList implementation we already use it throughout the code actually I was thinking about using a GHash instead, to make the dispatcher faster uh oh what? ok possible :) are there known probs with GHash? yes oh dear such as? there is no easy way to iterate through all elements i.e. there is no g_hash_first () and g_hash_next () like there is for lists you have to use g_hash_foreach http://developer.gnome.org/doc/API/2.0/glib/glib-hash-tables.html#G-HASH-TABLE-FOREACH we want to use glib 1.2 if possible didn't see the version number - just foudn it via google ah yes and it is the foreach will check that it is available in 1.2 you have to write a function foreach is available in 1.2 I'm used to using foreach anyway - I'm a Perl guy! ah with first and next you can have constructs like l = g_list_foreach (list) while (l) { dosoemthing_with(l) l = g_list_next (l) } of course first line is l = g_list_first (list) not foreach :) :-) I'll see how it looks as though it would work out with a GHash the motivation is speed: doing on average (n/2) string comparisons in order to dispatch one of n methods is not very scalable and it should make the code simpler where I am only looking for a single entry phone call i am not _that_ afraid about performance in this point i guess no class will have more than 400 methods in average and the time needed to scan the list of 200 strings in memory will not be too much compared to just the time needed to reload a single code file from the disk i found that things running in local memory are never performance critical most critical are things running over network second most are things having to read from disk no, but method dispatch potentially happens a lot more frequently than reloading the file... (still on phone) back now Mussi (~elias@gramos.copeve.reitoria.ufmg.br) joined #gnuenterprise. Mussi (~elias@gramos.copeve.reitoria.ufmg.br) left #gnuenterprise ("Cliente IRC saindo"). mcb30: true mcb30: i leave it up to you :) jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. howdy hi you're at work early today yip sigh ra3vat (ds@195.239.66.35) left irc: Ping timeout: 181 seconds ToyMan (~stuq@c5300-2-ip42.albany.thebiz.net) joined #gnuenterprise. Maniac-yawa (darryl@h24-82-132-209.wp.shawcable.net) left irc: ra3vat (~ds@195.239.66.35) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip42.albany.thebiz.net) left irc: Remote closed the connection ToyMan (~stuq@c5300-2-ip42.albany.thebiz.net) joined #gnuenterprise. mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. jbailey (~jbailey@Toronto-HSE-ppp3639287.sympatico.ca) joined #gnuenterprise. bbl ToyMan (~stuq@c5300-2-ip42.albany.thebiz.net) left #gnuenterprise ("Client Exiting"). dneighbo (dneighbo@mail.libertydistribution.com) joined #gnuenterprise. alexey (~alexey@195.151.214.34) joined #gnuenterprise. Maniac-yawa (darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. ToyMan (~stuq@c5300-2-ip42.albany.thebiz.net) joined #gnuenterprise. jamest you win your xbox @ TacoBell yet hi alexey jamest if not sent you link of another way to win, msn is giving away an xbox a day lol send the link please hi dneighbo mdean (mdean@mkc-65-28-73-63.kc.rr.com) left irc: "Client Exiting" jbailey (~jbailey@Toronto-HSE-ppp3639287.sympatico.ca) left #gnuenterprise ("Client Exiting"). ra3vat (ds@195.239.66.35) left irc: Ping timeout: 181 seconds mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. alexey (alexey@195.151.214.34) left irc: "Client Exiting" Nick change: Maniac-yawa -> Maniac Isomer (dahoose@210-86-56-131.jetstart.xtra.co.nz) left irc: Ping timeout: 181 seconds reinhard (rm@N801P007.adsl.highway.telekom.at) left irc: Ping timeout: 181 seconds reinhard (~rm@62.47.44.7) joined #gnuenterprise. ra3vat (~ds@195.239.66.14) joined #gnuenterprise. madlocke (tigerface@p50807836.dip.t-dialin.net) joined #gnuenterprise. Action: dneighbo chains him down... poor fellow hey madlocke (and others :) jamest can you build a tarball of the the products? as i dont have cvs here and was gonna try to get things working on this machine actually nevermind i will wait until im home just getting forms to usable point will take a bit here :) jamest in debian what are you using? python 2.1 or python 2.2 im in process of apt-getting 2.2 and friends 2.1 on debian 2.0 on solaris jcater/jamest one of you needs to get all teh deps installed on ash so we can configure webware on there for online demos Action: dneighbo is trying 2.2 on debian see if i can get it to work if so maybe i will dig out the passwords for ash and 'upgrade' over there muhahahaha Action: dneighbo is hoping such idle threats inspire :) hi... can someone tell me how upgrading my version of python is making me isntall gnumeric? jamest: now connection is cheaper and faster... phew... :) ajmitch: hi Maniac (darryl@h24-82-132-209.wp.shawcable.net) left irc: Ping timeout: 181 seconds whoopi (~warren@HSE-Montreal-ppp3465877.sympatico.ca) joined #gnuenterprise. Greetings. whoopi: hello hello whoopi can we answer any questions for you? Just dropped in for a chat; see how dev. work was going. work is going well hopefully end of tonight or tomorrow we will be putting the bow on a few 0.1.0 version of our tools and putting under the xmas tree for early xmas enjoyment Will look forward to installing it. you on windows or linux variant? if you dont mind me asking Linux; I can never Windows to work properly. btw: jcater / jamest one thing we have not tested is rpm creation whoopi rpm or debian or tar/gz packaging? i.e. what distro :) tar package. Will is compile clean on arm4vl or will it need x86? um dont know want to test :) if python runs on arm4vl, then should be no problems with designer, common, etc geas should be ok on arm as long as orbit is ok on it Looks like I'm the official guinny pig. yip which reminds me, i should get my alpha box back into working updated state so we can test alpha processors :) sigh darn debian i can get python2.2 but only python2.1 versions of wxPython Action: dneighbo needs to trout slap the wxPython maintainer :) muhahahaha ra3vat (ds@195.239.66.14) left irc: "Client Exiting" dneighbo: I think that's because Python2.2 is beta alpha even ooh even better i feel sorry for the python 2.2 people if derek does get it installed Maniac (~darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. derek: "Um, the ./configure command rooted my box, removed all my files, gave a division by 0 error, and added my home address to a bunch of just mail lists" py2.2 authors: hmmm, works for us Maniac (darryl@h24-82-132-209.wp.shawcable.net) left irc: Client Quit just = junk more like, "you didn't install on a production machine did you?" didn't he say he was going to upgrade ash? \msg jamest you did change the root password, right??? actually i installed 2.2 about 2 months ago or so (day it came out) not knowing it was not official and has been workign like a champ point wsa that the 2.2 packages were in SID so why not the wx packages to match it :) thats all i found it humorous as well that 2.1 was in sid as well as 2.2 you would think if 2.2 was ready for sid 2.1 would have moved to woody :) morning all ajmitch> What time zone are you in? NZDT re GMT+1300 ;) what curses library is prefered? pyncurses development seems dead ajmitch: good evening from GMT+1 ;) hey madlocke so what curses library are you guys using? hey madlocke :) hello? madlocke: i'm guessing that for me to use your webware code i need to upgrade python :) ajmitch: if you are using 1.52 then maybe yes... Mr_You: you'll have to ask the forms guys, someone should kick them awake I'm going to try GNUe and webware with 2.2b2 is this ok? ajmitch: well you'll need to have a curses library in order to use madlockes code ;-) mr_you: for webware or for what is curses needed? GNUe Forms requires it to install mr_you: ah... python 2.2b2 installs a curses library but I dunno how to get GNUe Forms to find it, it just says "read the docs to see how to enable" but the python docs don't seem to indidcate what I need to do in other words, I guess I need a work around or hopefully someone will correct this in the installer.. Mr_You: hmm, gnuef installs for me, but i'm using py 1.5.2 Mr_You: it requires at least one UI to be installed wxPython, curses, etc yeah I want curses, this is a remote server when we add the webware driver, we will add a check how do I force it to find the python curses libary? heh libary um, I dunno I don't think our curses support is working at the moment umm.. ok well I consider this a show stopper :-( as I can't install GNUe Forms on my webserver for what? [14:43] Last message repeated 1 time(s). are you trying the webware driver? yeah mr_you: it's only demo, not for real use... ! you can comment out the checks in gnuef/setup.py for now hang on, and I'll tell you which lines to comment sounds good madlocke I need something to start hacking on ;-) ok danke mr_you: bitte ;) madlocke: i'll be doing a bit of stuff with webware over the next few weeks, might even use GNUe and your code at some stage :) at about line 169, you'll see UIOK = 0 change that to UIOK = 1 and it should install for you I was hoping to get the latest cvs/future 0.1.0 installed and functional with webware and Forms webware driver and make demos/alpha quality forms and then go back to another project sorry.. 0.1.0 will be released before we add the webware driver, just so nothing breaks jcater: cool thats convenient as soon as it is released (tonight HOPEFULLY :) then we will add the webware stuff jcater: sounds cool great Action: jcater is excited about webware too jcater: that's good because after the 0.1.0 I want some bigger changes for gnuef... ;) yes, that's the plan :) mmm, this sounds like some cool stuff :) hmm same thing occurs, I did notice it says "OK" for the curses library.. but same type of error "No valid UI drivers are installed on this machine:" argh! well, try commenting out line 207 sys.exit() it will still give you a message, but should continue with the install you need to add UIOK = 1 to the import exception for curses except ImportError: print "No" UIOK=1 er UIOK=1 :) however curses is broken well, I think he actually has curses not even close to working ah, then your edit should have worked well, no because if the import succeeds it still sets UIOK = 0 because it doesn't work :) sigh we need a setup program ok thanks fixed it where is sys.path located? did you read ra3vat's readme at http://www.gnuenterprise.org/~dimas/uiwebware.readme ? yeah, using that you have to set PYTHONPATH to the base directory for the gnue python packages jcater_ (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. and that gets added to sys.path jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Ping timeout: 181 seconds Nick change: jcater_ -> jcater ok thanks ra3vat (~ds@195.239.64.194) joined #gnuenterprise. hey ra3vat hi all ajmitch: hi I have the ../gnue/lib/python in my pythonpath but its still looking for gnue.forms hmm hi ra3vat Mr_You: did you install using "setup.py devel" or "setup.py install"? setup.py install hi Mr_You they are all there in /usr/local/gnue/lib/python in /usr/local/gnue/lib/python/gnue/forms chillywilly (~danielb@d96.as6.nwbl0.wi.voyager.net) joined #gnuenterprise. echo $PYTHONPATH /usr/local/gnue/lib/python/ weird hmm well, it should be working I haven't tested the webware driver so I don't know if there's something wierd or not ahh lemme se e hm could the /usr/bin/env python be part of it? for some reason? hmm what has that? almost all the webware scripts ah those actually need to be python2.2 for you (didn't you install 2.2? ) 2.2b2 that'd be my guess I guess thats not it.. crap I'm not sure what else to try anyone else here tried it? {ra3vat - i've just added /usr/local/gnue/lib/python to PYTHONPATH for this} Mr_You: have you installed old copies of gnuef before? I dunno heh ;-) old copies put parts of themself in lib/python*/site-packages/gnue which screws things up ok lemme check no, I don't even have any previous python versions installed ToyMan (stuq@c5300-2-ip42.albany.thebiz.net) left irc: "I'm outta here" anyone know if a non-compete agreement is enforcable? depends on the state in California, not likely in Tennessee, likely what about WI dunno cause that's where I live depends on if you are a labor-friendly state or a corporate-friendly state Action: jcater hasn't has to deal w/WI before err, had well my business law proff sais that most of them aren't enforcable said sigh laptop crashed.. need new fan :-(((( chilly: I would say it is enforcable but it depends completely on the company as to whether they would enforce it two examples chillywilly: I think it's not stricly the law as much as raw legal ressources. heheh local biz in the mtns definitely made known to this one fellow that he can't compete in their area outlined in the noncompete, MCIs non-compete could careless unless you've invented something directly related to their business model whoopi: yah non-compete agreements suck madlocke (tigerface@p50807836.dip.t-dialin.net) left irc: chillywilly: only if you signed one if you have one you are considering signing, ask if you can edit it and agree on the final versio n yea, but I don;t really plan on competing in the fire alarm/security/communications business so don't worry about it well if I veer start my own business I'm not making ppl sign non-compete agreements ever wouldn't make sense if it is based on Free Software anyway well it does if it involves services I still would not do it well you're increasing your risk of possible failure or less growth ie. you bring people in and 6 months to a year+ later they are competing and stealing your customers ;-) if I can't keep cusotmers on my own merit then what good am I? because they are one up on you? in other words, your investment in people was a total loss I think that they are viewed as an additional weapons by lawyers in litigation. But (in some places) legislation prevents people from competing againts their too early. The big question: Is there priviledged information that they acquire at work that they could not get elsewhere. *********************************************** [15:35] Last message repeated 1 time(s). New Windows 9x/2000 prereleases (0.1.0-c) at http://www.gnuenterprise.org/~jcater/prerelease Please test if you have access to a Win machine *********************************************** [15:36] Last message repeated 1 time(s). goodie goodie goodie am feelign ill though so cant test jcater: on the notebook support in designer sigh yes? whoopi: a client list is priviledged info i get the same page displayed in both windows windows = tabs hmm My_You: This is stealing company information; not competition. is this a form you are opening? btw, did you just grab cvs? whoopi: thats non-disclosure agreement, not non-compete as I just committed a whole chunk of changes just grabbed cvs first time today and yes, i am opening forms int he samples dir Action: Mr_You too familiar with NDA. any multi-page forms only display the first page on all the tabs on solaris 8 wxP 2.3 Mr_You: Client list is an asset; NDA is priviledge information. hmm I've signed specific documents about not distributing client lists, but that had nothing to do with disclosure. whoopi: I know all about NDAs Mr_You: Perhaps we're a bit offtic. checking for PostgreSQL... yes checking for MySQL... yes checking whether to enable C method support... yes checking whether to enable Python method support... yes whoopi: I was stating that your priviledged info could be consider part of an NDA stealing customer info whoopi: why DCC? btw: NDA is relevant in free software as well as Non Compete I prefer private msg in sense that you may have KNOWLEDGE outside the software in which you should not disclose for example customer data jamest: um, what forms are you testing? company financial position etc etc I just tested track/contact_manager.gfd, contact.gfd, and a home made one can you update cvs again to make sure? i would stay away from both personally if i had a choice i hear a weakness in Non Compete is they are not binding outside jurisdication created in unless otherwise stated in my case i live in maricopa county but am only 10 miles from pima county since jusrisdicaiton in non compete in my state are by county updating i could incorporate in pima county 10 miles away and still do business here if that makes sense i.e. the net's boundlessness is ahead of law any c dudes here? contact_manager.gfd was one of them :) can somebody explain me when to use #define MY_COMPILER_SWITCH ... #ifdef MY_COMPILER_SWITCH and when reinhard we rean language.convert.programmer(python) #ifdef MY_COMPILER_SWITCH 1 on them :) jamest: it's that darn non-linux system you are using #if MY_COMPILER_SWITCH jamest: look at bug reports for 2.3 on wx i saw lots of crap on the list about 2.3 having issues with solaris iirc I was joking with him jcater: im not dneighbo: I know... we know all to well about wx :) jcater: fixed now ummm oops ah it was your fault that is no fun no idea what was up, but the second cvs update works you don't split commits do you? btw, what do you think of the new page layout editor? no how do you? oh, split commits cvs commit file1 file2 file3 I thought you said "comments" cvs commit file4 file5 file6 :) I try to but don't always i wondered if I got a between commit copy it's possible new page editor? with the notebook tabs \msg jcater he's getting old, he probably just 'thought' he did an update.... the first time i like it better much better good, cause I'm not changing it back :) lol sigh is it in the build? for win32? Action: dneighbo wants to see it yes lemme post a new screenshot no don't ok it's your one chance to make him suffer enjoy it for a bit before you post it :) otay dneighbo: you can't get the web version at work? btw, is the scrollbar window grey or white on your solaris install? hey guys: Mr_You: python only believes that directories with __init__.py in them +are python packages lemme keep truckin and get back to yas when I get things moving the window? behind the scrollbar? no the scrolled regio n grey argh! it's not refreshing under GTK correctly http://www.math.ksu.edu/~jamest/scroll.gif is a pick btw: don't tell derek but it has those new notebook tabs on there as well hmm something else funny win98 looks so much nicer the grey behind the page umm ignore what I said ;-) stays white every once in a while that's the region I'm referring to it should be white all the time flashes white and stays that way once in a while don't know pattern yet bbias k its funny but jcater i agree win look much better for designer :( you running it? downloading newest version as we speak this install just kicks ass btw: nice sample form :) we need to fix our tabs so they go to edge of screens they found a "suspicious note" on an empty row on an air sickness bag it just looks bad otherwise :) AirTran landed at the local airport the icons are still pink http://www.gnuenterprise.org/~jcater/designer-win98.png dneighbo: no way that looks aweful what looks awful? the stuff installs and looks good id say release it :) rofl after i abuse it some more btw: guess you are right that tabs dont go to edge on other applications but the spacing is much tighter especially at bottom true yeah, that is an issue :) but not to the edge, tho i still personally like tabs to the edge but thats me :) i think it'll look alot nicer on *nix once I get the qt driver done Action: jamest dives for cover jamest: I wholeheartedly agree why dive for cover :) absolutely mdean at 3pm my time? Action: dneighbo checks for vital signs pMdean->put_Vacation(TRUE); ah whoooooooooooooooo hooooooooooooooooooooo!!!!!!!!!!!!!!!!!!!! explains all the commits :) got it workin!!!!!!!!!!!!!!! hmmm cool cool cool! you do get pink don't you jcater yes see I have proof now :) that's odd, i don't see pink on my screen now I can quit and be lazy.. j/k ;-) mdean you mind me duplicating the ddl stuff in gnue cvs? jcater: i get the pink too I don;t get it under linux tho jamest is only guy not getting any pink (get it) Action: Mr_You bounces. dneighbo: what? the XSLT? gofer it! yes the XSLT stuff basically teh style sheets and python mdean will you do copyright assignment to FSF? ja ja - it's GPL ;-) absolutely ok will send you the forms I'll need them eventually anyway ;-) man thats cool.. madlocke rocks just i wanted to make the db sample we distribute have a SQL script for each DB we support Mr_You: what was the problem? and thought it would be easier to use the ddl tool ra3vat: hadn't installed gnue-common :-(( hehe than to hand write it :) yes - I maintain 5 scripts now - it's a nightmare and thought hmmm probably shoudl include this in gnue :) now we just need a designer app for DDL as i want to do the 'inserts this way too' can someone post a pic of an html form mdean: i had hoped that designer for gnue will be an IDE ddl? i.e. it will do ddl interface we have ddl stuff? it will let you design queries it will let you edit geas objects it will let you push out dia diagrams etc etc i.e. the emacs of gnue :) yup yup yup Action: dneighbo now runs :) Action: jcater runs Action: mdean codes Action: dneighbo looks back to make sure jason isnt armed with sharp objects before he starts to slow down jamest: ddl == data definition langauage i know we have ddl stuff? mdean created based on some discussions we had to put in cvs ooooooooo so now you do a db create script in xml and run a python program yes! oh yes! and it spits out db native script oh hell yes! why does this sounds so good? all this neat stuff to play with now currently style sheets for oracle, mysql, mssql, postgres i think exist not Oracle Action: mdean looks @ jcater Action: jcater hides and creating a new one is as simple as copying exisitng style sheet why not make a sql92 compliant one Sybase exists and then making a few tweaks jamest: why for a try this if all else fails thats like saying w3c compliant ones :) i.e. pipe dream only :) you konw make a sql92 compliant one and it wont work on any of the 'sql92' compliant dbs :) there are no sql92 compliant dbs mdean: that was my joke :) I know ;-) make a sql92 compliant one that wont run on anything :) lol also everyone had to do their own thing but jamest: i see your point, might make one that is sql92 compliant so in theory a bit of minor hacking might make it usable on your db we need a pre-release area in our download section so that people can wonder in and try it we need a download section thats not so evil :) we need a new website and a new installer but thats a diff discussion and integrator and a working geas forget running, jcater pushes jcater's ass out the door :) hehe hmm Action: jcater enjoyed that what channel am I in again? anyone know what it takes to be included in redhat? im thinking of trying to push to get dcl and gnue defaulted into it as well as debian debian is easy dunno wbout redhat as i assume it takes time for redhat dunno - should be able to get in Mandrake easier than RH I would think about derek: my guess is they have package maintainers like debian so by the time we are through the politics maybe we will be 'ready' mdean mandrake as well i think we should wait for 0.3.0 (ui rewrite) for that personally yes yes as it'd have more wow factor and then we slashdot ourselves BUT i think it will take time so thinking if we start knocking on the doors jamest: what is planned in the ui rewrite? chillywilly: think of it as "spring cleaning" only in the winter time we address the shortcommings in the current UI heheh where do I download this windows designer installer? like what? http://www.gnuenterprise.org/~jcater/prerelease (or what was that) add dynamic positioning, menus, etc, etc danke k no layout boxes? :P j/k add curses, web, wxPython, gtk, qt ui drivers and win32 layout management would be nice not easy though (yes and win32, make it like the db drivers, easy to extend) not easy and IMHO not needed but others like it well actually if you jsut did like horizontal and vertical boxes that shouldn't be too hard damn then I'd have to redo Designer's layout editor yet again hehe jcater: that's ok, you enjoy it right? right? you think that software ever gets "done"? well um, hello? yeah :) but reports is beggin to give me a beating software is always a work in progress with various states of usability and functionality functionality? our software is supposed to do something? I guess so some ppl are under this illusion heh it used to segfault dneighbo's x session real good but then we broke something i guess sigh maybe ought to list that as a bug me often wonders though why spend time supporting ui's we already support or platforms we support ? i.e. i think its a good idea to make it easier to do so, but not necessary to do it, let someone come along and do it you all said you on crack masta? qt, win32 etc Action: chillywilly takes away the crack pipe dneighbo: it's a great way to stress the design wxWindows gives us most of what we need weeds out lots of bugs yea damn cept html and curses well, it'll be much cleaner feeling/looking with plat-specific stuff and take away dependencies (and therefore bugs) that's the ticket ;) and wxpython is slower than hell to init on a 167MHz sun sigh i agree on all points once she's up she's fine this is killer, good work everyone who has contributed but its about time dneighbo: then, think of them as case studies redoing work that someone has done to a degree is pointless when we dont even have distributable applications :( sun belongs in the sky jcater: nice job on the installer ;-) i see it as a nice thing to do Action: chillywilly hurls jamest's sun box Mr_You: the installer is jamest's baby :) but we have so much more pressing stuff sigh now I gotta figure out how to use designer i.e. i think ui rewrite/cleanup is necessary should be fun SHOULD be ;-) hehe BUT layout managers and new UI's i think are not as important as advancing other tools integrator, reports, geas etc if that makes sense Action: chillywilly kicks geas not a matter of what doing but rather when geeze.. we didn't say it'd be ready tomorrow I thought there was a game plan um, didn't anyone tell derek we elected him to do most the new ui features work? that way no one else would be slowed down? rofl guess not chillywilly: sure we have our TODO roadmaps has anyone written a forms tutorial or such yet? must go dneighbo (dneighbo@mail.libertydistribution.com) left irc: "[BX] dneighbo has no reason... just kidding :)" Mr_You: there is a tech_ref and a user_guide in cvs gnuef/doc other notes are in gnue-common/doc I've started a Designer's Guide to forms; but it's not useful yet cool jamest: nice work on the installer Mr_You: what are you running Mr_You: jcater was involved with that too :) (psst, he's a AI you know) heh well currently, I've just installed the latest prerelease and webware and madlockes code cool jcater: btw - you build that last prerelease w/ wxpython 2.2? it doesn't look right on NT btw - it's my first network install on nt 2.3.1 what does it look like? the screwed up toolbar in gnuef is back i'll got find a winXX victim's pc to test on Action: jamest is off in search of prey jamest: looks fine in XP well, I'm ready to release btw, if anyone finds any bugs, please let me know ... preferably AFTER the release :) jamest: might makesure you have latest NT patches *shrug* Action: chillywilly has a windows box up stairs not mine though but I can test on it Mr_You: you have winblows XP? night all reinhard (rm@62.47.44.7) left irc: "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est. -- Aurelius Augustinus" maybe :-( why? why what? SunOS? mind getting to the point? :-P heh you non-free weenie mankind is a remote sun box oh blah why do you have a copy of winblows XP? cause its better than Win2K what are you running on your box? oh gawd ok network installs work fine (as they should have) I have a Debian box, a few FreeBSD, and broken Debian and working WinXp on this laptop and IIRC the 2.3.1 release still had the funny toolbar on windows didn't it yes it's the 2.3.2b2 that looks good (but has the debug dump at close) I can upgrade, but I hate those annoying ending messages Mr_You: what makes XP better than W2K? as on designer, it takes a while to display them all mdean: purdy colors mdean: probably added more BSD code ;-))) no need, if we want to got the 2.3.2 I can build at home mdean: its not as "clunky" Mr_You: 2k is pretty solid for a workstation one of our instructors here just got an XP laptop besides that.. no difference says it still locks up on him once in a while XP is slower than 2K too ToyMan (~Stuart@c5300-3-ip114.albany.thebiz.net) joined #gnuenterprise. mdean: its clunky compared to other OSs, XP eliminates that mdean: who cares? oh slower.. not slower to start.. what is the status of the ddl stuff? using windows is grounds for immediate trout whipping is it setup.py'able? is it designed as a lib? is it downloadable? no, I'd say its faster than XP, but thats just my opinion and my experience... it could be slower network wise, etc, etc.. but for windows poppin up and down its snappy Action: chillywilly trout slaps Mr_You hard Action: Mr_You bends over. jamest: it is an XSLT implementation, so you need PySablot installed for it to work s/XP/2K jamest: unless the newer Python comes with XSLT capabilities jamest: but, I did two or three style sheets IIRC jamest: 1. Outputs SQL wrapped in XML for each command jamest: 2. Outputs SQL wrapped in XML for the entire script jamest: 3. Outputs SQL in ASCII text Jim Leher coming on in a few jamest: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dcl/dclgw/scripts/install/xml/ sourceforge sucks jamest: also has a Python Server Page to create a DHTML page viewing the schema slashdot sucks for not already putting in a non-slashdotted solution they should have a method of sucking/caching a page so it won't be slashdotted Formal request for webware/GNUe CMS port: caching remote page content!!! hehe maybe I'll write it caching dynamic pages is e-ville is that a place? e-ville what if the only part of the page that is really dynamic is the damn advertisement? next to pleasantville ;-) Mr_You: that's different ;-) chillywilly: go to it - it's a happy place mdean: even so, having a method of creating a cached/"screen shot" of a page is really good idea IMO.. mdean: you could make it clear that its not the current "version" all you really need to do is cut down on the traffic to the db XML/XSL would be good at that as well mdean: you can stay there in e-ville and be arich bastard, but I'll keep my freedom thank you chillywilly: I'm rich? wow! probably more "rich" than I you're probably more content than I mdean: especially considering there are tons of dynamic sites now.. and when a big daddy kills unsuspecting little website, "Good Bye" "You are the weakest link!" Mr_You: /. does have an overload mode that limits the number of viewable comments Action: chillywilly also notes that he hasn't (yet????) "sold out" mdean: no, I'm talking about a site that is linked to from /. ... the post/article is pointless because the site with the real story is down the whole time hehe Mr_You: ah - gotcha :) so it would be nice, if the poster/code could automagically create a "scren shot"/mirror/cached copy of the current version of the file I like google for that, actually - if I can't reach the original page yeah, but it doesn't do dynamic pages ;-) it's my fallback or very recent additions same here when possible whoopi (~warren@HSE-Montreal-ppp3465877.sympatico.ca) left #gnuenterprise. chilly: i'll sell out so you don't have to ;-)) hehe j/k you already have by running winders on your computer :P I dunno tho.. 500 million dollars makes selling out sound nice haha feh well I'm running free windows OS, free tera-term everything I use was free to me not Free tho will get to that when my Free Debian gets fixed what's wrong with it? installed a new kernel image and can't get PCMCIA working DB000: self.grid.ForceRefresh() DB000: AttributeError: wxGrid instance has no attribute 'ForceRefresh' why not? what's wrong with it? cw: also GNOME login screen or X acts weird on my laptop cw: *shrug* dude what error messages do you get? debug it ;) gotta figure it out some point, but I'm better spending time on my installer jcater: I have wxPython-2.3.0 installed CW: for whatever reason they aren't there for that version I'm guessing jcater: under GNU/Linux and the older kernel images and pcmcia are broke cw: if I power on my laptop and run X, it locks up.. if I boot into wincrap and then restart into Linux it works Mr_You: you didn't compile your own? why would I do that? make-kpkg kernel-image make-kpkg modules_image oh, yeah eventually I will then tit will work fsck binary kernels that's for weenies heh, how else would you boot your box without a binary kernel? ;-) er, precompiled I should say but the end result is really the same you got a TI pcmcia controller? but spite that, I'm working on a binary OS distro whoops, gotta run bbl jamest (~jamest@hobbes.math.ksu.edu) left #gnuenterprise. lusers don't want source code ;-) you're an admin ra3vat: just committed a fix cw: umm.. you need to use the source luke! jcater: thanks cw: this is for lusers to admin and admins who are use to binary installs like solaris Mr_You: making a deb of your kernel is cake gotta run.. bbiab jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" cw: most people don't recompile their entire userland anyways hehe cw: yeah sonds good, planning on it well dude I have an unfinished debian kernel howto I can send it to you send her over well it's not "unfinished" mor elike "unpolished" cool 42 taliban escaped death and were captured.. all from pakistan so probably majority of those who died at this school were from pakistan damn what si the command to breal lines in vim? break nevermind i remember now gqq some infighting within taliban, possibly top military leaders negotiating surrender top taliban leaders DoD says not negotiating for freedom, taliban should be detained Action: Mr_You & owrk jcater (~jason@HubA-mcr-24-165-193-222.midsouth.rr.com) joined #gnuenterprise. jamest (~jamest@fh-dialup-201190.flinthills.com) joined #gnuenterprise. ah a user free environment at last :) er? ah you at home now :) yip and no one uses gnue so I'm safe here :) not yet anyway ;) well ncmags does doesn't it? ncsmags :P those are jcater's users neilt (~neilt@dhcp64-134-54-175.chan.dca.wayport.net) joined #gnuenterprise. gulliver (~gulliver@bi-node.teuto.de) joined #gnuenterprise. hi neilt gulliver (~gulliver@bi-node.teuto.de) left #gnuenterprise ("Client Exiting"). chillywilly: hello cw heheh isn't that redundant Maniac (~darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. yes cant rembember what i typed from just seconds ago :( guess thats why i do such great code :) hehe hey do you guys think that when GEAS is more usable that you could build a SF like system using web forms and GEAS? yes of course :) hmmmm but i don't know :) and it will be dcl ;-) hehe oh yea :P I should install dcl and play with it dcl is evil - it requires JavaScript soon to use psp? that's the plan - to make it a GNUe app I like javascript ;-) Action: Mr_You likes e-ville but I have too many commitments to the PHP version to start on the GNUe stuff Mr_You: ja - there're about 0 other projects using JS in free software at least that are in the same vein as DCL there are no optioons dcl reminds me of SF at leat the interface does Action: chillywilly is playing with the demo least DCL predates SF by at least 1.5 years k and I still haven't got everything done - damn solo development! does it use phpgw as a base? or were you looking at that? and now want to switch to GNUe ;) phpgw api I mean basically dcl is about project management? you thinking of using GNUe and webware? or would that be too much of a change? ;) that can be used for a lot f cool web stuff savannah a GNU forum (CMS) etc. but I should hack good ol' GEAS for now and worry about that stuff later ;) I don't use phpgw - DCL is phpgw *aware* ooooh whatever that means you can send xml-rcp requests? rpc it means that it can tell if it is installed in a phpgw installation oh ok so it will display itself in the phpgw ui k never played with phpgw yet phpgw is good - but I didn't want to depend on their api at all way too volatile k is dcl 2-tier then? could be 3 if you move the db off the web server thats still 2-tier most web apps are 2-tier yea, but that's no fun ;P you are correct sir now get to work on GEAS for n-tier apps ;-) I have a lto more stuff to read I think....I could work on a better db abstraction dunno if I should fork with methods we have a contributer now brb Action: chillywilly is away: dinner anything with an app server could be 3 tier, depending on the design it could be n-tier neilt (neilt@dhcp64-134-54-175.chan.dca.wayport.net) left irc: "later all" one thing about designer windows, some of the window sizes need to be larger ajmitch (me@p62-max3.dun.ihug.co.nz) left irc: Ping timeout: 181 seconds Action: chillywilly is back (gone 00:16:10) buuuuurp! 'scuse you tnx :P gawd evolution is 750,000 lines of code that's 750000 times more gnome goodness to grace your pc I don't like evolution I use mutt all I need to do is read my mail, I don't need the groupware shit "groupware shit"? is that what you'd call the trenches they dig in the Army for the soldiers to, you know? heheh jcater: you are now official to LWCE NY all the stuff came in the mail coolness I hope hmm... if I go, I may be there for 10 days ajmitch (~me@p29-max1.dun.ihug.co.nz) joined #gnuenterprise. pwd jcater: why? I think I'll be there the Wed-Fri for a business meeting, then this will the the next Wed-Fri I may just fly my wife up the few days in between visit the adirondacks or something hmm, or I could venture over to WI and kick some butt j/k bring it on! been wanting to whoop some redneck ass :P Action: derek slaps mdean with a smelly old crappie heh thats for filling up the ole mail box with CVS commits :) er wait, thats a good thing Action: derek undoes the slap sign up to my commit list so I cna fill up your mailbox plz? ;) Remosi (~isomer@210-86-58-79.jetstart.xtra.co.nz) joined #gnuenterprise. afternoon Remosi g'afternoon why you got yo nick backwards? hmm I duno I use Isomer/Remosi interchangably he's a backwards sorta person ;) ahh I'm connected from home as Isomer doh and it's not on any channels hrm stupid ADSL heh jetstart at home? yeah Telecom's been playing "games" recently changing the way routing's handled so we've been getting performance as low as a 14k4 at times hows things going? Action: Remosi hasn't been around much of late dunno hwo things are with GNUe, i never pay much attention to them ;) heh we got web forms :) yeah saw that um we got it in blue now, thanks to jamest damn skippy what about scrappy? eh? scrappy is ummm, just another project I jave no time for ;( bbl band practice :) what band? GNUe Band anyone tried Audacity? nope audacity? free audio recorder audacity.sf.net nice quiet in here today yep hrm the gnome summary articles haven't been updated in ages :/ Action: Remosi needs my weekly information addiction fix. hmm I like audacity but there is a clicking noise in the background Remosi: uraeus has been dead busy with work, he's hardly even been on irc fair enough he said he's busy up until thursday or so anyway, bbl hmm Bonobo is a component arch isn't it? yes we should be using Bonobo for our widget components no? ummm, hell no too many dependencies chillywilly: well said :) not portable either heh :) but so much more fun :) python is nice and portable wxWindows is cross platform true oh well Action: Remosi just pondering dropping a Gnumeric object onto a form in designer :) hmm or maybe drop the gimp in :) :) ToyMan (Stuart@c5300-3-ip114.albany.thebiz.net) left irc: "Client Exiting" Remosi: you are buts nuts bah yeah I know it's easier to be annoying when you're not the one developing it :) well I am not the one mucking wiht forms but I stilll don't think bonobo would be a good fit heh it would be a little late to do it now I think Action: Remosi is more interested so that I know for the future eg, I'd like to write a gnome program at some point that lets you build pipe lines our ui is al xml defined s/al/all yeah but you can serialise configuration to XML use GEAS then w/ your own Gnome GUI no matter how it's implemented internally hmm you could write a Gnome ui driver with pygnome Action: Remosi thinks that cw doesn't understand what I mean chillywilly: I want to write a new program, nothing to do with gnue, but I'm trying to find out why gnue and other applications have made the decisions they have so I would be better informed :) oh, ok it's the atmospheric crack levels in each developers region forms is th eway it is for portability yeah that too ;) Action: Remosi is thinking of writing a nice gui program for people to "draw" pipes, eg: data source(file) ---> filter(grep) --> filter(sort) --> filter(cut) --> filter(uniq) --> datasink(less) let the windows people discover some of the flexibility of unix :) ah, but you assume they want the flexibility true but it would be a nice simple project that would be quite nifty imho :) :) would also be a good first step for some of the people that have been brought up in gui's to learn what the command lines all about Remosi: take a look at gstreamer I probably should it does what you want with multimedia filters/plugins at the moment I'm the proud owner of a PPro 150, and I use a NCD 19r as a Xterminal :) i need more ram... so I tend to just use lots of xterms later this week I'm getting a new box how new? so I'm planning on playing with a lot more of this stuff brand new? It's all sitting in the lounge at home except for the motherboard (argh!) heh i wouldn't mind a brand new system going from a PPro 150, to a Athlon 1600+ over 10x the speed (if you believe AMD) pretty good hmm i'm still stuck on my k6-2 might be able to get a new system by the time uni starts next year psu: One thing I'd like for KC, is a cookie to tell me when one of the KC's is "new", or perhaps having the Last Modified date on them listed on the front page :) IBM eServers runnin Linux They can save you a bundle Action: chillywilly just saw that commercial ajmitch (me@p29-max1.dun.ihug.co.nz) left irc: Ping timeout: 181 seconds ajmitch (~me@p9-max7.dun.ihug.co.nz) joined #gnuenterprise. which ones are the eSeries xSeries is intel zSeries is the S/390's IIRC? I dunno and do we want to include them in the .exe's and tarballs er which doc formats do we want to distribute was the first part of that ps, txt, pdf :) im bordering on txt in or ps in distro but i would rather have a LINK back to the online docs so always current :) Action: jamest smaks master we're not setup for that! :) Action: derek is back and now knows 3 more chords weee hoo only two chords short of a song i like :) tripwires, noose, and ? E-Minor, D and G actually you get that intro form done? and to someone who asked, never used audacity, but use gstreamer regularly and looking to start home studio based on it and some other tools jamest: someone else did it the intro form huh? so no need for me too you're not talking about jcater's are you? derek: guitar? yip to both chillywilly and jamest :) chillywilly: finally gave in and learning to play the guitar Action: chillywilly has been playing guitar during church services for the least 2 months last seeing how now im kind of moving from computer guy to sound guy to producer might as well learn to play :) argh! jamest: it is cutting into gnue time, but you ahve taekwando so i needed an equivalent :) that's not why I'm arghing Action: jamest found a designer bug jcater: dont even think about it, you're not aloud to have a life only one in mouse support hehe jamest did the mouse support :) give me a minute maybe i can find enough reports to keep jcater busy through the holidays jcater: dont worry im not biased i can find bugs for him too im a team player, i will spread the bugs around for all to enjoy sigh how goes it? i hate to do this 'im an equal opportunity bug finder' but i can't play anymore i'll be back tomorrow ask your mom if you can spend the night :( that way you wont have to go in for dinner ;) :) l8r jamest (jamest@fh-dialup-201190.flinthills.com) left irc: "[x]chat" I love C++ jcater if one likes python better than the C's shoudl they call C++ C-- ? lol there's a post about reports on our home page... will post to gnue-discuss and gnue-reports tomorrow nite all jcater (jason@HubA-mcr-24-165-193-222.midsouth.rr.com) left irc: "nite" Maniac (darryl@h24-82-132-209.wp.shawcable.net) left irc: "Client Exiting" what's with everyone going to bed eh? we can't be having that alexey (alex@techkran.vladimir.ru) joined #gnuenterprise. derek: C++ actually has protection mechanisms in fact I can write python packages in C++, but you can't go the other way around so there :P derek: I can't help it I was fed a steady diet of C++ my four+ years in school you used one language these days, you used them all ;-) poor chillywilly what's a good IMAP server in sid? I use uw-imap.. there is cyrus I think its called also uw-imap is plug-n-play ok i've heard bad thinga about uw code :) sid needs ai so you can say apt-get install good_imap_server hehe and it will used trust based metrics system to get you one :) yeah I think in the past it had some security issues ajmitch: why am I a poor chillywilly? ajmitch: you ever do C++? ajmitch: not much different from Java except memory manageent and templates and it runs faster :P k hmm, now to use imap chillywilly_ (~danielb@d19.as20.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d96.as6.nwbl0.wi.voyager.net) left irc: Ping timeout: 181 seconds Nick change: chillywilly_ -> chillywilly IIIIIII'mm baaaaaaaaaacccccckkkk bah you all suck Action: chillywilly trout slaps al #gnuenterprise flunkies ;P Action: ajmitch uses /ignore liberally in all trout-slapping fools Action: chillywilly watches the fish guts fky everywhere s/fky/fly Maniac (~darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. chillywilly (danielb@d19.as20.nwbl0.wi.voyager.net) left irc: "g'night" --- Tue Nov 20 2001