-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Commit 0039d8f introduced usage of the fcntl module to address #14, however the fcntl module doesn't exist on Windows so the tftpy module at version 0.8.6 won't load at all on Windows.
>>> import tftpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\dev\extern\venv\lib\site-packages\tftpy\__init__.py", line 13, in <module>
from .TftpServer import TftpServer
File "C:\dev\extern\venv\lib\site-packages\tftpy\TftpServer.py", line 16, in <module>
from .TftpContexts import TftpContextServer
File "C:\dev\extern\venv\lib\site-packages\tftpy\TftpContexts.py", line 18, in <module>
import fcntl
ModuleNotFoundError: No module named 'fcntl'
istvans, howeaj and jiuyuan-light
Metadata
Metadata
Assignees
Labels
No labels