i just installed pythoncad ds1-r37, on gNewSense following instructions in your install file. when i start the program with gtkpycad.py, python complains that it cannot find gtkpycad.png
so i copied this file from downloaded files into /usr/lib/python2.5/site-packages/ and /usr/lib/python2.5/site-packages/PythonCAD/Interface/Gtk
now it starts ok. thought you might like to know.
pythoncad is pretty good so far. i will try it out more and send feedback
first comment, as a blenderhead, i would love to see more keyboard shortcuts!
i guess it is possible to use 'alt D B C' or 'circ' to draw a circle, but thats a lot of keystrokes!
thanks
steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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")
gobject.GError: Failed to open file 'gtkpycad.png': No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Its true the installation has some issues. The way out is
just unzip the folder and start the gtkpycad.py from the
folder you extracted. (without install).
Hope this might help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi matteo
i just installed pythoncad ds1-r37, on gNewSense following instructions in your install file. when i start the program with gtkpycad.py, python complains that it cannot find gtkpycad.png
so i copied this file from downloaded files into /usr/lib/python2.5/site-packages/ and /usr/lib/python2.5/site-packages/PythonCAD/Interface/Gtk
now it starts ok. thought you might like to know.
pythoncad is pretty good so far. i will try it out more and send feedback
first comment, as a blenderhead, i would love to see more keyboard shortcuts!
i guess it is possible to use 'alt D B C' or 'circ' to draw a circle, but thats a lot of keystrokes!
thanks
steve
ok now it won't start agin. same message:
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")
gobject.GError: Failed to open file 'gtkpycad.png': No such file or directory
Its true the installation has some issues. The way out is
just unzip the folder and start the gtkpycad.py from the
folder you extracted. (without install).
Hope this might help.
ok, that works, thanks
the reply above is from steeeev
amazingly i can post without being logged on!
and how to run gtkpycad.py?
python gtkpycad.py :-)