was cvs rearranged? a month or three ago is jcater here? sodipodi kicks some MAJOR tail but im not sure how to get from svg format to something useful like pdf Action: dneighbo goes to try to find svg2something converters :) ajmitch: quiet you ;) Action: ajmitch shuts up & sits in his corner dimas (~dimas@195.218.177.46) left irc: Read error: 110 (Connection timed out) http://www.gnue.org/~dneighbo/gnue/workshop.html first official GNU Enterprise training cool Internals * Explore storing compiled GParser created trees for performance (g?d -> g?c) is he going to pickle them? or compile() hmmmm that turns it into the compiled python version then eh? yeah, I think compile( string, filename, kind[, flags[, dont_inherit]]) I wonder who much has changed sine I wrote my Godl parser ;P since* is there still a cvs install method? yes gnue-common/setup-cvs.py blah, still can't run my test ;P hmmm c ah, yea gcvs ;) forgot about that thingy seems the parser still works ;P reinhard (~reinhard@M1264P000.adsl.highway.telekom.at) joined #gnuenterprise. mouns (mouns@kali.mouns.org) joined #gnuenterprise. morning all 'jour thierry 'lut mouns reinhard (~reinhard@M1264P000.adsl.highway.telekom.at) left irc: "Don't contradict a woman -- wait until she does herself" ToyMan (~stuq@65-73-37-11.bras01.mdl.ny.frontiernet.net) joined #gnuenterprise. dimas (~dimas@195.218.177.46) joined #gnuenterprise. hello dimas hello thierry dcmwai (~dcmwai@219.95.61.197) joined #gnuenterprise. Dragoon (ybbot@pD9E7AC80.dip.t-dialin.net) joined #gnuenterprise. Dragoon (ybbot@pD9E7AC80.dip.t-dialin.net) left irc: Read error: 60 (Operation timed out) jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) joined #gnuenterprise. hi jbailey HEya thierry lxf (~knoppix@202.73.120.115) left irc: Read error: 104 (Connection reset by peer) where can I find a full client/server simple example ? using gnue-common thierry (~thierry@musashi.xtensive.com) left irc: "[x]chat" thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise. re Action: thierry is away: ch'uis là pour personne >:-[ !!! jcater (~jcater@cpe-066-061-071-129.midsouth.rr.com) left irc: "Client exiting" Action: thierry is back (gone 00:28:08) which tools is generating grpc file ? someone is here ? jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jamest (~jamest@ppp-66-142-210-22.dsl.tpkaks.swbell.net) joined #gnuenterprise. hi jcater, jamest hello which tool|script is generating grpc file ? um I think grpc files are created by hand any needed corba/xmlrpc/soap/etc bindings are created from that definition at least, this is how I remember it's been a while since I've dealt w/grpc ok hello i was searching a tool or script to generate it, because README example shows an IDL service definition and test example directly a grpc file so, the link between idl and grpc missed lxf (~knoppix@202.73.120.115) joined #gnuenterprise. btami (~btami@ngprs.pannongsm.hu) joined #gnuenterprise. hey btami hi is there anything in win32 land that needs addressed before a release? I I'm thinking of something... did i forget to install ay packages? jamest: no can anyone provided me a packages that is needed to run gnue? dcmwai: I'm not sure I follow what you're asking? packaging list (sorry) what platform? like postgres, Python, wxpythonGTK, XMP-RPC etc etc Rh 9 jamest: but i have some designer bugs on win32 the big ones are python/wxPython/the db driver you need Anythings more? btami: I'm a designer segfaulting fool at work, haven't tested at home yet that might explain why my gnue in my home is not running. dcmwai: those are the big ones jamest, Small one :) you'll probably also need mxDateTime, distutils (if python too old) but i think that should do it for a functional system Python 2.2? is that old? no, that's plenty new then I might no need them... i think the setup.py installs test for most dependencies if you're having a problem installing just tell us the error you're seeing jamest, you want the error log? :) wait btami: i'll probably be deploying win32 forms in a shipping dept in the next month of so so you may want to hide for a while :) DB000: self.__actionMap[userAction.event] = self.addAction(name, parent, userAction) DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/MenuBar.py", line 83, in addAction DB000: parent.AppendItem(item) DB000: File "/usr/lib/python2.2/site-packages/wxPython/windows.py", line 815, in AppendItem DB000: val = apply(windowsc.wxMenu_AppendItem,(self,) + _args, _kwargs) DB000: wxPython.wxc.wxPyAssertionError: C++ assertion "wxAssertFailure" failed in /usr/src/redhat/BUILD/wxPythonSrc-2.4.0.7/src/gtk/menu.cpp(1460): unknown keyboard accel ah, yes, that i can't reproduce it i've tried I can give you an account in my machine :) ssh? jcater: i seem to recall this error from the past? yeah damn gtk but would it be too long to execute? actually, what would be helpful is if in that file, you could add, before line 83, print label so we could see which it is bombing on which files? /share/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/MenuBar.py oh my way on not oh jcater: the designer bugs on win32: 1. the titles of panels are hidden ("Block Editor" etc.) DB000: Traceback (most recent call last): DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 162, in ?DB000: GFClient().run() DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 157, in run DB000: instance.activate() DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/GFInstance.py", line 316, in activate DB000: self._uiinstance.initialize() DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/UIdriver.py", line 75, in initialize DB000: self.splash = UIWXSplashScreen() DB000: File "/share/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/UIWXSplashScreen.py", line 64, in __init__ DB000: size=wxSize(swidth,theight), pos=wxPoint(1,25),style=wxALIGN_CENTRE) DB000: File "/usr/lib/python2.2/site-packages/wxPython/controls.py", line 482, in __init__ DB000: self.this = apply(controlsc.new_wxStaticText,_args,_kwargs) DB000: TypeError: Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p. 2. the run icon after the exit is hidden too on main toolbar jamest, can we search through the irc log somewhere? if this problem have been there then you might fine the answer... 3. drag&drop from Scheme Navigator doesn't work dcmwai: we need the output from the print prior to the traceback did it print anything oh where? and i'm not sure it's in irc logs i seem to thing this was something jcater and i discussed in private it should have spit it out right above the traceback if you put the print line in &Save Changes F6 &Revert Changes F11 &Print &Close C&ut Ctrl+X &Copy Ctrl+C &Paste Ctrl+V Select &All Ctrl+A &Insert New Record F12 &Delete Current Record F5 &Next Entry Enter &Previous Entry Shift+Tab Next &Record Down Previous R&ecord Up &First Record Ctrl+Up &Last Record Ctrl+Down &Go to record... F2 Next &Block PgDn Action: dcmwai wounder how come the same program will have the different output just running 1 after another... ??? didn't you add a print statement? jamest, Yes I did print label parent.AppendItem(item) parent.SetLabel(id, label) return item so it doesn;t like PgDn? no idea... This is killing .... time killing and also brain killing :( it's bizzar bizzar??? it looks like I'm using gtk 1.2.10-14 yeah, as this hasn't happened in months if not a year jamest, ... what gtk you have installed? gtk+-1.2.10-25 hmmmm http://home.comcast.net/~ejarvi/ who's that? jamest, am I at the right track? i honestly don't know Oh who is so kind to provided all that :) no idea who that is but I assume they work :) did we need wxbase/ i dunno, i don't know the redhat dependencies nvm... time for me to sleep... :) Action: dcmwai should sleep 2 hours before now :( :( Good Night. have good nite You too :) dcmwai (~dcmwai@219.95.61.197) left irc: "Client exiting" Action: btami is going out to kitchen R45 (~rastabeen@cuscon3164.tstt.net.tt) joined #gnuenterprise. R45 (~rastabeen@cuscon3164.tstt.net.tt) left irc: thierry (~thierry@musashi.xtensive.com) left irc: Read error: 110 (Connection timed out) thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise. re hello thierry: trying to build popy cvs jamest@hal:~/cvs/popy$ ./autogen.sh jamest: good jamest@hal:~/cvs/popy$ ./autogen.sh er configure: error: PoPy needs mxDateTime headers jamest: you should get egenix i have it get a look at README sources not installed one the egenix package is bugged, it doesnt include headers AFAIR is it exist a basic class for my Business Object to inherit from ? is it GObj ? thierry (~thierry@musashi.xtensive.com) left irc: "[x]chat" thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise. back jamest: did the compilation run ok ? Action: thierry should go jamest: write here if you have problem I read it later bye Action: thierry is away: ch'uis là pour personne >:-[ !!! Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) left irc: Read error: 110 (Connection timed out) R45 (~rastabeen@cuscon3164.tstt.net.tt) joined #gnuenterprise. mouns (mouns@kali.mouns.org) left irc: Remote closed the connection R45 (~rastabeen@cuscon3164.tstt.net.tt) left irc: btami (~btami@ngprs.pannongsm.hu) left irc: jamest (~jamest@ppp-66-142-210-22.dsl.tpkaks.swbell.net) left #gnuenterprise ("Client exiting"). Action: thierry is back (gone 02:41:47) R45 (~rastabeen@cuscon3164.tstt.net.tt) joined #gnuenterprise. R45 (~rastabeen@cuscon3164.tstt.net.tt) left irc: dneighbo (~dneighbo@cpe-24-221-112-50.az.sprintbbd.net) left irc: "Bye Bye" rdean (~rdean@c-66-177-158-116.se.client2.attbi.com) joined #gnuenterprise. Nick change: rdean -> rdean-away rdean_ (~rdean@c-66-177-158-116.se.client2.attbi.com) joined #gnuenterprise. thierry (~thierry@musashi.xtensive.com) left irc: "[x]chat" ToyMan (~stuq@65-73-37-11.bras01.mdl.ny.frontiernet.net) left irc: "Client Exiting" rdean-away (~rdean@c-66-177-158-116.se.client2.attbi.com) left irc: Read error: 110 (Connection timed out) dsmith (outo6n1lux@oh-strongsvillecadent1-1d-165.clvhoh.adelphia.net) joined #gnuenterprise. rdean_ (~rdean@c-66-177-158-116.se.client2.attbi.com) left irc: "Client exiting" Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) joined #gnuenterprise. jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "Client exiting" jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) left irc: "Client exiting" jamest (~jamest@ppp-66-142-210-22.dsl.tpkaks.swbell.net) joined #gnuenterprise. jcater (~jcater@cpe-066-061-071-129.midsouth.rr.com) joined #gnuenterprise. damn it's hot Yeah And this old laptop is cooking. mine too uggh it's 92-93 degrees in my house (65% humidity, to boot) I should probably turn my computer off so it doesn't generate heat but I'm stuck to my chair no AC? no that horrible storm that the southeast had this week knocked it out can't get parts until tomorrow it's been a miserable 5 days yuck I can't complain though we didn't loose power 300,000 people lost power in memphis as of tonight, 100,000 still don't have it s/people/families lots of 150-200 year old trees were uprooted onto people's houses too *joy* bah Action: chillywilly has converted gnu common c++ to automake 1.7 Action: chillywilly build this biotch Action: dsmith doesn't have air conditioning, execpt for the wall unit in the family room. There needs to be a bot in here with "bahstats" http://topsew.com/Bullfight.wmv ...another reason not to wanna be a matador! if havoc were to read this channel more he would win hands down Action: Vee2d2 poopd&;sleep rand(); nite jcater (~jcater@cpe-066-061-071-129.midsouth.rr.com) left irc: "nite" dcmwai (~dcmwai@219.95.155.208) joined #gnuenterprise. jamest (~jamest@ppp-66-142-210-22.dsl.tpkaks.swbell.net) left irc: "Client Exiting" dsmith (outo6n1lux@oh-strongsvillecadent1-1d-165.clvhoh.adelphia.net) left #gnuenterprise. --- Mon Jul 28 2003