Thanks guys!
What I hadn't noticed is that the new SUNWcherry-py package wasn't
getting installed along with everything else from gate due to what's
specified in /var/sadm/install/admin/default. My bad. So I pkgrm'ed the
existing Cherrypy for 2.4, re-added the one for 2.6, and things now seem
to be working. I knew it had to be something silly.... :-)
Take care.
--joanie
On Wed, 2009-12-02 at 13:26 -0800, Rich Burridge wrote:
> > We just migrated to python 2.6. So if you're using the depot server
> > from the pkg gate, you'll have to locally install cherrypy for python
> > 2.6.
>
> Or run out of your pkg workspace. I use the attached script (originally
> from David), for doing this. Adjust to taste.
>
> plain text document attachment (start-depotd)
> #! /bin/ksh
> export ROOT=/export/home/richb/pkg/bugs/12972/gate/proto/root_i386
> export PYTHONPATH=${ROOT}/usr/lib/python2.6/vendor-packages
> ${ROOT}/usr/lib/pkg.depotd --content-root ${ROOT}/usr/share/lib/pkg
> --set-property publisher.prefix="opensolaris.org" -d
> /export/home/pkg-solaris/repo-12972 -p 32972 > errs.depotd 2>&1 &
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss