Hi, just wanted to add an update - I managed to get python-TurboGears2 packaged for openSUSE 11.1 (meaning python 2.6). There are 60 packages in the repository - on openSUSE (as root):
zypper ar http://download.opensuse.org/repositories/home:/babelworx:/tg2beta/openSUSE_11.1/ home:babelworx:tg2beta zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_11.1/ devel:languages:python zypper in python-TurboGears2 If you want a virtualenv: zypper in python-virtualenv Thanks to Lukasz for all the help - especially the tip about compiling a list of required packages from the virtualenv lib/python2.6/site- packages Does anyone know who to talk to about getting openSUSE instructions added to http://turbogears.org/2.0/docs/main/DownloadInstall.html#installing-turbogears? I'd gladly contribute. On Jan 9, 3:52 pm, frankentux <[email protected]> wrote: > Hi, > > I want to package tg2 for openSUSE. I've already started a project > athttps://build.opensuse.org/project/show?project=home%3Ababelworx%3Atg2 > and all the packages listed > athttp://www.turbogears.org/2.0/downloads/current/index > are already packaged and built. > > Thus, on an openSUSE system, you can already install tg2 with: > zypper in python-turbogears2 > > However, paster -h shows only: > Usage: paster [paster_options] COMMAND [command_options] > > Options: > --version show program's version number and exit > --plugin=PLUGINS Add a plugin to the list of commands (plugins are > Egg > specs; will also require() the Egg) > -h, --help Show this help message > > Commands: > create Create the file layout for a Python distribution > help Display help > make-config Install a package and create a fresh config file/ > directory > points Show information about entry points > post Run a request for the described application > request Run a request for the described application > serve Serve the described application > setup-app Setup an application, given a config file > > TurboGears2: > tginfo Show TurboGears 2 related projects and their versions > > The quickstart command seems to be missing (calling paster quickstart > fails with "Command 'quickstart' not known (you may need to run > setup.py egg_info)". > > Is there some other postinstall script which I will have to add to the > spec file in order to get this working? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

