eliasweingaertner / peripage-A6-bluetooth

Directly printing on a Peripage A6 thermal printer via Bluetooth
MIT License
68 stars 11 forks source link

AttributeError: 'super' object has no attribute 'init', MacOS 12 #10

Open egor835 opened 1 year ago

egor835 commented 1 year ago

not working on MacOS, but all requirements installed. What am I doing wrong? Screenshot 2023-07-18 at 23 46 51

eliasweingaertner commented 1 year ago

Your're not making a mistake, however the problem you're facing is not related to this script. The root cause seems to be that installing Pybluez from the default branch fails.

Please make sure your're using Python 3 and not Python 2. Other than that, please check https://github.com/pybluez/pybluez

for more info on how to install it.