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

import _extension #4

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments
Open

import _extension #4

GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. python setup.py build
2. python setup.py install --skip-build
3. gmmreg.test('fish_partial.ini')

What is the expected output? What do you see instead?
NameError: global name 'gauss_transform' is not defined
(gmmreg has no module _extension)

What version of the product are you using? On what operating system?
Latest ver. OS: Debian GNU/Linux 7 (wheezy)

Please provide any additional information below.
In revision r145, line 17 of Python/_core.py (from _extension import *) was 
commented out. Perhaps you were testing something locally? Fix: Un-comment this 
line.

Original issue reported on code.google.com by JasonTa...@gmail.com on 30 Oct 2014 at 3:47

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