-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Error #5
Comments
Interesting ... python can find the |
I have lifxlan, lifx, lifx-python and lazylights (all from github I believe) Do you think it's due to lifx? I got that from here: https://github.com/pHaeusler/lifx |
Same issue, different module. It installed fine using python setup.py install. When I try to run one of examples scripts, I get this:
If I print the sys.path, it looks like this:
|
The discovery example works if I open the python console and paste the script in, but it won't run if I run the script from a file. This has me confused. |
I was able to get around this using virtual environments for windows. See this page for instructions on how to set one up. |
Although I was able to run this easily on my Mac, I couldn't get it to work on Windows. At first, I got an error about no module named 'bitstruct' but I got around that with
pip install bitstruct
. Now I get this error:Any ideas what might be going wrong? This is on a Windows 7 machine:
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32
Incidentally, the test script looks like this:
The text was updated successfully, but these errors were encountered: