Difference between revisions of "FAQ"

From LipidXplorer
Jump to: navigation, search
(Created page with '===Python is installed, LipidX is installed but clicking on lpdxGUI.pyw does not do anything=== Right click on <code>LipidX</code> or <code>lpdxGUI.pyw</code>. In the upcoming m...')
 
Line 1: Line 1:
===Python is installed, LipidX is installed but clicking on lpdxGUI.pyw does not do anything===
+
===Python is installed, LipidXplorer is installed, but clicking on lpdxGUI.pyw does nothing===
  
 
Right click on <code>LipidX</code> or <code>lpdxGUI.pyw</code>. In the upcoming menu select <code>Edit with IDLE</code>. This should open 2 windows. One is the <code>Python Shell</code> and the other is the source code of <code>lpdxGUI.pyw</code>. Click on the source code window and press <code>F5</code>. If LipidX won't start then there will be an error message:
 
Right click on <code>LipidX</code> or <code>lpdxGUI.pyw</code>. In the upcoming menu select <code>Edit with IDLE</code>. This should open 2 windows. One is the <code>Python Shell</code> and the other is the source code of <code>lpdxGUI.pyw</code>. Click on the source code window and press <code>F5</code>. If LipidX won't start then there will be an error message:
Line 8: Line 8:
 
: Please install the following if you have a [http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en  x32 processor] or a [http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en x64 processor]
 
: Please install the following if you have a [http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en  x32 processor] or a [http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en x64 processor]
  
===When I click on an MFQL query it opens a html page instead of the script===
+
===When I click on a MFQL query in the LipidXplorer Wiki it opens a html page instead of the script===
  
 
If you click on a *.mfql script the file menu opens first. Here you left-click again on the *.mfql script to finally open it. Or click with the right mouse button on it to "Save [it] As..." .
 
If you click on a *.mfql script the file menu opens first. Here you left-click again on the *.mfql script to finally open it. Or click with the right mouse button on it to "Save [it] As..." .

Revision as of 18:19, 9 February 2011

Python is installed, LipidXplorer is installed, but clicking on lpdxGUI.pyw does nothing

Right click on LipidX or lpdxGUI.pyw. In the upcoming menu select Edit with IDLE. This should open 2 windows. One is the Python Shell and the other is the source code of lpdxGUI.pyw. Click on the source code window and press F5. If LipidX won't start then there will be an error message:

  • ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.:
This error occurs because the C runtime library is not being installed correctly on your machine. (see [1]).
Please install the following if you have a x32 processor or a x64 processor

When I click on a MFQL query in the LipidXplorer Wiki it opens a html page instead of the script

If you click on a *.mfql script the file menu opens first. Here you left-click again on the *.mfql script to finally open it. Or click with the right mouse button on it to "Save [it] As..." .