From ynd at lntenc.com Fri May 1 10:28:27 2009 From: ynd at lntenc.com (Yagnesh Desai) Date: Fri, 1 May 2009 13:58:27 +0530 Subject: [PythonCAD] Unable to dounload pythoncad from web site In-Reply-To: <532191.127081240914349144.JavaMail.defaultUser@defaultHost> References: <532191.127081240914349144.JavaMail.defaultUser@defaultHost> Message-ID: Hi Matteo; The sole maintainer of this project is bussy with assignments, hence there is no update of the links. You can download PythonCAD from Ubuntu repository as I do. From following links http://packages.ubuntu.com/jaunty/pythoncad http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35-4ubuntu1.dsc http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35.orig.tar.gz http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35-4ubuntu1.diff.gz Yagnesh To support FSF's effort on FREE CAD Software visit: http://groups.fsf.org/index.php/OpenDWG_Replacement -----pythoncad-bounces+ynd=lntenc.com at python.org wrote: ----- To: pythoncad at python.org From: "euro_ii at libero.it" Sent by: pythoncad-bounces+ynd=lntenc.com at python.org Date: 04/28/2009 03:55PM Subject: [PythonCAD] Unable to dounload pythoncad from web site Hi all, I'm not able to download the source file from the web site..Server is unreachable can anyone help me ? ciao Matteo _______________________________________________ PythonCAD mailing list PythonCAD at python.org http://mail.python.org/mailman/listinfo/pythoncad -------------- next part -------------- An HTML attachment was scrubbed... URL: From ahaas at airmail.net Fri May 1 18:51:43 2009 From: ahaas at airmail.net (Art Haas) Date: Fri, 1 May 2009 11:51:43 -0500 Subject: [PythonCAD] Unable to dounload pythoncad from web site In-Reply-To: References: <532191.127081240914349144.JavaMail.defaultUser@defaultHost> Message-ID: <20090501165143.GA2807@artsapartment.org> On Fri, May 01, 2009 at 01:58:27PM +0530, Yagnesh Desai wrote: > Hi Matteo; > > The sole maintainer of this project is bussy > with assignments, hence there is no > update of the links. > > You can download PythonCAD from Ubuntu repository > as I do. From following links > > http://packages.ubuntu.com/jaunty/pythoncad > http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35-4ubuntu1.dsc > > http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35.orig.tar.gz > > http://de.archive.ubuntu.com/ubuntu/pool/universe/p/pythoncad/pythoncad_0.1.35-4ubuntu1.diff.gz The code is available via git: $ git clone git://repo.or.cz/pythoncad.git I converted my Subversion repo, so the repo has the entire history of the project. Art From havar.novik at gmail.com Thu May 21 16:35:51 2009 From: havar.novik at gmail.com (=?ISO-8859-1?Q?H=E5var_N=F8vik?=) Date: Thu, 21 May 2009 16:35:51 +0200 Subject: [PythonCAD] error when running pythoncad Message-ID: <36a1b9880905210735r25294c31u673624d522d31f02@mail.gmail.com> This is the messages i get when i run gtkpycad.py: * { ------:~$ gtkpycad.py Traceback (most recent call last): File "/usr/bin/gtkpycad.py", line 38, in from PythonCAD.Generic import imageio File "/usr/lib/python2.6/site-packages/PythonCAD/Generic/imageio.py", line 36, in from PythonCAD.Generic import layer File "/usr/lib/python2.6/site-packages/PythonCAD/Generic/layer.py", line 477 def setAutosplit(self, as): SyntaxError: invalid syntax } * When i change the variable "as" to something different it works. This is on Arch Linux with python 2.6.2-1, and pygtk 2.14.1-4. I don't know if this is my, my system or pythoncads fault. -- Hilsen H?var N?vik -------------- next part -------------- An HTML attachment was scrubbed... URL: From euro_ii at libero.it Sun May 31 22:31:40 2009 From: euro_ii at libero.it (euro_ii at libero.it) Date: Sun, 31 May 2009 22:31:40 +0200 (CEST) Subject: [PythonCAD] R: error when running pythoncad Message-ID: <27745728.2493661243801900390.JavaMail.defaultUser@defaultHost> Hi Havar, I'Dont know from witch version but i Know that the "as" word became a reserved word. So the change that you make in the code is right.. we need to fixit for the new released. ciao Matteo ----Messaggio originale---- Da: havar.novik at gmail.com Data: 21/05/2009 16.35 A: Ogg: [PythonCAD] error when running pythoncad This is the messages i get when i run gtkpycad.py:{------:~$ gtkpycad.py Traceback (most recent call last): File "/usr/bin/gtkpycad.py", line 38, in from PythonCAD.Generic import imageio File "/usr/lib/python2.6/site-packages/PythonCAD/Generic/imageio.py", line 36, in from PythonCAD.Generic import layer File "/usr/lib/python2.6/site-packages/PythonCAD/Generic/layer.py", line 477 def setAutosplit(self, as):SyntaxError: invalid syntax}When i change the variable "as" to something different it works. This is on Arch Linux with python 2.6.2-1, and pygtk 2.14.1-4. I don't know if this is my, my system or pythoncads fault. -- Hilsen Håvar Nøvik -------------- next part -------------- An HTML attachment was scrubbed... URL: