yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
138 stars 59 forks source link

Missing image #3

Closed 1am closed 10 years ago

1am commented 10 years ago

Hi

It seems that a bitmap are missing in the latest version of Instrumentino. I've checked out today and after your help I've made the window show up but it starts with the following error:

17:33:53: can't open file '/Users/user/.python-eggs/instrumentino-1.03-py2.7.egg-tmp/instrumentino/resources/stopButton.png' (error 2: No such file or directory)
17:33:53: Failed to load image from file "/Users/user/.python-eggs/instrumentino-1.03-py2.7.egg-tmp/instrumentino/resources/stopButton.png".
17:33:53: no bitmap handler for type 15 defined.

The only file at the path mentioned is main.xrc

yoelk commented 10 years ago

It seems like the egg installation didn't copy all of the files. Look in GitHub at this path. you can find there the missing files.

Did you use easy_install?

BTW, the latest version is 1.05

On Thu, Nov 6, 2014 at 5:36 PM, Piotr notifications@github.com wrote:

Hi

It seems that a bitmap are missing in the latest version of Instrumentino. I've checked out today and after your help I've made the window show up but it starts with the following error:

17:33:53: can't open file '/Users/user/.python-eggs/instrumentino-1.03-py2.7.egg-tmp/instrumentino/resources/stopButton.png' (error 2: No such file or directory) 17:33:53: Failed to load image from file "/Users/user/.python-eggs/instrumentino-1.03-py2.7.egg-tmp/instrumentino/resources/stopButton.png". 17:33:53: no bitmap handler for type 15 defined.

The only file at the path mentioned is main.xrc

— Reply to this email directly or view it on GitHub https://github.com/yoelk/Instrumentino/issues/3.

1am commented 10 years ago

Thanks!

I used easy_install after git clone. I'm not a python pro so I followed the instructions to the letter :)