Do you need me to provide some other information?
On Wed, May 12, 2010 at 5:08 AM, Giovanni Bajo <[email protected]> wrote: > On Tue, 2010-05-11 at 14:31 -0700, leon_sit wrote: >> I have a set of python code that make heavy use of numpy/scipy >> >> I followed the doc to configure, makespec, and build the .exe and get >> >> >> File "C:\temp\py26win\iu.py", line 436, in importHook >> mod = _self_doimport(nm, ctx, fqname) >> File "C:\temp\py26win\iu.py", line 521, in doimport >> exec co in mod.__dict__ >> File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection >> \outPYZ1.pyz/mergeTS", line 2, in <module> >> File "C:\temp\py26win\iu.py", line 477, in importHook >> mod = self.doimport(nm, ctx, ctx+'.'+nm) >> File "C:\temp\py26win\iu.py", line 521, in doimport >> exec co in mod.__dict__ >> File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection >> \outPYZ1.pyz/scipy.interpolate", line 15, in <module> >> File "C:\temp\py26win\iu.py", line 436, in importHook >> mod = _self_doimport(nm, ctx, fqname) >> File "C:\temp\py26win\iu.py", line 521, in doimport >> exec co in mod.__dict__ >> File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection >> \outPYZ1.pyz/scipy.interpolate.polyint", line 2, in <module> >> ImportError: cannot import name factorial >> >> Any thought? > > This is ticket #83: > http://www.pyinstaller.org/ticket/83 > > I'm attempting a fix in these days. Not easy, but doable. > > -- > Giovanni Bajo :: [email protected] > Develer S.r.l. :: http://www.develer.com > > My Blog: http://giovanni.bajo.it > Last post: Grey on black: combining greylisting with blacklists > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
