Hi, I tried to link PsychoPy to Spyder to allow for importing of PsychoPy modules through the following steps I found online :-
------------------------ Open Spyder –> Tools –> PYTHONPATH manager Add the following two paths (psychopy usually installs to C:\Program Files (x86)\PsychoPy2 on Windows) and do NOT click “synchronize” [psychopy-folder]\Lib\site-package [psychopy-folder]\Lib\site-packages\psychopy[version].egg Now open Spyder and you should be able to run the following small script without errors: from psychopy import * ----------------------------------- I tried the following but spyder still can't seem to import the psychopy module when called for. Worst still, I accidentally synchronized the paths before I chanced upon these instructions and since then, I cannot launch Spyder (Reset Spyder setting doesn't work, it immediately terminates when launched) as long as Psychopy is installed on my Windows. Reinstalling both programs wouldn't work as well. At the moment, I can only launch up Spyder when Psychopy is completely removed from my computer while it wasn't the case before I attempted to link the two programs together. Is there a way to fix this? Best Regards, Aaron -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
