[Pythoncad-developer] Adverse comment in Ratings and Reviews
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Yagnesh D. <yn...@gm...> - 2009-12-30 09:20:59
|
Friends; There is a food for thought for all of us. Thumbs down comment does have some truth in it. QUOTE: # Thumbs down your packaging is completely fucked up ( extacting to /usr/lib/python2.5/site-packages/ ?! .pyc files?!) and there is not even a hint as to how to start the thing, let alone any sort of documentation. Here's a clue: YouTube videos of the fillet (more…) your packaging is completely fucked up ( extacting to /usr/lib/python2.5/site-packages/ ?! .pyc files?!) and there is not even a hint as to how to start the thing, let alone any sort of documentation. Here's a clue: YouTube videos of the fillet command don't do a damn thing if there's no way to launch the program. Would a README file kill you? It seems like you took over an alpha, but usable project and turned it into an amateur hour trainwreck that only you understand. :UNQUOTE As a first timer I also had faced some difficulties installing PythonCAD. Few things that I can make out is 1. README file do not tell any thing on how to install. - Let us put one line under readme file which tells about refer INSTALL file to do installation. - Do we need to run setup.py ? What I do is just download the R38 dir and run gtkpycad.py to run pythoncad. - Also we use gtkpycad.py can it not be named pythoncad.py to look more obvious for first timer. 2. On documentation front : - Can we transfer our wiki (http://morgul.no-ip.com/dokuwiki/doku.php) to http://pythoncad.sourceforge.net/ there seems a way to host a dokuwiki on this home page. - If not we can put links pythoncad.org and http://morgul.no-ip.com/dokuwiki/doku.php on http://pythoncad.sourceforge.net. 3. Youtube is what this user seems to have seen and which have brought him to our project. So we can check if we can publish the how to install video on Youtube. 4. I still have my wish of install_pythoncad.msi unfulfilled. Since more and more people will visit this project once we are on sourceforge we need to improve our first impression. Cheers Yagnesh Desai |