mailRe: [bug #20884] Icons in menu is missing


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Troels Emtekær Linnet on June 13, 2013 - 12:00:
Hi Edward.

Everything looks fine I think?

I downloaded wxPython demo from:
http://www.wxpython.org/download.php
Source Code and Other Tarballs
http://downloads.sourceforge.net/wxpython/wxPython-demo-2.8.12.1.tar.bz2

I can not find the demo.py?
But I did:
grep -r "image.png" .  (Found in:  wxPython-2.8.12.1/demo/bitmaps)
python2.7 Image.py

And it works fine. :-)

Strange


------------------------
import os, graphics
a=graphics.status.install_path; print a,os.path.exists(a);os.listdir(a)
/sbinlab2/software/NMR-relax/relax_disp True
['dep_check.py', 'relax_backup', 'version.py', 'relax_gui_mode.py',
'scons2', 'test_suite', 'README', 'sconstruct', 'devel_scripts',
'sample_scripts', 'gui', 'extern', 'info.py', 'colour.py',
'data_store', 'auto_analyses', 'user_functions', 'prompt',
'pipe_control', 'multi', 'relax.py', 'relax', '.sconsign.dblite',
'compat.py', 'lib', 'target_functions', 'status.pyc', 'version.pyc',
'python', 'status.py', 'graphics', '.svn', 'relax.bat', 'compat.pyc',
'scons', 'specific_analyses', 'dep_check.pyc', 'setup.py', 'docs']

b=graphics.ANALYSIS_IMAGE_PATH; print b,os.path.exists(b);os.listdir(b)
/sbinlab2/software/NMR-relax/relax_disp/graphics/analyses/ True
['r2_600x600.eps.gz', 'README', 'consistency_testing_200x94.png',
'r2_200x200.eps.gz', 'r1_150x150.png', 'consistency_testing.svg',
'noe_200x200.png', 'model_free', 'consistency_testing',
'r1_600x600.eps.gz', 'noe_600x600.eps.gz', 'relax_disp_200x200.png',
'relax_disp_600x600.eps.gz', 'r2.svg', 'noe.svg',
'custom_150x150.png', 'r2_150x150.png', 'r1_200x200.png',
'r1_200x200.eps.gz', 'consistency_testing_150x70.png',
'noe_600x600.png', 'relax_disp_600x600.png', 'r2_200x200.png',
'consistency_testing_100x47.png', 'noe_200x200.eps.gz',
'r1_600x600.png', 'noe_150x150.png', 'r1.svg', 'r2_600x600.png',
'relax_disp_150x150.png', 'relax_disp.svg']

c=graphics.WIZARD_IMAGE_PATH; print c,os.path.exists(c);os.listdir(c)
/sbinlab2/software/NMR-relax/relax_disp/graphics/wizards/ True
['pipe_bundle.png', 'residue.eps.gz', 'spin.png', 'modelfree4.png',
'pymol', 'nuclear_symbol.png', 'residue_grey.png', 'select.png',
'pipe.png', 'align_tensor.png', 'reset.xcf', 'n_state_model.eps.gz',
'spectrometer.png', 'pipe_hybrid.png', 'pipe_switch.png', 'nessy.png',
'oxygen-icon-weather-snow-scattered-night.png', 'pipe_switch.xcf',
'spectrum', 'fid.png', 'residue.png', 'deselect.xcf', 'bruker.png',
'structure', 'monte_carlo.png', 'bmrb.png', 'sequence.png',
'minimise.png', 'model_elimination.png',
'oxygen-icon-weather-clear.png', 'opendx.png',
'discrepancy_curve.png', 'diff_tensor.png', 'deselect.png',
'spin.eps.gz', 'value', 'n_state_model.png', 'reset.png',
'molecule_grey.png', 'pipe_200x90.png', 'pipe.eps.gz', 'select.xcf',
'object-locked-unlocked.png', 'molecule.xcf', 'spin_grey.png',
'grace.png', 'molecule.png', 'frame_order.png', 'molecule.eps.gz',
'dipole_pair', 'molmol', 'sherekhan.png', 'sequence.eps.gz',
'pipe_bundle.eps.gz']

d=graphics.IMAGE_PATH; print d,os.path.exists(d);os.listdir(d)
/sbinlab2/software/NMR-relax/relax_disp/graphics/misc/ True
['residue_600x600.eps.gz', 'sequence_600x600.png',
'pipe_600x600.eps.gz', 'model_elimination_s2_te.png',
'sequence_600x600.eps.gz', 'pymol', 'r2.png', 'sphere.png',
'oblate.png', 'prolate.jpg', 'molecule_600x600.png',
'relaxGUI_splash.xcf', 'relax.gif', 'pipe_bundle.xcf',
'discrepancy_curve.svg', 'prolate.png', 'dx-logo-shd.jpg',
'molecule_600x600.eps.gz', 'noe.png', 'pipe_bundle_600x600.png',
'modelfree.png', 'r1.png', 'ulysses_shadowless.png',
'spin_600x600.eps.gz', 'oblate.jpg', 'ulysses_shadowless_400x168.png',
'sphere.jpg', 'noe.gif', 'spin_600x600.png', 'pipe_600x600.png',
'relaxGUI_splash.png', 'structure.png', 'n_state_model',
'ellipsoid.png', 'bmrb_100x100.png', 'pipe_bundle_600x600.eps.gz',
'ellipsoid.jpg', 'minimise.xcf', 'dx-logo.gif', 'residue_600x600.png',
'relax_start.gif']

