agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi Felipe,
Could you provide some details?
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
Thanks a lot for your fast answer (as usual). Here are some answers to your question:
1- I followed the instructions step by step from this link:
http://osdoc.cogsci.nl/devices/eyelink/
Nevertheless when I arrived to the step 6 it was impossible to me to open Opensesamme with --pylink .
2- I tried both methods that are recomended previously in the forum, going directly to the windows terminal (as it says in the instrucitons) and creating a ".bat" file in the opensesame folder.
In the ".bat" case it opens the terminal and closes inmediately without opening opensesame.
In the terminal case it throws me this error message:
Even more weird is that when I try to open opensesame directly from windows terminal without any extra code line, the program crashes inmediately:
It would be great if you could give me some idea about where could be the problem.
Thanks a lot again in adivance.
Cheers!
Felipe
OpenSesame 2.8.3 is now available! This is the third maintenance release in the 2.8 Gutsy Gibson series and provides bug-fixes, incremental improvements, and translation updates. As always, you can get it from:
Hi Watson 45,
I installed the new version of Opensesame, and re-installed the libraries step by step as the instructions :
http://osdoc.cogsci.nl/devices/eyelink/#step-1-installing-opensesame-from-source
and I still have the same problem...
Any ideas out there?
Thanks again in advance,
Felipe
Hi Felipe,
You can run OpenSesame using the Windows package (which includes its own Python environment), or from the source code (in which case you need to install your own Python environment). What you're doing here is trying to run
opensesame.exe
, which is from the packaged version, as though it is Python source code. Python runs Python scripts, which generally have a.py
extension or no extension at all (but never.exe
). Do you see what I mean?So if you want to run from source, you need to get the source code and not the package.
See also:
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
Thanks a lot for your help. I am using winpython with spyder as GUI. So now I am trying to run Opensesame from source in a way i can connect the eyetracker.
I managed to install all the libriries required. Nevertheless, when i run the setup-win32 file in Spyder I get the following message
Any idea what I am doing wrong?
Thanks a lot for all the help.
Felipe
Hi Felipe,
The
setup-win32.py
script is used to build the windows packages, not to install OpenSesame in your source environment. To run OpenSesame from source, simply extract the source code somewhere and run the fileopensesame
. (Which is a Python script, even though it doesn't have a.py
extension.) You can run do this by opening a command prompt in the folder with the OpenSesame source code and executing:If
python.exe
is not in your path, you'll have to specify the full path topython.exe
, for examplec:\my_python_folder\python.exe
.Alternatively, you could open
opensesame
in Spyder and run it. I'm not too familiar with Spyder, but I imagine that should work.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!