>> > > A dep for kinterbasdb 3.2.0? > Can i have this? http://dev.personnelware.com/carl/a/python-kinterbasdb_3.1.2-0.3build1.1_i386.deb
> >>> which should be the easiest way to install python modules from source. >> well, my way was pretty easy, and you are having troubles... so I am not >> sure I >> would agree with "easiest" :) >> > > But installing via "python setup.py install" is the standard way for > python installs from the source. Maybe not for ubuntu. If you install using the package manager, then you get notified when new versions come out. and a few other things, all of which may not apply given the way I hack together a .deb. but at least there is a chance of it working, or maybe being taken care of when the official version catches up with my version. > Sorry, but your script didn't help. > > I breaks for getting the source, so i tried to change it to be able to > use the source for kinterbasdb-3.2.0. > That didn't work either. what do you mean by "breaks" ? I am guessing it did what it said: "not work" :) # get working copy # this doesn't work: # $GETSRCCMD # nor does this, but it is close: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/kinterbasdb login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/kinterbasdb co -P Kinterbasdb-3.0 ./ # Now you need to manually use the Kinterbasdb-3.0 dir to update the files, then # run the rest of this script At this point you need to update the source that "apt-get source python-kinterbasdb" got. The cvs command should have at least got the files, just not in the 'right place.' Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
