App fails to launch: 'gtkpycad.png': No such file
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
OS is Fedora 10. Installed Python cad from PythonCAD-DS1-R37.tar.gz by exectuing "python setup.py install" as root. Copied "gtkpycad.py" to /usr/local/bin per instructions in the INSTALL document. On first launch, app failed with:
Traceback (most recent call last):
File "/usr/local/bin/gtkpycad.py", line 281, in <module>
main()
File "/usr/local/bin/gtkpycad.py", line 259, in main
_gtkimage = GTKImage(_image)
File "/usr/lib/python2.5/site-packages/PythonCAD/Interface/Gtk/gtkimage.py", line 157, in __init__
self.__window.set_icon_from_file("gtkpycad.png")
glib.GError: Failed to open file 'gtkpycad.png': No such file or directory
Thanks,
Brad
I will fix it as soon it's possible.
As workaround you can download the file from the git repository or use the develop version download able from the git repository.
Thanks for the submit
Matteo
Since the new PythonCAD-DS1-R37.zip is now available, just download
it and as a simple work around explode it on desktop and you
should be able to start pythoncad by execution gtkpycad.py.
Or (python gtkpycad.py from the newly created directory on your
desktop)
We are now focuse on R38 version that is totally different, so we are going to do not support R37 anymore