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
Continued from #888.
As we discussed in the thread above, you really need someone who is familiar with the device, and who can give you concrete advice about how to use the NeuroLog in Python (and by extension OpenSesame). But, to start, you mention that the developer asked you to try
import serial
and that this gives an error message. That's weird, becauseserial
is a standard module that you should be able to import with no trouble. Could you please describe what you have done exactly and post the full error message (from the debug window).In general, make sure that you describe your problem in sufficient for people to be able to help you. What do you want to do exactly? What have you tried so far, and why doesn't it work? What operating system and distribution of OpenSesame are you using? Etc.
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Good Morning Sebastiaan,
I apologize for any frustration I am causing you, as I had mentioned (as is probably clearly evident) I am as new to the world of coding/python as they come.
I actually tried to input serial again in the general script editor and did not receive any error messages today. However, after I hit apply changes that line disappears.
Im Running OpenSesame 0.27.4 on Mac OS X 10.9.2
Sebastiaan- do you want me to write what my end goal is? Or what I want the code to do?
Also, I'm not sure how to describe what I have already tried, but I will attempt to explain it later in another post on this thread
Thanks again for working with me,
Michael
Hi Michael,
The 'general script' contains the definition of the experiment. It uses a special, simplified syntax called 'OpenSesame script', which it is not Python. To use Python code, you need to use the
inline_script
item. See also:Right, I suspected as much. I would develop the experiment under Windows, using the latest version of OpenSesame. That way you know for sure that you're not dealing with problems that are specific to the (less mature) Mac OS package.
Yes, try to be as specific a possible.
It sounds like you're pretty much on your own on this one, because there's no-one who's both familiar with the NeuroLog and willing to share this knowledge (which is disappointing). But you'll be able to figure this out yourself with a basic knowledge of Python. So I would start by walking through one of the tutorials:
Afterwards, you can install the
neulog
module in OpenSesame, simply by copying theneulog
folder to the OpenSesame folder. And then see if you can adapt some of the demo functionality that is listed inexperiment.py
(part ofpyneulog
) for your specific experiment. By the looks of it, it's a pretty straightforward module (but obviously I cannot test it).It's not all easy, but with some persistence you will get there!
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Sebastiaan, long time no speak... I had taken a break for a while and was going over what your last post, I was just curious- where would i put the neulog.py file in the opensesame folder?
Assuming that you're running the official OpenSesame distribution, you can simply drop this file into the OpenSesame program folder, and it will be automatically recognized as a module (i.e. it's in the Python path).
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!