-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
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
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
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
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
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
=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
&
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
\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
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
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
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
>>> 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
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
>
> 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
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
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
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
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
"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
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
"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:
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
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
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.
>
>
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
(
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
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
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
= _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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
45 matches
Mail list logo