Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

ImportError on Windows #23

Closed
gbtami opened this issue Apr 13, 2017 · 2 comments
Closed

ImportError on Windows #23

gbtami opened this issue Apr 13, 2017 · 2 comments

Comments

@gbtami
Copy link

gbtami commented Apr 13, 2017

C:\gbulb>python
Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 19:28:18) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import gbulb
Traceback (most recent call last):
File "", line 1, in
File "C:\gbulb\gbulb_init_.py", line 1, in
from .glib_events import *
File "C:\gbulb\gbulb\glib_events.py", line 21, in
import fcntl
ImportError: No module named 'fcntl'

@nhoad
Copy link
Collaborator

nhoad commented Apr 14, 2017

Whoops, I forgot about that! I've pushed a fix for this now. A heads up though, interacting with standard IO of subprocesses doesn't look like it works quite right in Windows yet, so you might want to avoid that for the time being.

@nhoad nhoad closed this as completed Apr 14, 2017
@gbtami
Copy link
Author

gbtami commented Apr 15, 2017

Thx! Just in case I filed this problem in issue #24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants