*** SachaS has joined #gnuenterprise *** chillywilly has quit IRC *** chillywilly has joined #gnuenterprise *** johannesV has joined #gnuenterprise good morning *** mnemoc_ has joined #gnuenterprise *** mnemoc has quit IRC *** kilo has joined #gnuenterprise *** lekma has joined #gnuenterprise hi everyone *** cpc26 has quit IRC *** johannesV_ has joined #gnuenterprise *** kilo has quit IRC *** johannesV has quit IRC *** kilo has joined #gnuenterprise hallo kilo wie gehts? ehm sleepy :D 1 day and off to vacation \o/ and you? on orbit around earth? *** holycow has quit IRC still in Scottsdale, Arizona imagine last Sunday we had 116 Fahrenheit ... that was 46.6 degree Celsius was "kind of" hot :) i would surely die if it is over 20C, i start to feel bad... * kilo is a polar bear :D *** lekma has quit IRC *** dcmwai has quit IRC *** SachaZzzz has quit IRC *** jamest has joined #gnuenterprise *** kilo has left #gnuenterprise is the function getDictArray in results sets misnamed as it seems to return a dict of dicts *** rui has joined #gnuenterprise *** dimas has quit IRC *** dimas has joined #gnuenterprise *** jcater has joined #gnuenterprise *** holycow has joined #gnuenterprise *** kilo has joined #gnuenterprise 3°C here :\ cripes *** kilo has quit IRC *** wendall911 has joined #gnuenterprise *** rui has quit IRC *** johannesV_ has quit IRC *** johannesV_ has joined #gnuenterprise *** kospald98 has joined #gnuenterprise hi alll *** kospald98 has quit IRC *** kospald98 has joined #gnuenterprise hi again hi kospald98 hey dimas kospald98: any questions about gnue? i have a question concerning gune development yes i do nice that you ask ;-) during the development cycles, how do you deal with dependencies within modules do you set your pythonpath i mean if you have a common dir and a gui dir side by side and gui modules want to use some common modules - how do you do this did you have an idea what i mean? there is cvs installation that works with gnue code in your home dir how can i use this cvs installation - is there a document about this? there is gnue-forms/README.cvs that describe it After downloading all the tools you want to have from the subversion repository, you just to run ./setup-cvs.py in the gnue-common directory. With the developer installation, you have to substitute the commands of the gnue-forms package as follows: gnue-forms -> gfcvs Also, you will all relevant files and directories in ~/gnue instead of /usr/local/gnue. thank you i will look at it rigth now *** SachaS has joined #gnuenterprise kospald98: ok, feel free to ask more questions, if needed :) thank you :-) i came here before and was surprised how nice the people are here! :) kospald98: same feeling.. always :) i've looked at there is cvs installation that works with gnue code in your home dir sorry ! i've looked at setup-cvs.py, but got no clue how it basicaly works does it adjust the pythonpath somehow, so all the import gnue.?? find the modules it creates a few shell scripts in ~/bin/ that set the python path so, for example, ~/bin/gfcvs is the "cvs" equivalent of gnue-forms ok, so you can't execute the .py files direct without setting the pythonpath - like in a debugger for the development snapshot, correct there is a ~/bin/gcvs which just wraps python with the proper stuff set so it adds ~/bin/gfcvs to your pythonpath so that all the imports can find the modules so if you need to manually run your own .py files no, ~/bin/gfcvs is the script that sets PYTHONPATH PYTHONPATH itself is in gnue-common/.cvsdevelbase/ setup-cvs.py sets up a staging area there with symlinks back to the gnue-*/src/ directories ok so i've to set the pythonpath before running a .py file direct ore are there more elegant ways of doing this well, if you need to run a .py file directly, we do have ~/bin/gcvs so you can do ~/bin/gcvs testsuite.py for example i see gcvs is simply a wrapper around python it doesn't run any tools i look at it but there are other files in ~/bin/ that run the individual tools can i find this file somewhere in svn or do i have to run setup-cvs.py? you have to run setup-cvs.py to get it ok thank you both, jcater and dimas, again! that helped me alot no problem ok btw does anyone of you know about a way to dynamicaly adjust the PYTHONPATH from within a .py file, so you don't have to set this before yes import sys\ err import sys sys.path.insert(0,'/path/you/want/to/add') do that before doing other imports *** SachaS_ has joined #gnuenterprise great did you use this approach before, or do you know where it's used? *** SachaS has quit IRC I've used it for one-up scripts and I *think* it may be used in gnue/www/utils thanks jcater! (leaving to lunch now :)) *** johannesV_ has quit IRC *** jcater_ has joined #gnuenterprise *** wendall911 has left #gnuenterprise *** kilo has joined #gnuenterprise *** kilo has quit IRC bye guys, have a good day! *** kospald98 has quit IRC *** kilo has joined #gnuenterprise *** jcater has quit IRC *** jcater_ has quit IRC *** jamest has left #gnuenterprise *** jcater has joined #gnuenterprise *** kilo has quit IRC *** jamest has joined #gnuenterprise *** jcater_ has joined #gnuenterprise *** jcater has quit IRC *** holycow has joined #gnuenterprise *** jcater_ has quit IRC *** SachaS__ has joined #gnuenterprise *** SachaS_ has quit IRC *** cpc26 has joined #gnuenterprise *** dcmwai has joined #gnuenterprise *** cpc26 has quit IRC *** cpc26 has joined #gnuenterprise *** cpc26 has quit IRC *** cpc26 has joined #gnuenterprise *** jamest has quit IRC *** SachaS_ has joined #gnuenterprise