Re: from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found.

2016-02-09 Thread Mike S via Python-list
-series-forecasting-codes-python/ [snip bulk of code and traceback] 154 --> 155 from scipy.linalg import _fblas 156 try: 157 from scipy.linalg import _cblas ImportError: DLL load failed: The specified module could not be found. Do I read this correctly to mean that the very l

Re: from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found.

2016-02-09 Thread Mark Lawrence
of code and traceback] 154 --> 155 from scipy.linalg import _fblas 156 try: 157 from scipy.linalg import _cblas ImportError: DLL load failed: The specified module could not be found. Do I read this correctly to mean that the very last import statement is the one having

from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found.

2016-02-08 Thread Mike S via Python-list
packages\scipy\linalg\blas.py in () 153 import numpy as _np 154 --> 155 from scipy.linalg import _fblas 156 try: 157 from scipy.linalg import _cblas ImportError: DLL load failed: The specified module could not be found. Do I read this correctly to mean that the very last impo

Windows - Embedded Python in C++: ImportError: DLL load failed. Python expert advice needed.

2016-01-27 Thread ftpronk
s expected. But when on the embed side I do: PyRun_SimpleString("import PySide.QtCore"); I get the following error: Traceback (most recent call last): File "", line 2, in ImportError: DLL load failed: The specified procedure could not be found. When I import: PyR

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-26 Thread Nagy László Zsolt
Python 3.4 does not run any bdist_wininst postinstall scripts. Try to run `C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py -install` manually from an elevated command prompt. Much better when ran as an administrator: C:\Python\Projects\test>C:\Python34\python.exe C:\Python

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found [SOLVED]

2014-05-26 Thread Nagy László Zsolt
Python 3.4 does not run any bdist_wininst postinstall scripts. Try to run `C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py -install` manually from an elevated command prompt. Christoph C:\>C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py -install Copied py

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-26 Thread cjgohlke
=C:\Python34\;C:\Python34\Scripts;C:\Program Files (x86)\NVIDIA > > > Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program > > > Files\SlikSvn\bin;C:\texlive\2013\bin\win32;c:\Python34\DLLs;c:\Python27\DLLs &

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-26 Thread Tim Golden
on 3.4: "import win32service" still throws ImportError: DLL load failed. Python 2.7: "import win32service" succeeds Build information: Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32 It is the official latest. pywin32 is also the

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-26 Thread Nagy László Zsolt
\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SlikSvn\bin;C:\texlive\2013\bin\win32;c:\Python34\DLLs;c:\Python27\DLLs I have both Python27 and Python34 installed. Python 3.4: "import win32service" stil

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-26 Thread Albert-Jan Roskam
Original Message - > From: Terry Reedy > To: python-list@python.org > Cc: > Sent: Sunday, May 25, 2014 11:49 PM > Subject: Re: win32serviceutil: ImportError: DLL load failed: The specified > module could not be found > > On 5/25/2014 1:40 PM, Nagy László Zsol

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-25 Thread Nagy László Zsolt
2014.05.25. 23:49 keltezéssel, Terry Reedy írta: On 5/25/2014 1:40 PM, Nagy László Zsolt wrote: >>> import win32service Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed: The specified module could not be found I have no problem load

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-25 Thread Terry Reedy
On 5/25/2014 1:40 PM, Nagy László Zsolt wrote: >>> import win32service Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed: The specified module could not be found I have no problem loading the same module with Python 2.7. S

win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-25 Thread Nagy László Zsolt
>>> import win32service Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed: The specified module could not be found I have no problem loading the same module with Python 2.7. Strange thing is that win32serviceutil.py is part of the pywin32

Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-25 Thread Chris Angelico
On Tue, Nov 26, 2013 at 7:22 AM, Ruben van den Berg wrote: > I haven't the slightest clue why version 11 just - wouldn't - run but due to > backward compatibility it seems a stressful weekend got a happy ending anyway. Doesn't make particular sense to me either, but I don't know anything about O

Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-25 Thread Ruben van den Berg
> > On Sun, 11/24/13, MRAB wrote: > > > > Subject: Re: cx_Oracle throws: ImportError: DLL load failed: This > application has failed to start ... > > To: python-list@python.org > > Date: Sunday, November 24, 2013, 7:17 PM > > > > On 24/11/201

Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-25 Thread Albert-Jan Roskam
On Sun, 11/24/13, MRAB wrote: Subject: Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ... To: python-list@python.org Date: Sunday, November 24, 2013, 7:17 PM On 24/11/2013 17:12, Ruben van den Berg

Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-24 Thread MRAB
On 24/11/2013 17:12, Ruben van den Berg wrote: I'm on Windows XP SP3, Python 2.7.1. On running import cx_Oracle I got the error ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix

