You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Attempt to run miniboa with Python 3.x
2.
3.
What is the expected output? What do you see instead? The system is expected to
start. I get invalid syntax errors.
What version of the product are you using? On what operating system?
Miniboa r42, Python 3.1, Windows 7
Please provide any additional information below.
Python 3.1 requires that all print statements are enclosed in parenthesis.
Original issue reported on code.google.com by spacedo...@gmail.com on 9 Aug 2010 at 1:41
The text was updated successfully, but these errors were encountered:
I had once the same problem (with python 3.2).
Then I opened the source code for every error message I got.
I have changed the code to be runnable on python 3!
Attatched a tarball.
Original comment by bea...@gmx.at on 21 Aug 2011 at 8:23
The above file doesn't fix all the issues. Python 3 introduced more than new
print and exception formats.
I've created a working Python3 fork of this project at
http://code.google.com/p/miniboa-py3/
Original comment by pr0ps...@gmail.com on 18 Jul 2012 at 7:30
Original issue reported on code.google.com by
spacedo...@gmail.com
on 9 Aug 2010 at 1:41The text was updated successfully, but these errors were encountered: