discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Windows install guide from Ettus Research: missing im


From: Artem Pisarenko
Subject: [Discuss-gnuradio] Windows install guide from Ettus Research: missing important note
Date: Sat, 16 Nov 2013 02:47:51 -0800 (PST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]