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

setup.py not working, missing characters. #68

Closed
Taitenator opened this issue Aug 30, 2015 · 5 comments
Closed

setup.py not working, missing characters. #68

Taitenator opened this issue Aug 30, 2015 · 5 comments

Comments

@Taitenator
Copy link

I was trying to install the module, as I plan to do some work with MIDI files and it seemed useful, but I couldn't get setup.py to install. For some reason, in the version I downloaded at least, the brackets around the print statement on line 65 were missing, and so it wouldn't work. When I added them back in, it worked fine.

@vishnubob
Copy link
Owner

Without more information, such as the version you are working with, a backtrace and possibly a pull request, there's not much I can help you with.

@Taitenator
Copy link
Author

I'd assume it's the latest version, as I only downloaded the zip today. I managed to fix the problem by adding the Brackets as mentioned above, I just thought I'd point it out so you were aware.

@vishnubob
Copy link
Owner

I can not replicate any problem with the current source code. More over, the current line 65 has no brackets to speak of. If there is a bug, I would love to fix it, but I can't without more information.

@Taitenator
Copy link
Author

The lack of bracket is the problem. When I ran the installation it gave me
an error message telling me it expected there to be brackets due to the
print statement. When I added brackets, it worked, if they aren't there it
doesn't.

On Sun, Aug 30, 2015 at 9:50 PM, Giles Hall notifications@github.com
wrote:

I can not replicate any problem with the current source code. More over,
the current line 65
https://github.com/vishnubob/python-midi/blob/master/setup.py#L65 has
no brackets to speak of. If there is a bug, I would love to fix it, but I
can't without more information.


Reply to this email directly or view it on GitHub
#68 (comment)
.

@vishnubob
Copy link
Owner

can not replicate due to lack of information, closing issue.

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