kingang1986 / gmmreg

Automatically exported from code.google.com/p/gmmreg
GNU General Public License v3.0
1 stars 0 forks source link

import _extension #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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