Live data from Hacker News

Fogcreek is shutting down webputty.net and has pushed the source code to github

blog.fogcreek.com

31–32 of 32 posts

Re: Fogcreek is shutting down webputty.net and has pushed the source code to github

#31
post #3

WebPutty dev here. Feel free to shoot us any questions here on HN or on twitter @webputty.

I'm following the step-by-step instructions to run it on my google app engine account, but I get an error when I run "fab deploy." It asks me for my email and does a bunch of stuff, but then this happens: Zipping ziplibs. Traceback (most recent call last): File "/Library/Python/2.6/site-packages/fabric/main.py", line 712, in main args, kwargs File "/Library/Python/2.6/site-packages/fabric/tasks.py", line 327, in exec…

Try taking the ziplibs(env.deploy_path) call out. It's not strictly necessary.

Re: Fogcreek is shutting down webputty.net and has pushed the source code to github

#32
post #31

Earlier quoted context omitted.

I'm following the step-by-step instructions to run it on my google app engine account, but I get an error when I run "fab deploy." It asks me for my email and does a bunch of stuff, but then this happens: Zipping ziplibs. Traceback (most recent call last): File "/Library/Python/2.6/site-packages/fabric/main.py", line 712, in main args, kwargs File "/Library/Python/2.6/site-packages/fabric/tasks.py", line 327, in exec…

Try taking the ziplibs(env.deploy_path) call out. It's not strictly necessary.

Thanks! That worked. I get "Error: Server Error" when visiting my appspot url though (drpepecss.appspot.com)

Also, getting this error after successful deployment:

  Completed update of app: drpepecss, version: 1
  Uploading cron entries.
  Uploading task queue entries.
  Reverting /Users/Varun/Documents/workspace/webputty3/js_css_packages/packages.py
  Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/fabric/main.py", line 712, in main
    *args, **kwargs
  File "/Library/Python/2.5/site-packages/fabric/tasks.py", line 327, in execute
    results[''] = task.run(*args, **new_kwargs)
  File "/Library/Python/2.5/site-packages/fabric/tasks.py", line 112, in run
    return self.wrapped(*args, **kwargs)
  File "/Users/Varun/Documents/workspace/webputty3/fabfile.py", line 53, in decorated_func
    return func(*args, **kwargs)
  File "/Users/Varun/Documents/workspace/webputty3/fabfile.py", line 76, in deploy
    clean_packages(env.deploy_path)
  File "/Users/Varun/Documents/workspace/webputty3/fabfile.py", line 89, in clean_packages
    compress.revert_js_css_hashes(base_path)
  File "/Users/Varun/Documents/workspace/webputty3/compress.py", line 23, in revert_js_css_hashes
    popen_results(['hg', 'revert', '--no-backup', path])
  File "/Users/Varun/Documents/workspace/webputty3/compress.py", line 152, in popen_results
    proc = subprocess.Popen(args, stdout=subprocess.PIPE)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 1097, in _execute_child
    raise child_exception
  OSError: [Errno 2] No such file or directory
Post reply on HN