Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 1.16 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Heroku installing play framework modules
  2. heroku run play install securesocial-0.2.2
  3.        
  4. ...
  5. ~ Do you want to install this version (y/n)? y
  6. ~ Installing module securesocial-0.2.2...
  7. ~
  8. ~ Fetching http://www.playframework.org/modules/securesocial-0.2.2.zip
  9. Traceback (most recent call last):
  10.   File ".play/play", line 153, in <module>
  11.     status = cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader)
  12.   File "/app/.play/framework/pym/play/commands/modulesrepo.py", line 58, in execute
  13.     install(app, args, env)
  14.   File "/app/.play/framework/pym/play/commands/modulesrepo.py", line 378, in install
  15.     Downloader().retrieve(fetch, archive)
  16.   File "/app/.play/framework/pym/play/commands/modulesrepo.py", line 88, in retrieve
  17.     try: urllib.urlretrieve(url, destination, self.progress)
  18.   File "/usr/local/lib/python2.7/urllib.py", line 91, in urlretrieve
  19.     return _urlopener.retrieve(url, filename, reporthook, data)
  20.   File "/usr/local/lib/python2.7/urllib.py", line 241, in retrieve
  21.     tfp = open(filename, 'wb')
  22. IOError: [Errno 2] No such file or directory: u'/app/.play/modules/securesocial-0.2.2.zip'