Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coova-chilli with Python 3 #552

Open
rexy74 opened this issue Jul 24, 2022 · 0 comments
Open

coova-chilli with Python 3 #552

rexy74 opened this issue Jul 24, 2022 · 0 comments

Comments

@rexy74
Copy link

rexy74 commented Jul 24, 2022

Hi,
To make coova work properly with python 3, we have slightly modified "conf/CoovaChilliLib.py.in" like that :

1c1
< #!/usr/bin/python

#!/usr/bin/python3
151c151
< print "Storing configuration changes"
print ("Storing configuration changes")
184c184
< print line
print (line)
225c225
< print 'Releasing '+self.selectedMac
print ('Releasing '+self.selectedMac)
231c231
< print 'Blocking access from '+self.selectedMac
print ('Blocking access from '+self.selectedMac)
238c238
< print 'Authorizing '+self.selectedSessionId
print ('Authorizing '+self.selectedSessionId)
308c308
< print 'change to '+section
print ('change to '+section)
332c332
< print action
print (action)
340c340
< print 'Selected: '+mac
print ('Selected: '+mac)
345c345
< print action
print (action)
502c502
< print 'hello'
print ('hello')

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

No branches or pull requests

1 participant