e=graphics.fetch_icon("relax.noe", size="16x16")
print e
/sbinlab2/software/NMR-relax/relax_disp/graphics/relax_icons/16x16/noe

----------------------------
DEBUG
---------------------------
[tlinnet@tomat ~]$ relax_disp -g --debug
debug> Observer: 'pipe_alteration' registering the 'notebook page
switcher' method pipe_switch().
debug> Observer: 'pipe_alteration' registering the 'notebook pipe
deletion' method pipe_deletion().
debug> Observer: 'reset' registering the 'gui analyses' method post_reset().
debug> Observer: 'state_load' registering the 'gui analyses' method
load_from_store().



                                  relax repository checkout r20087
                          svn://svn.gna.org/svn/relax/branches/relax_disp

                              Molecular dynamics by NMR data analysis

                             Copyright (C) 2001-2006 Edward d'Auvergne
                         Copyright (C) 2006-2013 the relax development team

This is free software which you are welcome to modify and redistribute
under the conditions of the
GNU General Public License (GPL).  This program, including all
modules, is licensed under the GPL
and comes with absolutely no warranty.  For details type 'GPL' within
the relax prompt.

Assistance in using the relax prompt and scripting interface can be
accessed by typing 'help' within
the prompt.

Processor fabric:  Uni-processor.

debug> Observer: 'pipe_alteration' registering the 'controller' method
update_controller().
debug> Observer: 'auto_analyses' registering the 'controller' method
update_controller().
debug> Observer: 'gui_analysis' registering the 'controller' method
update_controller().
debug> Observer: 'exec_lock' registering the 'controller' method 
update_gauge().
debug> Observer: 'pipe_alteration' registering the 'status bar' method
update_status_bar().
debug> Observer: 'result_file' registering the 'gui' method
show_results_viewer_no_warn().
debug> Observer: 'exec_lock' registering the 'gui' method enab().
debug> Observer: 'gui_analysis' notifying the 'controller' method
update_controller().
debug> Observer: 'exec_lock' registering the 'GUI prompt' method enable().


Troels Emtekær Linnet


2013/6/12 Edward d'Auvergne <edward@xxxxxxxxxxxxx>:
Oh, if the wxPython demo works ok and you see the icon, then maybe the
problem is relax's paths.  Could you run relax in the prompt UI mode
and then type:

relax> import graphics
relax> print(graphics.status.install_path)
relax> print(graphics.ANALYSIS_IMAGE_PATH)
relax> print(graphics.WIZARD_IMAGE_PATH)
relax> print(graphics.IMAGE_PATH)

and then check that all the directories that are printed out are
correct.  Also, try running:

relax> graphics.fetch_icon("relax.noe", size="16x16")

and see if the icon is correctly found - i.e. the directories are
exactly correct.

Cheers,

Edward

On 12 June 2013 13:56, Edward d'Auvergne <edward@xxxxxxxxxxxxx> wrote:
Hi,

I'm using exactly the same versions without the problem.  However I
wouldn't say that you have an incorrect version/setting, at least not
without more testing.  Could you run the wxPython demo (make sure it
is for this wxPython version) as follows:

- first run the demo.py file,
- go to the "Core Windows/Controls",
- select "Menu",
- go to the "Demo" tab,
- click on "Show the Menu sample",
- in the new window, click on the "Fun" menu,
- check that you see a smiley face in the first menu entry.

If there is no smiley face, then the problem is in wxPython.
Otherwise there is a problem with relax and the setup you have.  Also
when you run relax from the terminal, do you see any wxPython error
messages?  Or GTK+ errors?  Do you see any errors if you use the
--debug command line option when running relax?

Regards,

Edward


On 12 June 2013 13:23, Troels Emtekær Linnet <tlinnet@xxxxxxxxx> wrote:
Hi Edward.

I actually have the problem with:
relax_trunk
relax_disp
relax 2.2.5

so I think something is wrong with my installation.

My current version of wxPython:
import wx
wx.version()
'2.8.10.1 (gtk2-unicode)'

I wonder if I have correct versions / settings of wxWidgets and wxPython.




Troels Emtekær Linnet


2013/6/11 Edward d'Auvergne <edward@xxxxxxxxxxxxx>:
Hi Troels,

Did you get your icons back?  Do you have the same problem with the
relax trunk?  If you still cannot see your icons, could you run relax
with the debugging flag '--debug' and see if there are any messages
about paths to files not being found?

Cheers,

Edward



On 10 June 2013 14:34, Edward d  Auvergne
<NO-REPLY.INVALID-ADDRESS@xxxxxxx> wrote:
Update of bug #20884 (project relax):

                  Status:                    None => Need Info
                 Release:       Repository: trunk => Branches

    _______________________________________________________

Follow-up Comment #1:

This is strange!  I can see from the screenshot that the icons are used 
in the
buttons, so this is not a broken path issue.  Normally when this 
happens, you
receive a error dialog when launching relax.  Did you see this?

I can also see from the screenshot that this is the relax_disp branch 
and not
the relax trunk, so I'm changing that part.  I would also recommend 
that you
run:

$ svn up

as this branch is constantly changing and hence you might on an old 
revision
that has issues.  Using r20006 of this relax_disp branch, I have all my 
menu
icons showing.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?20884>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-devel mailing list
relax-devel@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel



Related Messages


Powered by MHonArc, Updated Thu Jun 13 14:20:28 2013