mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
408 stars 75 forks source link

Creating codes from numeric values does not work #15

Closed heuer closed 9 years ago

heuer commented 9 years ago
>>> import pyqrcode
>>> code = pyqrcode.create(666)

Results into

length_string = self.binary_string(len(self.data), data_length)

TypeError: object of type 'int' has no len()

heuer commented 9 years ago

Fixed in 1.1