On Sun, 23 Jul 2006, Martin Geisler wrote:
[...]
>>> What are other Debian users doing? My install is working again btw
>>
>> uninstall debian?
>
> :-)
>
> But really... by following the updated Wiki page on how to install on
> Debian testing, one can have TurboGears installed in five minutes
> using real Debian packages that respect the Debian packaging system:
>
>  http://trac.turbogears.org/turbogears/wiki/DebianInstall
>
> I've just upgraded to 0.9a8 like that and it worked like a charm.

I've just installed TG from debian repositories and I get this when doing
tg-admin quickstart:

-------------------------------------------------------------------------
Enter project name: wiki
Enter package name [wiki]: 
Do you need Identity (usernames/passwords) in this project? [no] y
Selected and implied templates:
  TurboGears#tgbase      tg base template
  TurboGears#turbogears  web framework

Variables:
  identity:    sqlobject
  package:     wiki
  project:     wiki
  sqlalchemy:  False
Creating template tgbase
Creating directory ./wiki
  Recursing into +einame+.egg-info
    Creating ./wiki/wiki.egg-info/
    Copying PKG-INFO to ./wiki/wiki.egg-info/PKG-INFO
    Copying paster_plugins.txt to ./wiki/wiki.egg-info/paster_plugins.txt
    Copying sqlobject.txt_tmpl to ./wiki/wiki.egg-info/sqlobject.txt
  Recursing into +package+
    Creating ./wiki/wiki/
    Copying __init__.py_tmpl to ./wiki/wiki/__init__.py
    Copying release.py_tmpl to ./wiki/wiki/release.py
    Recursing into static
      Creating ./wiki/wiki/static/
      Recursing into css
        Creating ./wiki/wiki/static/css/
        Copying empty to ./wiki/wiki/static/css/empty
      Recursing into images
        Creating ./wiki/wiki/static/images/
        Copying favicon.ico to ./wiki/wiki/static/images/favicon.ico
        Copying tg_under_the_hood.png to 
./wiki/wiki/static/images/tg_under_the_hood.png
      Recursing into javascript
        Creating ./wiki/wiki/static/javascript/
        Copying empty to ./wiki/wiki/static/javascript/empty
    Recursing into templates
      Creating ./wiki/wiki/templates/
      Copying __init__.py_tmpl to ./wiki/wiki/templates/__init__.py
Creating template turbogears
  Recursing into +package+
    Recursing into config
      Creating ./wiki/wiki/config/
/var/lib/python-support/python2.4/Cheetah/Compiler.py:1112: UserWarning: You 
supplied an empty string for the source!
  warnings.warn("You supplied an empty string for the source!", )
      Copying __init__.py_tmpl to ./wiki/wiki/config/__init__.py
      Copying app.cfg_tmpl to ./wiki/wiki/config/app.cfg
      Copying log.cfg_tmpl to ./wiki/wiki/config/log.cfg
    Copying controllers.py_tmpl to ./wiki/wiki/controllers.py
    Copying json.py_tmpl to ./wiki/wiki/json.py
    Copying model.py_tmpl to ./wiki/wiki/model.py
    Recursing into sqlobject-history
      Creating ./wiki/wiki/sqlobject-history/
      Copying empty to ./wiki/wiki/sqlobject-history/empty
    Recursing into templates
      Copying login.kid to ./wiki/wiki/templates/login.kid
      Copying master.kid to ./wiki/wiki/templates/master.kid
      Copying welcome.kid to ./wiki/wiki/templates/welcome.kid
    Recursing into tests
      Creating ./wiki/wiki/tests/
      Copying __init__.py_tmpl to ./wiki/wiki/tests/__init__.py
      Copying test_controllers.py_tmpl to ./wiki/wiki/tests/test_controllers.py
      Copying test_model.py_tmpl to ./wiki/wiki/tests/test_model.py
  Copying README.txt_tmpl to ./wiki/README.txt
  Copying dev.cfg_tmpl to ./wiki/dev.cfg
  Copying sample-prod.cfg_tmpl to ./wiki/sample-prod.cfg
  Copying setup.py_tmpl to ./wiki/setup.py
  Copying start-+package+.py_tmpl to ./wiki/start-wiki.py
Running /usr/bin/python2.4 setup.py egg_info
Error (exit code: 1)
Traceback (most recent call last):
  File "setup.py", line 2, in ?
    from turbogears.finddata import find_package_data
  File "/home/luca/tmp/turbogears/turbogears/__init__.py", line 12, in ?
    from turbogears import startup
  File "/home/luca/tmp/turbogears/turbogears/startup.py", line 8, in ?
    pkg_resources.require("TurboGears")
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 487, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (SQLObject 0.7.1b1 
(/usr/lib/python2.4/site-packages), 
Requirement.parse('SQLObject>=0.7.1dev-r1457'))

Traceback (most recent call last):
  File "/usr/bin/tg-admin", line 7, in ?
    sys.exit(
  File "/var/lib/python-support/python2.4/turbogears/command/base.py", line 
351, in main
    command.run()
  File "/var/lib/python-support/python2.4/turbogears/command/quickstart.py", 
line 195, in run
    command.run(cmd_args)
  File "/usr/lib/python2.4/site-packages/paste/script/command.py", line 210, in 
run
    result = self.command()
  File "/usr/lib/python2.4/site-packages/paste/script/create_distro.py", line 
121, in command
    cwd=output_dir)
  File "/usr/lib/python2.4/site-packages/paste/script/command.py", line 565, in 
run_command
    raise OSError("Error executing command %s" % cmd)
OSError: Error executing command /usr/bin/python2.4
-------------------------------------------------------------------------

Is this a Debian issue?

-- 
Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/
 .------------------------------------------------------------------------,
  \  GPG: 5F5A8D05 // F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05 /
   '--------------------------------------------------------------------'
Home, home again.
I like to be here when I can.
When I come home cold and tired
It's good to warm my bones beside the fire.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to