Results 64 comments of giumas

We already touched the topic in the past: https://github.com/HDFGroup/hdf-compass/issues/51#issuecomment-140285475 Did you decide the installer? Inno Setup, NSIS, or something else?

What is the installer that the HDF Group uses for the various products?

Having it working with py2app can help to test it with pyinstaller that have open this ticket: https://github.com/pyinstaller/pyinstaller/issues/1309

Something is moving to fix this issue on the Pyinstaller side: https://github.com/pyinstaller/pyinstaller/pull/2219

@dhyams Do you use `wx` classic or `phoenix`? If classic, are you able to drag&drop + associate a wx 'frozen' application using your `PyInstaller` branch? FYI: HDF Compass is currently...

I confirm @kyang2014 approach, I did the same. @hyoklee did you try `python HDFCompass.py` and then something like: `http://test.opendap.org/opendap/hyrax/data/hdf5/grid_1_2d.h5` in Open resource file?

@jreadey, this comment is not so clear for me: https://github.com/HDFGroup/hdf-compass/blob/master/compass_viewer/__init__.py#L160 Which issue arised? I have frozen it with `pyinstaller` without troubles.

> @jreadey said enabling opendap screwed Windows packaging. Most likely, the work done for `3.0.0` of PyInstaller fixed the issue. Incidentally, this hack in https://github.com/HDFGroup/hdf-compass/blob/master/HDFCompass.spec#L29 is not more required.

On Win7 64bit, only if added the `s` to `http`: ![capture](https://cloud.githubusercontent.com/assets/2849257/10252432/70b3c656-6905-11e5-81c8-383e781afa8d.PNG)

@jreadey, do you remember the issue in the installer? I have not been able to replicate it!