> 
> I only got Koo running yesterday so I didn't really consider it. As you know 
> Koo has a problem on Ubuntu: it gets installed to site-packages instead of 
> dist-packages and site-packages is no longer on the sys-path. I suspect cdbs 
> is to blame but I don't have the time or inclination to verify this.
> 


We'll try to take a look at this for next release.


> 
> It would be nice if it ran from the source directory, like OpenERP.
> 


It can be done. You have two options:
- Execute "python Koo/koo.py" from root directory as downloaded from bazaar or 
from tar.gz
- Set "export PYTHONPATH=.." and then execute "python koo.py" from Koo 
directory.


> 
> There's always a catch [Rolling Eyes] Actually, I have tinkered a little with 
> PyQT so I might figure it out, and QT is very well documented. I don't 
> suppose you can point me to some equally detailed development documentation 
> for Koo?


Koo's documentation is not ideal, but you have lots of classes and functions 
documented. You can generate documentation for the API by installing 'doxygen' 
in you system and then going to the 'doc/' directory and executing "make 
doxygen". Then you'll find a nice looking documentation at 
'doc/doxygen/html/index.html'

I have also rendered it for you here:

http://www.nan-tic.com/ftp/koo

And you should be looking at:

http://ves.cat/ajig

In the source in Koo/Fields/fieldtype you'll find lots of examples of this, so 
it shouldn't be hard to implement as I said. Please, feel free to ask any 
questions, and of course if you end up with a new widget, you can send it to us 
so it'd be available in next release!

------------------------
Albert Cervera i Areny
http://www.NaN-tic.com
OpenERP Partners

http://twitter.com/albertnan




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=60617#60617

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to