Hi,

I've tried pretty much everything else, so I hope someone out there can help
me a bit on this one.

I did cx_Freeze on my program using a setup script like the one described in
http://www.blog.pythonlibrary.org/2010/08/12/a-cx_freeze-tutorial-build-a-binary-series/
and it created the build (great!)

I get this error on a computer that doesn't have python installed (or if I
remove python from the PATH), but it works fine when the path to python
setup. How do I force it to include this _lbfgsb??

Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py",
line 27
, in <module>
    exec code in m.__dict__
  File "RAW.py", line 33, in <module>
  File "C:\Users\Nielsen\workspace\RAW-99.8\src\RAWImage.py", line 32, in
<module>
    import SASImage
  File "C:\Users\Nielsen\workspace\RAW-99.8\src\SASImage.py", line 8, in
<module>
    from scipy import optimize
  File "C:\Python27\lib\site-packages\scipy\optimize\__init__.py", line 11,
in <module>
    from lbfgsb import fmin_l_bfgs_b
  File "C:\Python27\lib\site-packages\scipy\optimize\lbfgsb.py", line 28, in
<module>
    import _lbfgsb
  File "ExtensionLoader_scipy_optimize__lbfgsb.py", line 12, in <module>
ImportError: DLL load failed: The specified module could not be found.
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to