isolver / ioHub

A Python program, running as an independent process, that provides a 'proxy like' service for experiment runtimes ( psychopy ) and devices ( keyboard, mouse, parallel port, eye tracker, ... ).
19 stars 14 forks source link

setup.py sdist creates source package installer that fails on windows #71

Closed isolver closed 11 years ago

isolver commented 11 years ago

may fail on any OS for that matter.

Running python setup.py sdist creates the .zip with contents that I think are correct and no errors are given.

However running easy_install ioHub.0.7.zip causes the install process to silently die on windows, with no iohub package being put in site-packages.

isolver commented 11 years ago

no longer needed with merge