-
Notifications
You must be signed in to change notification settings - Fork 14
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
TabError #13
Comments
Using SCons 3 means using Python 3, which is pickier about mixed tab and space indenting and using the print() function instead of the print statement. Also relative imports have changed. Fix this by indenting with spaces only and using the print() function (using "from __future__ import print_function"). Additionally, fix relative imports. Fixes issue stefanhepp#13.
@reedjosh https://github.com/neingeist/pplatex master has the fix |
Thank you neingeist for the fix. Works for me. I would be happy to see your fix being pulled. To the readers trying to build this project without using the fork: |
Hello @schaetzc . I was trying to install
I'm sorry if my questions are a bit dumb, but I am not that confident about my understanding of the installation process. |
@Aster89 I think it would be better to discuss this in AUR as this project. Anyways, here are your answers:
|
When you write I think it would be better to discuss this in AUR as this project are you saying I should comment at the page of the first link in my previous message? However thank you for your explanation! :) However for some reason I get the same error after changing the |
Yes.
Oops. You probably have to change |
Thanks for all your comments - I finally merged neingeist's pull request, so the tab problem with Python3 should be fixed. |
The file /src/pplatex/site_scons/envhelper.py is auto generated and it appears to use an inconsistent tab/spacing scheme. As such, I can't build the package.
Of course it's quite likely I'm just missing something. Please let me know.
Thanks!
The text was updated successfully, but these errors were encountered: