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

Problems installing in Python 3.0 #16

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Problems installing in Python 3.0 #16

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to install by running command line:-

C:\pyminuit>python setup.py install build -c mingw32 --with-
minuit=/location/of/Minuit-1_7_9


What is the expected output? What do you see instead?

I expect to be able to install.

Instead, I initially get a crash from the print prompts due to the new 
function form in Python 3.0. However after I fix this in setup.py I get 
another error "NameError: global name 'cmp' is not defined.

What version of the product are you using? On what operating system?

pyminuit-1.1.2, windows vista, Python 3.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2010 at 4:16

@GoogleCodeExporter
Copy link
Author

Fixed in revision r93, though I didn't check on a Windows machine.

Original comment by [email protected] on 13 Aug 2011 at 10:11

  • Changed state: Fixed

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

1 participant