[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any software package for Radiation Oncology Contouring?



Hi Adit,

On Fri, Mar 18, 2011 at 09:39:41AM -0500, Adit Panchal wrote:
> I just realized that the code doesn't run if you execute it when in a
> different working directory. I have corrected the issue and
> re-uploaded a new tarball that has these fixes. The filename is the
> same.

Cool. :-)  I detected the problem when traveling to LinuxTage Chemnitz
event when I spent some time into dicompyler packaging.  This problem
is solved now.

I have some minor issue:

W: dicompyler: executable-not-elf-or-script ./usr/share/dicompyler/resources/*.png
W: dicompyler: macos-ds-store-file-in-package usr/share/dicompyler/resources/.*DS_Store

While I could perfectly fix these cosmetical issues in the Debian package
I would like to suggest that you rather fix this in your release tarball
by doing

   chmod a-x resources/*

Fixing file permissions in your source code repository might be a valid
option as well.

But there is another bug in the code:

~$ dicompyler 
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-size' of type `GtkRequisition' from rc file value "0" of type `glong'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-spacing' of type `GtkBorder' from rc file value "0" of type `glong'
Traceback (most recent call last):
  File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
    exec code in run_globals
  File "/usr/share/dicompyler/main.py", line 648, in <module>
    app = dicompyler(0)
  File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/share/dicompyler/main.py", line 639, in OnInit
    dicompylerFrame = MainFrame(None, -1, "dicompyler", self.res)
  File "/usr/share/dicompyler/main.py", line 158, in __init__
OSError: [Errno 2] No such file or directory: '/home/tillea/.dicompyler/plugins'


I guess some code which checks for an existing .dicompyler dir and creates
it if needed.

Kind regards

    Andreas.

-- 
http://fam-tille.de


Reply to: