class Hello
def main
print 'Hello, World!'
I attempt to run it using the command: 'cobra Hello.cobra' In response I get
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Cobra.Lang, Version=0.8.0.1, Culture=neutral, PublicKeyToken=0a4783a5c7c9616e' or one of its dependencies. The system cannot find the file specified. File name: 'Cobra.Lang, Version=0.8.0.1, Culture=neutral, PublicKeyToken=0a4783a5c7c9616e'
at Hello.Main()
at MainWrapper.Main()
Is there an additional installation step that I should be doing? Note that the command above does generate a Hello.exe. When I run that executable I get the unhandled exception I mentioned above.