Skip to content

NameError: uninitialized constant Pyasm::VM #1

@vote539

Description

@vote539

I cloned unholy from the repository and followed the installation instructions. When I run bin/unholy test.rb (test.rb exists), I get the error

*** Are you sure you're running Ruby 1.9?
/path/to/unholy/lib/unholy/pyasm.rb:366:in `throw': uncaught throw #<NameError: uninitialized constant Pyasm::VM> (ArgumentError)
    from /path/to/unholy/lib/unholy/pyasm.rb:366:in `rescue in eval'
    from /path/to/unholy/lib/unholy/pyasm.rb:361:in `eval'
    from /path/to/unholy/lib/unholy.rb:8:in `unholy'
    from bin/unholy:5:in `<main>'

I am running Ruby 1.9.3 and Python 2.7.1.

$ /usr/bin/env ruby --version
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]
$ /usr/bin/env python --version
Python 2.7.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions