erwan / playoauthclient

OAuth Client for the Play Framework
22 stars 16 forks source link

Problem with eclipsify command #4

Closed ahmetb closed 8 years ago

ahmetb commented 13 years ago

I have included oauth-1.0 to my play project config and then tried to eclipsify and got the following error:

~ play! 1.1RC2-99-ga1a8239, http://www.playframework.org ~ Traceback (most recent call last): File "/home/alp/play/play", line 111, in cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader) File "/home/alp/play/framework/pym/play/commands/eclipse.py", line 123, in execute execfile(commands) File "/home/alp/play/modules/oauth-1.0/commands.py", line 5, in if play_command == 'hello': NameError: name 'play_command' is not defined

christopheroussy commented 13 years ago

Comment out the contents of commands.py and try again.