Re: cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-24 Thread Chris Angelico
On Mon, Nov 25, 2013 at 4:12 AM, Ruben van den Berg wrote: > ImportError: DLL load failed: This application has failed to start because > the application configuration is incorrect. Reinstalling the application may > fix this problem. > > I then ran Dependency Walker on cx_Oracle

cx_Oracle throws: ImportError: DLL load failed: This application has failed to start ...

2013-11-24 Thread Ruben van den Berg
I'm on Windows XP SP3, Python 2.7.1. On running import cx_Oracle I got the error ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. I then ran Dependency Walk

from PyQt4 import QtWebKit ImportError: DLL load failed

2012-01-18 Thread goldtech
"license()" for more information. >>> from PyQt4 import QtWebKit Traceback (most recent call last): File "", line 1, in from PyQt4 import QtWebKit ImportError: DLL load failed: The specified procedure could not be found. >>> This is a common problem when I g

Re: Python 3.1 cx_Oracle 5.0.2 "ImportError: DLL load failed: The specified module could not be found."

2011-01-24 Thread thompjs
I'm having similar issue but everything seems to be installed in correct places. Loaded "CX_ORACLE.PYD" at address 0x6BD8. Successfully hooked module. Loaded "OCI.DLL" at address 0x1000. Successfully hooked module. Unloaded "CX_ORACLE.PYD" at address 0x6BD8. Unloaded "OCI.DLL" at ad

Re: ImportError: DLL load failed: The specified module could notbe found, SWIG, life, etc

