Open main menu

Changes

Installation test

764 bytes added, 07:22, 14 June 2013
Created page with "== wxPython test == [http://thread.gmane.org/gmane.science.nmr.relax.devel/3942 See messages at mailing list] Downloaded wxPython demo from: http://www.wxpython.org/download...."
== wxPython test ==
[http://thread.gmane.org/gmane.science.nmr.relax.devel/3942 See messages at mailing list]

Downloaded wxPython demo from: http://www.wxpython.org/download.php <br>
[http://downloads.sourceforge.net/wxpython/wxPython-demo-2.8.12.1.tar.bz2 Source Code and Other Tarballs]


=== Other tests ===
Write in relax prompt, to check
<source lang="python">
import os, graphics
a=graphics.status.install_path; print a,os.path.exists(a);os.listdir(a)
b=graphics.ANALYSIS_IMAGE_PATH; print b,os.path.exists(b);os.listdir(b)
c=graphics.WIZARD_IMAGE_PATH; print c,os.path.exists(c);os.listdir(c)
d=graphics.IMAGE_PATH; print d,os.path.exists(d);os.listdir(d)
e=graphics.fetch_icon("relax.noe", size="16x16")
</source>

== See also ==
[[Category:Installation]]