jimstorch / miniboa

Automatically exported from code.google.com/p/miniboa
Apache License 2.0
1 stars 1 forks source link

Python 3.x compatabilty #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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