This is the first thing that came to my mind, but I have to dissapoint you. It's not root cause, because I played a lot with order of folders on PATH and it didn't helped. I used Dependency Walker, but it also didn't helped me a lot. At least, things are more complicated than this suggestion. Currently I so angry and tired with all this gnu->windows porting shit, that I have absolutely no interest to investigate it. I just hate it.
On Tue, Nov 19, 2013 at 4:38 AM, Balint Seeber <[email protected]>wrote: > Hi Artem, > > I saw this myself a while back when experimenting with Qt (outside of GNU > Radio). > > The cause, for me, was that I had two versions of Qt installed - one came > with the PyQt installer, and the other was silently installed by another > software package I was using. The problem was that the other application's > folder was in my PATH environment variable, and so whenever Python/PyQt > would try to open the Qt DLLs that came with PyQt, it would actually open > the DLLs from the other application (found in PATH). > > You might consider checking whether this is also the case for you? > > You can also use a great utility called Dependency > Walker<http://www.dependencywalker.com/>to look at which specific DLLs will > be opened by the Windows program loader > when running an EXE (or loading another DLL). > > Kind regards, > Balint > > > On Mon, Nov 18, 2013 at 10:15 AM, Ben Hilburn <[email protected]> wrote: > >> Thanks for the feedback, Artem! >> >> We'll take a look at it today. >> >> Cheers, >> Ben >> >> >> On Sat, Nov 16, 2013 at 2:47 AM, Artem Pisarenko <[email protected]>wrote: >> >>> Current guide >>> (http://code.ettus.com/redmine/ettus/projects/uhd/wiki/GNURadio_Windows) >>> missed one important note, which is non-trivial and cause such >>> unexperienced >>> users as me to waste a lot of time and nerves fighting obscure DLL >>> ImportError failures ! >>> On PyQT dependency should be noted, that *you should UNCHECK extra >>> options >>> (such as "Qt runtime") during PyQT install*. >>> >>> To help other users on the web experiencing this problem find this: >>> >>> > windows gnuradio python py2.7 PyQt4 PyQwt qtgui 'QT GUI' >>> >>> >>> > from gnuradio import qtgui >>> > ... >>> > _qtgui_swig = swig_import_helper() >>> > ... >>> > _mod = imp.load_module('_qtgui_swig', fp, pathname, description) >>> > ImportError: DLL load failed: >>> > <OS user language error string> >>> > (ImportError: DLL load failed: The specified procedure could not be >>> > found.) >>> > (ImportError: DLL load failed: ═х эрщфхэр єърчрээр яЁюЎхфєЁр.) >>> >>> >>> >>> >>> >>> -- >>> View this message in context: >>> http://gnuradio.4.n7.nabble.com/Windows-install-guide-from-Ettus-Research-missing-important-note-tp44754.html >>> Sent from the GnuRadio mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> [email protected] >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >> >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >> >
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
