Are you SVNing up to the Trunk or the 1.0 branch?
On 8/17/06, Mike Kent <[EMAIL PROTECTED]> wrote:
>
> I just ran 'svn up' on my TG installation, then tried to quickstart a
> new project, specifying that it use sqlalchemy for the DB provider.
> This is what I got:
>
> [stuff elided]
> Running /usr/bin/python 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
> "/var/www/virtual/sylviecat.com/Work/turbogears/turbogears/turbogears/__init__.py",
> line 5, in ?
> from turbogears import config
> File
> "/var/www/virtual/sylviecat.com/Work/turbogears/turbogears/turbogears/config.py",
> line 4, in ?
> from configobj import ConfigObj
> ImportError: No module named configobj
>
> Traceback (most recent call last):
> File "/var/www/virtual/sylviecat.com/bin/tg-admin", line 7, in ?
> sys.exit(
> File
> "/var/www/virtual/sylviecat.com/lib/python2.4/site-packages/TurboGears-1.1a0-py2.4.egg/turbogears/command/base.py",
> line 276, in main
> command.run()
> File
> "/var/www/virtual/sylviecat.com/lib/python2.4/site-packages/TurboGears-1.1a0-py2.4.egg/turbogears/command/quickstart.py",
> line 194, in run
> command.run(cmd_args)
> File
> "/var/www/virtual/sylviecat.com/Work/turbogears/turbogears/thirdparty/pastescript/paste/script/command.py",
> line 205, in run
> result = self.command()
> File
> "/var/www/virtual/sylviecat.com/Work/turbogears/turbogears/thirdparty/pastescript/paste/script/create_distro.py",
> line 103, in command
> cwd=output_dir)
> File
> "/var/www/virtual/sylviecat.com/Work/turbogears/turbogears/thirdparty/pastescript/paste/script/command.py",
> line 526, in run_command
> raise OSError("Error executing command %s" % cmd)
> OSError: Error executing command /usr/bin/python
>
>
> Any ideas?
>
>
> >
>
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---