Christian, first of all, I appreciate your friendly attitude. Sometimes I just give up on working on a project just because I don't want to deal with the rude comments I get back.
On Wed, 2003-01-22 at 02:46, Christian Reis wrote: > Hey Ahmad, nice work. I'll let Johan have a look at the code, but just > as a tip, next time try to work with CVS and patches (generated with cvs > diff -urN from the pygtk module root). It makes it a *LOT* easier to > integrate code (I won't be surprised if Johan can't do it and has to ask > you for the CVS patch) and it's standard in OSS work too. K, so I got a fresh CVS gtksourceview (builds/installs perfectly), and a fresh CVS gnome-python/pygtk (also builds/installs perfectly). Then I added my wrapper files to gnome-python/pygtk/gtk/ and builds perfectly also. With the 1.99.14 tarball, I "make install" and my gtksourceviewmodule.* are installed to /usr/lib/python2.2/site-packages/gtk-2.0/gtk/ and I just import gtksourceview and I'm in business. The problem I'm having with the CVS version, it builds and make install works, and I see the gtksourceviewmodule.* files in /usr/lib/python2.2/site-packages/gtk-2.0/gtk/ but python can't import the gtksourceview module? It just says 'no module named gtksourceview' I noticed a setup.py file in the CVS version, I added stuff for gtksourceview ( just like the libglade stuff ), make install, still cant import. So I guess,, what do I need to do to make sure gtksourceview is an importable module? it's building just fine, other than the module files and the def file in /usr/share/pygtk/2.0/defs/ ... What I'm I missing? > The main issue is clobbering changes already applied to CVS, not picking > up refactoring and fixes in the generation code, and generally making > like for integrator easier. Yeah, I'm ready to make a CVS patch and move on to debugging the highlighting, I just need the final tweak to be able to import it :) > > Yeah, what would rock would be getting a CVS patch with it all working > :-) BTW: Johan has a vested interest in this change so he'll be a happy > turnip, I suspect. > > Take care, Thanks - - -- ---- ----------------------------------------- --- -- - - Ahmad Baitalmal BitBuilder web: http://www.bitbuilder.com - - -- ---- -------------------------------------------------------------- --- -- - - _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
