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

Python 3.x compatabilty #6

Closed
GoogleCodeExporter opened this issue Jan 19, 2016 · 4 comments
Closed

Python 3.x compatabilty #6

GoogleCodeExporter opened this issue Jan 19, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Attachments:

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

@shmup
Copy link
Owner

shmup commented Jan 20, 2016

This is fixed in 13e4a08

Backwards compatibility with Python 2 is now implemented, also: f405ae7

@shmup shmup closed this as completed Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants