Hi!
  I'm trying to run the latest version from svn. When I tried to make a
new project, I obtain this error:
c:\dev\projects\turbogears>tg-admin quickstart
Enter project name: timetrack
Enter package name [timetrack]:
Selected and implied templates:
  TurboGears#turbogears  web framework

Variables:
  package:  timetrack
  project:  timetrack
Creating template turbogears
  Creating .\timetrack/
Traceback (most recent call last):
  File "c:\dev\python24\scripts\tg-admin-script.py", line 7, in ?
    sys.exit(
  File "c:\dev\projects\turbogears\trunk\turbogears\command\base.py",
line 273, in main
    command.run()
  File
"c:\dev\projects\turbogears\trunk\turbogears\command\quickstart.py",
line 102, in run
    command.run(cmd_args)
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\command.py",
line 205, in run
    result = self.command()
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\create_distro.py",
line 98, in command
    self.create_template(
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\create_distro.py",
line 125, in create_
template
    template.run(self, output_dir, vars)
  File
"c:\dev\projects\turbogears\trunk\turbogears\command\quickstart.py",
line 30, in run
    templates.Template.run(self, command, output_dirs, vars)
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\templates.py",
line 47, in run
    self.write_files(command, output_dir, vars)
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\templates.py",
line 104, in write_files

    use_cheetah=self.use_cheetah)
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\copydir.py",
line 28, in copy_dir
    pad=pad)
  File
"c:\dev\python24\lib\site-packages\pastescript-0.5-py2.4.egg\paste\script\copydir.py",
line 195, in svn_makedirs
    proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
  File "C:\dev\Python24\lib\subprocess.py", line 542, in __init__
    errread, errwrite)
  File "C:\dev\Python24\lib\subprocess.py", line 706, in _execute_child
    startupinfo)
WindowsError: [Errno 2] El sistema no puede hallar el archivo
especificado

Any hint?
  Agustin


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