*** kilo has joined #gnuenterprise *** johannesV has joined #gnuenterprise good morning *** reinhard has joined #gnuenterprise hi all *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** mnemoc_ has joined #gnuenterprise *** mnemoc has quit IRC *** rradek has joined #gnuenterprise Hello, anyone here? *** btami has joined #gnuenterprise hi all I can't find a link to the gnue-packages anywhere on the WWW... The status pages show just ... Where can I download it from (excluding svn)? hi rradek: gnue-packages just started, not released yet but they are in the main repo $ svn co svn://svn.gnuenterprise.org/var/svn/gnue/trunk gnue and their status is: planning :( Pity... you can find interesting stuff in svn://svn.gnuenterprise.org/var/svn/gnue-contrib Thanks, I'll check out. I've packaged gnue tools for the PLD Linux Distribution; right now looking for something usable built with them ;-) *** kilo has left #gnuenterprise *** chillywilly has quit IRC *** chillywilly has joined #gnuenterprise *** jamest has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** jcater has joined #gnuenterprise *** chillywilly has quit IRC *** chillywilly has joined #gnuenterprise *** reinhard has quit IRC *** reinhard has joined #gnuenterprise *** jamest has left #gnuenterprise johannesV_: removing 128 fields condition solved that issue... iirc that 200-fields-dbf has created using the classic nantucket dbu. the other problem i had with DBF was 'null' dates. i fixed it with a: if raw.strip(): value=None else: *** jamest has joined #gnuenterprise how can i know if a connection (csv) using %(table)s really exist? AFAICT you should get an exception if you open a non-existant file ic, so i have to catch it never tried it, but that's what I would expect there are other variables i could use in the same %(foo)s way? very much like you open a connection to a non-existant SQL db http://www.gnuenterprise.org/tools/common/databases/csvfile.php just those? :( what would you like more? i can use another connection sales-%(table)s.csv where table is the kind of document buys-%(table)s.csv where table is the same kind of document hmm I would see sales- and buys- as a part of the table name here or I misunderstand something that's a mess when you have 9 different kind of documents document_family <>-- document_type <>-- document_document they are all the same structure, but they are different :| i prefer to loop :p *** sjc has joined #gnuenterprise *** johannesV_ has quit IRC *** johannesV__ has joined #gnuenterprise reinhard: do you think appserver would need something more than a master="%(property)" attribute on .gcd to generate datasources to get more complex .gld without using .gfd explicitly? well... .gld is for language definition and not forms, but appserver class/property/search model can be used to generate complex forms without the complexity of .gfd Which naming convention do you prefer for the RPM packages? gnue-{common,appserver,...}, or GNUe-{Common,AppServer,...}? i'm a lowcase lover :) I prefer it too... Nah, I wrote lowercase *.spec files and didn't see, that there already were uppercase ones in the repository :-> reinhard: still here? i have a new trouble with appserver/SVN :\ http://pastebin.ca/16955 <-- API change on backend.update() *** johannesV__ has quit IRC rradek: please use lowercase on package names mnemoc: there might be several masters reinhard: lowercase will it be. e.g. if I have ha class that has sales per customer and product, I might want to have that info on the product form (who bought that product) as well as on the costomer form (what did this customer buy) oh so master/detail _is_ form specific .oO about your traceback - will fix in a sec i had seen 'detail' as a 'weak class' :\ Which one is the preferred Postgresql provider? pygresql, pypgsql, psycopg (from README.providers), or maybe postgresql (mentioned somewhere)? I meant: README.databases. i use psycopg it needs mxDateTime, just as gnue itself So it's for sure the working one. Thanks. No problems with "encoding=utf-8"? i haven't had issues mnemoc: your traceback should be fixed now, thanks for reporting reinhard: thanks, it worked :) *** wendall911 has joined #gnuenterprise *** kilo has joined #gnuenterprise is it expected that DataSourceWrapper returns empty RecordSets if fields is not specified? how can i ask them all? there is no way any more to ask for all fields we agreed that it's bad practice and we don't want to support it ok :) cu all *** reinhard has quit IRC What's missing and how to debug it? I'm not a python hacker... :-/ $ python -c 'import xmlrpc' $ gnue-appserver -P /tmp/foopid [...] DB000: LoadError: Cannot find plugin xmlrpc strace -etrace=file -f doesn't tell me much... missing python-xmlrpc ? *** btami has quit IRC *** wendall911 has quit IRC *** rradek has quit IRC i have gfcvs returning "Sourcecode contains tab character at position 1" from an appserver form how i can know where does it come from? *** kreiszner has joined #gnuenterprise mnemoc: in forms that'd be in a trigger i imagine appserver is the same way one way to find it (depending upon your editor) would be to search the file using regular expressions you can also run your files through "expand" searching for a \t should work in editors like Kate or emacs (standard on most linuxes) that form is generated by appserver... i didn't know 'expand'... nice tool :) *** kreiszner has quit IRC *** kreiszner has joined #gnuenterprise *** sjc has quit IRC *** jcater has quit IRC *** jamest has left #gnuenterprise I have installed the forms, common, & appserver on gentoo using the ebuids referenced by gnue site. Is there an ebuild for gnue-reports *** kreiszner has quit IRC *** kilo has quit IRC *** jcater has joined #gnuenterprise *** SachaS has quit IRC *** yure has quit IRC *** SachaS has joined #gnuenterprise *** holycow has joined #gnuenterprise *** SachaS has quit IRC *** jcater has quit IRC