labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

Can only connect with backend='asyncore' #281

Closed egdeist closed 8 years ago

egdeist commented 8 years ago

Hi, I'm new to LabRAD and just trying to get set up for the first time. I have installed the LabRAD manager and explorer and installed pylabrad using pip install, but when I try to open a connection using labrad.connect() I get the error "Exception: Connection lost." It does work, however, if I use labrad.connect(backend = 'asyncore'). Any idea what the problem could be? Thanks much!

DanielSank commented 8 years ago

You say you installed the manager and explorer. Where did those come from? The sourceforge stuff is super old and no longer maintained. Please use the manager found here.

egdeist commented 8 years ago

aha! That made a difference. Thanks.

maffoo commented 8 years ago

Closing for now; @edowd, please reopen or create a new issue if you have other problems.