| | |
Moved code from a mac to windows code wont work
![]() |
•
•
Join Date: Jun 2009
Posts: 7
Reputation:
Solved Threads: 0
Python Syntax (Toggle Plain Text)
from psychopy import visual, core, misc, event import numpy #for maths on arrays from numpy.random import random, shuffle #we only need these two commands from this lib from random import * import math win = visual.Window([1024,768], units='pix', monitor='testMonitor',rgb=(-1,-1,-1)) numbers = range(100) #range of stimuli to be generated or how many to generate #Choose N, elementsize and filenames for x in numbers: N=85 #number to generate0 #To choose which stimuli to generate uncomment the appropriate line #Contour length #elemSize = 2000/((N)*math.pi*2)#contour lentgth #elemSize = 2000/((50)*math.pi*2)#50CLcontrol #Brightness controls # elemSize=math.sqrt(70000/((N)*math.pi))#... elemSize=math.sqrt(70000/((50)*math.pi... #create empty list of locations locations=[] i=1 while i<=N : locations.append([randrange(int(elemSi... i=i+1 #build an array of circles according to the parameters globForm = visual.ElementArrayStim(win, nElements=N, units='pix',sizes=elemSize,fieldShape='s... globForm.draw() win.flip(clearBuffer=False)#redraw the buffer win.getMovieFrame() win.flip(clearBuffer=True) #adjustfilename as appropriate win.saveMovieFrames('B085.jpg') core.quit() event.clearEvents()#keep the event buffer from overflowing
The error message im getting,
Running C:\Documents and Settings\Administrator\Desktop\NumberStu...
configured pyglet screen 0
Exception in thread Thread-3:
Traceback (most recent call last):
File "threading.pyc", line 460, in __bootstrap
File "PsychoPyIDE.py", line 181, in __run
File "threading.pyc", line 440, in run
File "PsychoPyIDE.py", line 1687, in _runFileAsImport
File "<string>", line 1, in <module>
File "C:\Documents and Settings\Administrator\Desktop\NumberStu... line 36, in <module>
File "psychopy\visual.pyc", line 2519, in draw
AttributeError: Window instance has no attribute '_progSignedTexMask'
To provide as much information as possible im using a script editor i think that what they would be called i know almost nothing about programming, called PsychoPy IDe which can be found here. Ive downloaded the windows versions of the psychopy ide and all the dependiences for python and python and im still gettting the same error message. Can anyone tell what is wrong with the code or possible a place that could "debug" it and tell me which line is causing the problem my professor wrote the code but knows only enough to write it and could possible fix it if someone could tell mewhat line is causing the error.
![]() |
Similar Threads
- Forms Authorization/ Authentication using asp .net and vb .net (ASP.NET)
- Why wont this work!!! (C++)
- css code that is suppose to only work in IE Well this makes it work in Ie,ff,opera (HTML and CSS)
- windows automatic update failing (Windows NT / 2000 / XP)
- Windows XP Pro wont Start! (Windows NT / 2000 / XP)
- KDE vs Gnome What is main diference? (Window and Desktop Managers)
- How to create SHA1 Encryption program (VB.NET)
- Graphics in C (C)
Other Threads in the Python Forum
- Previous Thread: Finding a word from a text/html file by position of previous word
- Next Thread: a very gui mess
Views: 302 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for Python
ansi application assignment backend beginner binary change character class client code customdialog database development dictionary drive dynamic errors examples excel exe file flash float format ftp function generator graphics gui heads homework ideas import input java language library line linux list lists loop module mouse mysql mysqldb newb number numbers output parsing path pointer port prime program programming progressbar projects py2exe pygame pygtk pyqt python random recursion recursive redirect refresh reverse scrolledtext server ssh statistics stdout string strings sum table terminal text thread threading time tkinter tlapse tricks tuple tutorial ubuntu undefined unicode urllib urllib2 variable web windows write wxpython





