[00:02] E3D3, not really supported here, you might try their forums. === bladernr_ is now known as bladernr_afk === Axlin_ is now known as Axlin === IAmNotThatGuy is now known as M0hi [11:01] Hello. [12:04] Sup all, i am trying to duel boot linux with Win 7 but before the gui starts it locks up and i can see where it says "unable to Mount Image" i am not really new to linux just new to the whole win 7 thing so not sure what is happening [12:36] I am running ubuntu 11.10 and can't seem to find "udevinfo" command. Where did it go? [12:40] use udevadm [12:40] mcarrier, ^^ [12:40] I did, command not found. [12:41] you have to give it parrameters [12:41] eg udevadm info -q all -n /dev/sda1 [12:42] Still no good. FIle not found. [12:42] Got it [12:42] forgot the "sudo" [12:43] :) [12:43] Can't tell you how many times I forget the "sudo". :-( [12:44] Dont forget you can type sudo !! when you forget the sudo to save you having to type the rest of the command again [12:46] Yes, I am well versed in the "!!" as I often forget the sudo. [12:46] Thanks for the help [12:46] :) [12:46] no problem === duanedes1gn is now known as duanedesign === yofel_ is now known as yofel === bladernr_afk is now known as bladernr_ === bladernr_ is now known as bladernr_afk === bladernr_afk is now known as bladernr_ === bladernr_ is now known as bladernr_afk === bladernr_afk is now known as bladernr_ === IAmNotThatGuy is now known as M0hi === bladernr_ is now known as bladernr_afk [19:33] I'm trying to install the python-based program Miramath, but get an error: "AttributeError: 'module' object has no attribute 'QwtPolarPlot'" Any ideas? [19:37] looks like a dependency error anjar_95 === bladernr_afk is now known as bladernr_ [19:37] anjar_95, are you installing from apt-get/software center or from somewhere else? [19:37] from source [19:38] http://sourceforge.net/projects/miramath/files/Release%20Tarballs/ [19:38] okay, that makes sense. well then. i see that nothingspecial is right there [19:40] anjar_95, have you seen this http://miramath.newfrontierscompsoln.com/index.php?option=com_content&view=article&id=50&Itemid=18 [19:40] That doesn't work. [19:40] I think. [19:41] Well. I know nothing of miramath itself but you need to make sure you have everything it requires to run installed [19:42] I wonders if theres a updated ppa for it anywhere [19:44] There is a list of dependencies in the README file, have you installed them anjar_95 [19:45] At least I've tried [19:45] PyQt http://www.riverbankcomputing.co.uk [19:45] PyQwt and PyQwt3D http://pyqwt.sourceforge.net/ [19:45] Ply http://www.dabeaz.com/ply/ [19:45] SymPy http://code.google.com/p/sympy/ [19:45] SciPy http://www.scipy.org [19:46] Is there any easy way to check if they've been properly installed? [19:46] How did you install them? [19:46] python setup.py [19:47] Seems like either PyQt or PyQwt is not installed, but I'm guessing [19:49] It says in the documentation "To install the program in your linux system, simply download the tarball containing the self extracting executable file as well as various bits and pieces it needs to run." [19:49] So you need to install the bits and pieces [19:50] I would suggest python-qt4-dev but I don't really know [20:07] Do you know what this means? [20:07] Determining the layout of your Qt installation... [20:07] /usr/bin/qmake -o qtdirs.mk qtdirs.pro [20:07] make -f qtdirs.mk [20:07] g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o qtdirs.o qtdirs.cpp [20:07] qtdirs.cpp:1:28: fatal error: QCoreApplication: Ingen slik fil eller filkatalog [20:07] compilation terminated. [20:07] make: *** [qtdirs.o] Error 1 [20:07] Error: Failed to determine the layout of your Qt installation. Try again using [20:07] the --verbose flag to see more detail about the problem. [20:09] It means that there is something missing in your system that allows miramath to install [20:09] s/install/compile/ [20:10] * nothingspecial has to go [20:10] cya