*** wt has quit IRC *** reinhard has joined #gnuenterprise hi reinhard good morning *** johannesV has joined #gnuenterprise good morning *** hgr1 has quit IRC *** wendall911 has joined #gnuenterprise *** kilo has joined #gnuenterprise *** wendall911 has quit IRC brb *** reinhard has quit IRC *** wendall911 has joined #gnuenterprise *** wendall911 has left #gnuenterprise *** mnemoc has quit IRC *** bigbrother has joined #gnuenterprise *** bigbrother has joined #gnuenterprise *** SachaS has quit IRC *** jamest has quit IRC *** chillywilly has quit IRC *** dimas has quit IRC *** SachaS has joined #gnuenterprise *** jamest has joined #gnuenterprise *** chillywilly has joined #gnuenterprise *** dimas has joined #gnuenterprise *** nickr has joined #gnuenterprise *** chillywilly has quit IRC *** jamest has quit IRC *** SachaS has quit IRC *** ajmitch has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** chillywilly has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** rh0_ has joined #gnuenterprise *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise *** rh0_ has left #gnuenterprise *** rh0_ has joined #gnuenterprise hello! could anyone help me? *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise hello! could anyone help me? hello rh0_ whats up? i've downloaded and installed win version of gnue and? cant run neither gnue-schema nor gnue-appserver :( i've installed mysql and postgresql lastest versions services are running any messages or it is silently dies? sql databases are running *** kilo has quit IRC silently dies no messages nothing does gnue-schema logs error somewhere? probably you need btami to help checking for log options how i can make gnue-schema print some error messages? :) *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise guys! please help me! all commands have --debug-level=1-10 option but *** reinhard has quit IRC *** chillywilly has quit IRC *** SachaS has quit IRC *** kreiszner has quit IRC *** erkki_ has quit IRC *** havoc has quit IRC i'll try it now some windows builds are done not to output any info on console *** reinhard has joined #gnuenterprise *** chillywilly has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** kreiszner has joined #gnuenterprise *** erkki_ has joined #gnuenterprise *** havoc has joined #gnuenterprise *** dimas has quit IRC *** btami has joined #gnuenterprise how can i catch it output? *** dimas has joined #gnuenterprise dimas, how can i catch it output? may be debug builds is needed there *** erkki_ has quit IRC checking right now 0.5.14 my version of gnue-common try --debug-file --debug-level options *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise *** btami has quit IRC *** btami_ has joined #gnuenterprise dimas, thanx, here is my "err" file: DB000: Traceback (most recent call last): DB000: File "gnue-schema", line 31, in ? DB000: File "C:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 142, in run DB000: File "C:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 891, in __ask DB000: EOFError: EOF when reading a line DB000: here is that code (line 891) : while True: print o(question), o("[%s]:" % string.join (dopts, ",")), answer = raw_input ().lower () or default how you run gnue-schema? yes [15:14] DB000: Traceback (most recent call last): [15:14] DB000: File "gnue-schema", line 31, in ? [15:14] DB000: File "C:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 142, in run [15:14] DB000: File "C:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 891, in __ask [15:14] DB000: EOFError: EOF when reading a line [15:14] DB000: [15:14] here is that code (line 891) [15:14] : [15:14] while True: *** btami_ has quit IRC [15:14] print o(question), o("[%s]:" % string.join (dopts, ",")), [15:14] answer = raw_input ().lower () or default it is an output file *** btami_ has joined #gnuenterprise i think the code is ok in that line what was your command line? gnue-schema --debug-file=err --debug-level=10 --connection=gnue --createdb ../share/gnue/appserver/gnue.gsd connections.conf: [gnue] comment = GNUe Test Database aliases = dcl test provider = psycopg host = localhost dbname = gnue user=root password=1234 wrong cmd line you think? *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise wrong cmd line you think? i'm not sure if gnue-schema and something-readgsd are the same as i use cvs version with command like gsscvs, ... please, take a look at that code, it writes: DB000: Traceback (most recent call last): DB000: File "gnue-schema", line 31, in ? DB000: File "c:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 142, in run DB000: File "c:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 891, in __ask DB000: EOFError: EOF when reading a line DB000: command line seems OK line 891 in scripter.py: while True: print o(question), o("[%s]:" % string.join (dopts, ",")), answer = raw_input ().lower () or default if answer in lopts: i think this python code is all right what is EOFError? it got unexpected EOF? dimas, what do you think? i can't help with this and there is no Scripter.py in current code \GNUe\bin\gnue\common\schema\scripter\scripter.py rh0_: wait for btami, he is the packager of windows builds *** rh0_ has quit IRC bbl *** reinhard has quit IRC *** rh0_ has joined #gnuenterprise dimas, да ты из россии? :) koi8 or latin please :) vbc.elcom.ru... you are russian :) yep cool ok windows .exe are calling .py files in gnue subdir, right? rh0_: where are you from? it says "EOFError" but there are now any error in that code i think... \GNUe\bin\gnue\common\schema\scripter\scripter.py line 891... please, check it? there is no such file in current code scripter.py? *** holycow has quit IRC yes but all win executables are the same size 20480 bytes so they are just callers of python code wrappers all gnue code is in python i understand i think executables were made for convinience and they call true python code so where is main code of gnue-schema? *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise but there is such a code: if __name__ == '__main__': Scripter ().run () right? yes somewhere there are such a code nearby: while True: print o(question), o("[%s]:" % string.join (dopts, ",")), in mine gnue-schema ok hi all why it can got EOFError? rh0_: are you installed debug versions of .exe setup files ? DB000: File "c:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 142, in run DB000: File "c:\Program Files\GNUe\bin\gnue\common\schema\scripter\Scripter.py", line 891, in __ask DB000: EOFError: EOF when reading a line no no ? then you have no console to answer :) gnue-schame wants to ask something from you what can i do? download yep debug version ? gnue-schema wants to ask somethong from you "yep" from "yopt", right? :) but you can't answare y/n then ok, i got it there are 2 version from all gnue-* ok. one with compiled console (debug version) and one without the latest is for endusers, the debug is for testers ok. i got it. i think you shouldn't made non debug version of tools that require console input? i think you are right :) i've found a logical bug, right? :) i will remove them from the next releases but gnue-schema is plain console tool and it asks to confirm creation of database and db user rh0_, are you using packages or svn ? gnue-schema is the same as readgsd.py windows executables but readgsd.py replaced schema.Scripter.py in latest svn rh0_, EOFError, check your gsd-files, maybe there's a linefeed missing in the last line (or the EOF mark) * btami_ thinks we need new releases *** rh0_ has quit IRC yeah exactly *** rh0_ has joined #gnuenterprise http://www.gnuenterprise.org/downloads/current.php here is what i've download Windows Installation Files (*.exe format) you are ok i told, gnue needs to do new releases :) johannesV made lots of coding in appserver, and reinhard in common too will you upload new versions? maybe they are want to polish abit before a release or it is better to download svn version i will, if reinhard will do releases it is better to download svn version? :) if you want to test the latest, yes but sometimes gnue-schema wrote something in console... i.e. it was compiled in console subsystem, not win32? rh0_: i'm about to do windows executables from svn today ok. rh0_: where are you from? please, answer, if executables are calling outter python code or not? volgograd :) rh0_: console (debug) version means there is another (console) window, where debug messages goes *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise why i m being disconnected so often? rh0_: the .exe files are just wrappers on gnue-schema, gnue-designer ... python scripts so they calling the same .py files in bin dir ok.i got it. can i fix gnue-schema manually right now? dimas, where are you from? fix? vladimir what? can i fix gnue-schema manually right now? may be something in scripter.py code? have you installed debug versions ? no :) please do :) should i download debug versions? yep ok. what are other differences except console io? nothing :) ok. i'll always download debug versions. or just install a stadard Python environment, and use anon svn i'll think bout it http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/WindowsQuickStart *** btami has quit IRC thnx *** btami_ has joined #gnuenterprise *** holycow has joined #gnuenterprise why dont you move to python 2.4? no need? you can, and we have to correct the wiki :) we are ok with 2.4 IMO ok i'll try it. but notice, we are not ok with wx 2.6.x yet 2.5? nono too you have to use 2.4.2.4 for designer *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise thanks for the link i haven't notice it if you will try the svn setup i suggest to use the win32 or gtk2 ui for forms wx suks on win32 more stable drivers? wx only needed if you want to play with designer yes ok thnx for your advices np most of gnue developers are germans? jamest/jcater/derek US reinhard/johannes AU btami/kilo HU dimas RU hu = ? btami, that should be AT for reinhard and me Hungary AU is Australia, not Austria :) johannesV: sorry np cool but there is jan from Bonn and some kiwis before :) kiwis? NZ :) a lot of kiwis :) whats that? :) NewZeland ok ah, and not forget the Papo team from Argentina *** rh0_ has quit IRC *** rh0_ has joined #gnuenterprise rh0_: http://www.gnuenterprise.org/community/contrib.php team is spread all over the world hey, no diams in the list ! dimas what?! :) Alex Trusov is in there *** btami has quit IRC *** btami_ has joined #gnuenterprise *** rh0_ has quit IRC he is my friend and we did paper work done together but he is not working with gnue now betrayed us with java, it seems :) *** kreiszner has quit IRC *** wt has joined #gnuenterprise *** wt has quit IRC *** wt has joined #gnuenterprise *** btami has quit IRC *** wt has quit IRC *** wt has joined #gnuenterprise *** wt has left #gnuenterprise *** SachaS has quit IRC *** holycow has quit IRC *** jamest has joined #gnuenterprise hi jamest hi there is more places where addDialogs are mentioned. may i comment them out? jamest: or you will check? well, the based forms were deleted at some point so even if they were needed they're gone :) so you can comment out the others w/o breaking anything ok *** SachaS has joined #gnuenterprise *** jamest has quit IRC *** jamest has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** wendall911 has quit IRC *** johannesV has quit IRC *** yure has joined #gnuenterprise *** kilo has joined #gnuenterprise *** yure has quit IRC *** reinhard has joined #gnuenterprise *** jamest has left #gnuenterprise *** yure has joined #gnuenterprise good night all *** reinhard has quit IRC *** yure has quit IRC *** jamest has joined #gnuenterprise *** kilo has left #gnuenterprise *** kreiszner has joined #gnuenterprise *** SachaS has quit IRC *** holycow has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** wendall911 has left #gnuenterprise *** jamest has quit IRC *** jcater has quit IRC *** dimas has quit IRC *** dimas has joined #gnuenterprise *** SachaS has joined #gnuenterprise