dnaextrim / python_zklib

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370
GNU General Public License v2.0
78 stars 122 forks source link

Getting error when use in python 3 #18

Closed KaranGajjar closed 6 years ago

KaranGajjar commented 6 years ago

Hello., i am getting error when i use this lib in python3. It will raise error like no module name zconnect when i use from zklib import zklib.

shubhamoy commented 6 years ago

This library was written with Python 2 in mind. So if you wish to use it with Python 3 and you'd need to add the syntactic changes to the codebase.