2010-07-05 Thread Bill Davy
"Thomas Jollans" wrote in message news:mailman.265.1278342154.1673.python-l...@python.org... > On 07/05/2010 04:35 PM, Bill Davy wrote: >> I am struggling :-( > > smile! > >> >> I have used SWIG to build a module called SHIP. So I have a directory >> containing SHIP.py and _SHIP.pyd, as follows:

Re: ImportError: DLL load failed: The specified module could not be found, SWIG, life, etc

2010-07-05 Thread Thomas Jollans
On 07/05/2010 04:35 PM, Bill Davy wrote: > I am struggling :-( smile! > > I have used SWIG to build a module called SHIP. So I have a directory > containing SHIP.py and _SHIP.pyd, as follows: > > [ ...] > > Python appears to find H:\Viper\HostPC\V1\SHIP\Release\_SHIP.pyd but for > some reas

ImportError: DLL load failed: The specified module could not be found, SWIG, life, etc

2010-07-05 Thread Bill Davy
HIP\Release\_SHIP.pyd # clear[2] __name__ # clear[2] __file__ Traceback (most recent call last): File "Test1.py", line 15, in import SHIP File "H:\Viper\HostPC\V1\SHIP\Release\SHIP.py", line 7, in import _SHIP ImportError: DLL load failed: The specified modul

Re: Python 3.1 cx_Oracle 5.0.2 "ImportError: DLL load failed: The specified module could not be found."

2009-11-25 Thread André
On Nov 19, 6:57 pm, Neil Hodgson wrote: > André: > > > Apparently the error is caused by cx_Oracle not being able to find the > > Oracle client DLLs (oci.dll and others). The client home path and the > > client home path bin directory are in the PATH System Variable and > > oci.dll is there. > >  

Re: Python 3.1 cx_Oracle 5.0.2 "ImportError: DLL load failed: The specified module could not be found."

2009-11-20 Thread Neil Hodgson
André: > Apparently the error is caused by cx_Oracle not being able to find the > Oracle client DLLs (oci.dll and others). The client home path and the > client home path bin directory are in the PATH System Variable and > oci.dll is there. Open the cx_Oracle extension with Dependency Walker (

Python 3.1 cx_Oracle 5.0.2 "ImportError: DLL load failed: The specified module could not be found."

2009-11-19 Thread André
olved import and when I run the application I get the following error to console: Traceback (most recent call last): File "FILEPATHHERE", line 1, in import cx_Oracle ImportError: DLL load failed: The specified module could not be found. Apparently the error is caused by cx_Oracle no

Re: pythoncom -- ImportError: DLL load failed - Solved, sort of.

2009-04-24 Thread Mark Hammond
Richard Whidden wrote: I installed a clean copy of Python 2.5, pywin32 and PyGreSQL and it works. I'll have to figure out what broke with my 2.6 install. Make sure you have 2.6.2 Mark -- http://mail.python.org/mailman/listinfo/python-list

Re: pythoncom -- ImportError: DLL load failed - Solved, sort of.

2009-04-24 Thread Richard Whidden
ile "C:\Python26\lib\site-packages\win32com\server\policy.py", line 727, > in call_func >return resolve_func(spec)(*args) > File "C:\Python26\lib\site-packages\win32com\server\policy.py", line 716, > in resolve_func >module = _import_module(mname) > Fi

Re: pythoncom -- ImportError: DLL load failed - Update

2009-04-24 Thread Richard Whidden
= _import_module(mname) > File "C:\Python26\lib\site-packages\win32com\server\policy.py", line 735, > in _import_module >__import__(mname) > File "C:\devel\blip\foo.py", line 4, in >class PythonUtilities: > File "C:\devel\blip\foo

pythoncom -- ImportError: DLL load failed

2009-04-24 Thread Richard Whidden
thonUtilities import pgdb File "C:\Python26\Lib\site-packages\pgdb.py", line 66, in from _pg import * ImportError: DLL load failed: The specified module could not be found. pythoncom error: Unexpected gateway error Traceback (most recent call last): File "C:\Python26\li

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-24 Thread Chris Cormie
My reading of the Python 2.6.1 version of dynload_win.c tells me that: 1. It uses LoadLibraryEx() to attempt to load the pyd given its full pathname 2. If that fails, it gets the Windows error code using GetLastError() 3. It gets the Windows message text using FormatMessage() 4. It assembles

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread John Machin
of > Python 2.6, Python links against the new msvcr90.dll C Runtime. MinGW > maintains a set of .a files for system DLLs including the C Runtime. > When building pycURL naturally I want to link against libmsvcr90.a so > Python 2.6 and pycURL are using the same C Runtime. Problem was, Mi

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Chris Cormie
L with the faulty libmsvcr90.a causes the opaque error message: "ImportError: DLL load failed" I think Gabriel's got the part of the answer: she said "it isn't Python who's trying to load the symbol - the *only* symbol that Python attempts to import itself is "i

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Chris Cormie
John Machin wrote: On Feb 23, 11:41 pm, Chris Cormie wrote: If that not-very-technical description [all I've ever needed] doesn't help, you'll need to read the DW help file (HTFF1K) or wait till someone who knows what they are doing comes along :-) LOL, I am that person :p It wasn't apparent

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Chris Cormie
C Rutime. Problem was, MinGW's .a was wrong: it exports symbols that msvcr90.dll does not in fact possess. Building pycURL with the faulty libmsvcr90.a causes the opaque error message: "ImportError: DLL load failed" Now I expected this meant an explict LoadLibrary() GetProcAddres

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Chris Cormie
Mark Hammond wrote: On 23/02/2009 11:41 PM, Chris Cormie wrote: If that not-very-technical description [all I've ever needed] doesn't help, you'll need to read the DW help file (HTFF1K) or wait till someone who knows what they are doing comes along :-) LOL, I am that person :p LOL sounds r

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Mark Hammond
On 23/02/2009 11:41 PM, Chris Cormie wrote: If that not-very-technical description [all I've ever needed] doesn't help, you'll need to read the DW help file (HTFF1K) or wait till someone who knows what they are doing comes along :-) LOL, I am that person :p LOL sounds right! How do you ge

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Gabriel Genellina
En Mon, 23 Feb 2009 10:41:20 -0200, Chris Cormie escribió: If that not-very-technical description [all I've ever needed] doesn't help, you'll need to read the DW help file (HTFF1K) or wait till someone who knows what they are doing comes along :-) LOL, I am that person :p Your technique wor

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread John Machin
On Feb 23, 11:41 pm, Chris Cormie wrote: > > If that not-very-technical description [all I've ever needed] doesn't > > help, you'll need to read the DW help file (HTFF1K) or wait till > > someone who knows what they are doing comes along :-) > > LOL, I am that person :p It wasn't apparent, and st

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-23 Thread Chris Cormie
If that not-very-technical description [all I've ever needed] doesn't help, you'll need to read the DW help file (HTFF1K) or wait till someone who knows what they are doing comes along :-) LOL, I am that person :p Your technique works well and it does provide the information and it is a (roun

Re: How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-22 Thread John Machin
roblem are greeted with: > > import > "ImportError: DLL load failed: The specified procedure could not be found." > > That's it: no mention of which dll nor which symbol is causing the > problem. Both these pieces of information are helpful/important in > resol

How does one get from "ImportError: DLL load failed:..." to a culprit .dll and symbol?

2009-02-22 Thread Chris Cormie
Hi, I've been Googling around on a moderately common Windows Python problem: a mismatch between the symbols a python extension thinks are available and the contents of the associated DLL. Python users running into this problem are greeted with: import "ImportError: DLL load f

Re: ImportError: DLL load failed

2008-06-27 Thread Andrew MacIntyre
from python I copied the pyd file and the rest of the output dir to c:\python25\dlls C:\Program Files\boost\boost_1_35_0\libs\python\example\tutorial>python hello.py Traceback (most recent call last): File "hello.py", line 6, in import hello_ext ImportError: DLL load failed

ImportError: DLL load failed

2008-06-27 Thread Tony May
d the pyd file and the rest of the output dir to c:\python25\dlls C:\Program Files\boost\boost_1_35_0\libs\python\example\tutorial>python hello.py Traceback (most recent call last): File "hello.py", line 6, in import hello_ext ImportError: DLL load failed: This application h