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 issue #25

Closed
jacobwilliams opened this issue Feb 5, 2015 · 2 comments
Closed

Python 3 issue #25

jacobwilliams opened this issue Feb 5, 2015 · 2 comments

Comments

@jacobwilliams
Copy link

There seems to be an issue when using FoBiS with Python 3.4.2.

Traceback (most recent call last):
  File "./FoBiS.py", line 1129, in <module>
    __builder__.build(file_to_build=pfile,output=__cliargs__.output,nomodlibs=__nomodlibs__,mklib=__cliargs__.mklib)
  File "./FoBiS.py", line 399, in build
    print(self.colors.red+result[1]+self.colors.end)
TypeError: Can't convert 'bytes' object to str implicitly

I get this when using the -libs flag with a library that doesn't exist.

@szaghi
Copy link
Owner

szaghi commented Feb 5, 2015

You are right. I have not yet tested with python 3.x... I will try to
support this later, after the PyPi publishing. See you soon.
Il 05/feb/2015 01:51 "Jacob Williams" notifications@github.com ha scritto:

There seems to be an issue when using FoBiS with Python 3.4.2.

Traceback (most recent call last):
File "./FoBiS.py", line 1129, in
builder.build(file_to_build=pfile,output=cliargs.output,nomodlibs=nomodlibs,mklib=cliargs.mklib)
File "./FoBiS.py", line 399, in build
print(self.colors.red+result[1]+self.colors.end)TypeError: Can't convert 'bytes' object to str implicitly

I get this when using the -libs flag with a library that doesn't exist.


Reply to this email directly or view it on GitHub
#25.

@szaghi
Copy link
Owner

szaghi commented Feb 9, 2015

Hi Jacob,

the new version 1.2.8 (on both Github and PyPi) should support also Python 3.4.x.

Let me known if you have any problems. I close this for the moment, but I will reopen it as soon as bugs will be found.

See you soon.

@szaghi szaghi closed this as completed Feb 9, 2015
@szaghi szaghi removed the in progress label Feb 9, 2015
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

2 participants