PythoncadBugTraker item #2924790, was opened at 2010-01-02 05:53
Message generated for change (Comment added) made by matteoboscolo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=2924790&group_id=263167
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Bug
Group: User
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Brad Silva (bsilva)
Assigned to: Matteo Boscolo (matteoboscolo)
Summary: App fails to launch: 'gtkpycad.png': No such file
Initial Comment:
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
----------------------------------------------------------------------
>Comment By: Matteo Boscolo (matteoboscolo)
Date: 2011-01-17 08:06
Message:
We are now focuse on R38 version that is totally different, so we are going
to do not support R37 anymore
----------------------------------------------------------------------
Comment By: yndesai (yndesai)
Date: 2010-01-18 12:38
Message:
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)
----------------------------------------------------------------------
Comment By: Matteo Boscolo (matteoboscolo)
Date: 2010-01-05 11:57
Message:
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=2924790&group_id=263167
|