Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Full-factorial design crash

Whenever I try to put in a set of variables and define them in full-factorial design and press ok; the application just says oops it did it again. I have been encountering this problem since i downloaded and cannot learn how to use the application. I'm making the same programme as in the tutorial. Any help would be awesome. I'm currently running opensesame 3.1.4 and python 2.7.3

Comments

  • Hi,

    Thanks for reporting this. We'll need a few more details though.

    • What did you do exactly to trigger this message?
    • What is the full error message, or stacktrace, that is reported with the Oops?

    Cheers,
    Sebastiaan


  • It first says this as I downloaded py
    gaze plugins from GitHub and then it says.

  • Hi,

    There seems to be a problem with numpy, an important Python library for numerical computing. But you cut off the most important part of the stack trace (the bottom)! It's best if you select the text, either from the tab or the debug window (Ctrl+D to show it), and paste it here.

    Cheers,
    Sebastiaan


  • The debugging window said this

    • Type "help()", "copyright()", "credits()" or "license()" for more information.
    • Use the "print([msg])" function in inline_script items to print to this debug window.
    • Inspect inline_script variables when an experiment is finished.
  • Hmmm, if you google this error message, you will find a few similar ones floating around. In general, it seems to occur when there are multiple Python/NumPy installations on one system, and when numpy then tries to load a DLL from the wrong Python installation.

    Could something like that be going on in your case? Do you have other Python environments on the same system?

  • edited November 2016

    Yes, could be a possibility as I have previous versions of Pygaze also installed on my computer. Thanks for the help I would look in the same :)

Sign In or Register to comment.