Re: Delete unused MySQL indexes Programming Databases by Dani … my question. For example, when I currently run `select * from sys.schema_unused_indexes;` I get a list of indexes. Is that list… Re: Delete unused MySQL indexes Programming Databases by Dani … Percona, that says that I can simply do `select * from sys.schema_unused_indexes;` which does give me a list of indexes. However… Re: sys.path.append Programming Software Development by hughesadam_87 Sys is standard for most python distributions, so at the top of your code, just put the line: import sys and you'll have all the features therein. sys.argv ? Programming Software Development by Shift_ … code for a PyQt4 program: [CODE] import sys from PyQt4 import QtGui app = QtGui.QApplication(sys.argv) widget = QtGui.QWidget() widget.resize…(250, 150) widget.setWindowTitle('simple') widget.show() sys.exit(app.exec_()) [/CODE] Could someone please explain what… Re: sys.argv ? Programming Software Development by Gribouillis [icode]sys.argv[/icode] is the list of command line arguments that … is a example program [code=python] # myprog.py import sys print(sys.argv) [/code] And its execution in a shell [code=text… Sys.ArgumentTypeException Programming Web Development by Oxiegen … the javascript error "[I]Sys.ArgumentTypeException: Object of type 'Sys._Application' cannot be converted to type 'Sys._Application'. Parametername: instance.[/I]"… sys.executable Programming Software Development by fonzali hi , I have two different versions of python on my ubuntu machine : 2.7 and 3.4 . my question is how to tell sys.executable to use python 3.4 ? this is what I get when I run the code : `>>> import sys >>> print sys.executable /usr/bin/python which is python 2.7 but I want to use python 3.4 ` Re: sys.executable Programming Software Development by Gribouillis … other way round. If you're already running python 2, `sys.executable` is the path to the python 2.7 executable…. If you're already running python 3, `sys.executable` is the path to the python 3.4 executable… Sys.WebForms.PageRequestManagerServerErrorException Programming Web Development by kannabiran … webconfig Pages Tag but im still getting the following error. Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request… Sys.Webforms.PageRequestManagerServerErrorEexception from deploy machine Programming Web Development by soniajay … 2003 and IIS) it is throwing below error message: [B]Sys.Webforms.PageRequestManagerServerErrorEexception: An unknown error occurred while processing the request… Sys.WebForms.PageRequestManagerParserErrorException Programming Web Development by kiranbvsn …, can anyone help me how to handle/fix the exception, Sys.WebForms.PageRequestManagerParserErrorException sys.path.append Programming Software Development by felix001 Ive been looking at the sys.path.append('/../') command in order to import a python module to a given folder. The thing is doesnt python modules have to be installed from wither source or by the given package manager i.e rpm ?? Many Thanks, XP crashes on any dialup connection (wanarp.sys / tcpip.sys problem) Hardware and Software Microsoft Windows by yogo … culprits to these two files (most likely): wanarp.sys and tcpip.sys (wanarp.sys is the "MS Remote Access and Routing ARP… load completed but symbols could not be loaded for vsdatant.sys MODULE_NAME: wanarp FAULTING_MODULE: 804d7000 nt DEBUG_FLR_IMAGE_TIMESTAMP: 41107c89 EXCEPTION_CODE: (NTSTATUS) 0xc0000005… Please, help! BSOD because of tcpip.sys Hardware and Software Microsoft Windows by atagaew …FOLLOWUP_NAME: MachineOwner MODULE_NAME: tcpip IMAGE_NAME: tcpip.sys DEBUG_FLR_IMAGE_TIMESTAMP: 4b7d2c05 FAILURE_BUCKET_ID: X64_0xD1_tcpip+11550b BUCKET_ID:…FOLLOWUP_NAME: MachineOwner MODULE_NAME: tcpip IMAGE_NAME: tcpip.sys DEBUG_FLR_IMAGE_TIMESTAMP: 4b7d2c05 FAILURE_BUCKET_ID: X64_0xD1_tcpip+11550b BUCKET_ID:… How to append sys.stdin buffer as an element to a list? Programming Software Development by ryniek …() print "\n" break else: num_lst.append(inpt) sys.stdin.flush() for i in num_lst: if isinstance(i, int…and printed out, but here: [CODE] else: num_lst.append(sys.__stdin__) sys.stdin.flush() for i in num_lst: if isinstance(i, int… Spxu.sys , spji.sys // is this a rootkit ?? Hardware and Software Networking by mehmet25 …rootkits. I saw a strange thing : spji.sys. 1- This spji.sys changes its last two letters on every reboot… able to see it. So what is this spji.sys? Is this a normal service driver of microsoft ? …throughly and seem to be clean. Screenshot of spji.sys detection: [url]http://img.donanimhaber.com/upfiles/4122/… Re: himem.sys file causing windows not to load Hardware and Software Microsoft Windows by DMR … copy it from windows folder to the config.sys file.[/QUOTE] Um, I'm not sure …say there, but you can't copy himem.sys to config.sys. I'm sure you mean something else. … at the A:> prompt: copy himem.sys C:\winodows If you get a prompt saying …quot;To install a fresh copy of the himem.sys, you will require the Windows setup CD or… Possible buffering problem with sys.stdin, sys.stdout Programming Software Development by tdeck … python (3) code: [CODE] def askname(): sys.stdout.write("What is your name? ") x… = sys.stdin.readline() sys.stdout.write("Hello, "+x) [/CODE]…and greeting afterward. I tried this: [CODE] sys.stdin._line_buffering = False sys.stdout._line_buffering = False [/CODE] but to no… Re: himem.sys file causing windows not to load Hardware and Software Microsoft Windows by DMR …mode. Windows 9x automatically tries to load himem.sys if you are trying to start in safe … That is the only time Win9x requires himem.sys to be loaded, so the problem you're…not be present on your particular system. If config.sys does not exist, the "edit" …indeed open a new, blank file named config.sys. I'm pretty rusty on Win 9.x … Re: Spxu.sys , spji.sys // is this a rootkit ?? Hardware and Software Networking by mehmet25 **Topic Update** Now with some hard work, it has been determined that those spji.sys (unsigned) kernel-mode drivers are extensions of sptd.sys (scsi pass through) driver. So is it secure ? Re: How to append sys.stdin buffer as an element to a list? Programming Software Development by ryniek … [B]raw_input()[/B] but i'd like to use [B]sys.stdin[/B], just don't know why this buffer isn… Re: How to append sys.stdin buffer as an element to a list? Programming Software Development by griswolf … in breaking the loop. Better if at line 11: inpt = sys.stdin.readline().strip() or line 13:if inpt.strip().lower… error in config.sys file in line 1 Hardware and Software Hardware by joshuu I have a windows 98 running in a compaq deskpro that now is saying that there is an unrecognised command in config.sys file and that there is an error in config.sys file in line 1.I have a rescue disk and I copied the himem.sys file to c:\windows and typed sys c: but still gives the same message.Any suggestions? Re: There is an error in your config.sys file on line 2. Hardware and Software Microsoft Windows by Logger …sure that the second line in the config.sys file addressed that the files were in the… root i. e. DEVICE=C:\VIDE-CDD.SYS. I then rebooted (no errors this time) …Logger [QUOTE=Thong_Ispector]It looks like your config.sys is looking for cdrom drivers on the floppy …file or the ability to edit the config.sys then... Here is a file with what … Re: Config.sys issue for XP Hardware and Software Microsoft Windows by Nick Evan … slave in another computer. Then open [root dir slave]:\config.sys with notepad and post it's contens here. If config…: Be sure to open the right config.sys[/B] (not c:\config.sys but the config.sys from your slave) Or: Download knoppix…and exit Restart Wait for knoppix to load Open config.sys with kwrite and post it's contens here. regards Niek Problem with sys.path.append Programming Software Development by bdesc100 … fix an error importing numpy. If I do: [CODE]import sys sys.path.append('/Library/Frameworks/Python.framework/Versions/2.6/lib…/python2.6/site-packages') print sys.path[/CODE] then path that I just added shows up… Re: Problem with sys.path.append Programming Software Development by bdesc100 … to the beginning of your program code ... [code=python]import sys sys.path.append('/Library/Frameworks/Python.framework/Versions/2.6/lib… there is a way to permanently add the path to sys.path so that I don't have to run that… instance, the other paths that show up when I run sys.path are permanently stored there... Re: Is it safe to delete pagefile.sys Hardware and Software Microsoft Windows by flagstar …run much program, music or video, then pagefile.sys can be removed although it was not recommended. …Follow this instruction to remove pagefile.sys - Right-click 'My Computer' and select 'Properties' -…button under 'Virtual Memory' along with total value of pagefile.sys. Click the change button. - Under 'Virtual Memory' … why we pass sys.argv to QtGui.QApplication() in main method Programming Software Development by krystosan I started learning PyQt from zetcode, as far as i know sys.argv reads in the parameter from coomandline and first being the name of file itself, so if sys.argv is a list then what being passed to QtGui.QApplication() in def main(): app = QtGui.QApplication(sys.argv) ex = Example() sys.exit(app.exec_()) Re: why we pass sys.argv to QtGui.QApplication() in main method Programming Software Development by sneekula … import * from PyQt4.QtGui import * app = QApplication(sys.argv) # ----- start your widget test code ---- … a text string label.setText('Hello fron DaniWeb!') print(sys.argv) # ---- end of widget test code -----… don't want to putz around with sys.argv from PyQt4.QtCore import * from…