From jamesmikedupont at googlemail.com Thu Jan 7 15:03:43 2010 From: jamesmikedupont at googlemail.com (jamesmikedupont at googlemail.com) Date: Thu, 7 Jan 2010 15:03:43 +0100 Subject: [PythonCAD] Call for test cases DWG files Message-ID: Hello, I would like to collect a set of test cases for DWG files with corresponding DXF files for various versions of autocad. That way we can develop the libredwg project further. Does anyone have a version of autocad that can produce these files? We would need it for very many test cases with different data in it. thanks, mike From gertwin.groen at gmail.com Thu Jan 7 16:44:32 2010 From: gertwin.groen at gmail.com (Gertwin Groen) Date: Thu, 7 Jan 2010 16:44:32 +0100 Subject: [PythonCAD] Call for test cases DWG files In-Reply-To: References: Message-ID: Hello Mike, I have access to various versions of AutoCAD (and Map or C3D). What do you want? - Various files with an entity of each type for dwg 2006-2010 and dxf R12 + 2006-2010? - dwg and dxf files containing xdata and data from the Map and C3D verticals? - Large files (>10 mb dwg) for performance testing? I think we don't need to translate data from the AutoCAD verticals (Map, C3D, ADT etc.) to PythonCAD. But but we must be able to import these files without errors (and skip none standard AutoCAD data). Let me know what you want first, I can produce these at work. Regards, Gertwin 2010/1/7 jamesmikedupont at googlemail.com : > Hello, > > I would like to collect a set of test cases for DWG files with > corresponding DXF files for various versions of autocad. > That way we can develop the libredwg project further. > > Does anyone have a version of autocad that can produce these files? We > would need it for very many test cases with different data in it. > > thanks, > mike > _______________________________________________ > PythonCAD mailing list > PythonCAD at python.org > http://mail.python.org/mailman/listinfo/pythoncad > From jamesmikedupont at googlemail.com Thu Jan 7 16:58:58 2010 From: jamesmikedupont at googlemail.com (jamesmikedupont at googlemail.com) Date: Thu, 7 Jan 2010 16:58:58 +0100 Subject: [PythonCAD] Call for test cases DWG files In-Reply-To: References: Message-ID: Well, I am working on 2d maps. We have recieved these three files, one has been translated so far/ https://savannah.gnu.org/bugs/?group=libredwg We have two files in format : AC1018 from Prishtina Kosovo. The brasil file is in this format AC1021, it has been processed by somone into dxf. I have done a dxf2osm for converting to openstreetmap for the brasil file. The only things I needed were : Layers, Points, LWPolyLines, MText points. I would like to have files in increasing complexity for the test case. The main thing for me is to know what the input is, and to have the same input in many formats, DXF, DWG with different versions, pdf etc. Right now it is just shooting in the dark given one input file and no spec. Of course I would put the work into making a general usable test cases. take a look at the svg test suite : http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-index.html Here are the blender test suites: http://mirror.cs.umn.edu/blender.org/demo/test/test249-GE.zip Game Engine http://mirror.cs.umn.edu/blender.org/demo/test/test249.zip Models Ideally these tests would be part of your python cad system and we would build up a nice collection of them. On Thu, Jan 7, 2010 at 4:44 PM, Gertwin Groen wrote: > Hello Mike, > > I have access to various versions of AutoCAD (and Map or C3D). > What do you want? > - Various files with an entity of each type for dwg 2006-2010 and dxf > R12 + 2006-2010? > - dwg and dxf files containing xdata and data from the Map and C3D verticals? > - Large files (>10 mb dwg) for performance testing? > > I think we don't need to translate data from the AutoCAD verticals > (Map, C3D, ADT etc.) to PythonCAD. > But but we must be able to import these files without errors (and skip > none standard AutoCAD data). > > Let me know what you want first, I can produce these at work. > > Regards, > Gertwin > > > > 2010/1/7 jamesmikedupont at googlemail.com : >> Hello, >> >> I would like to collect a set of test cases for DWG files with >> corresponding DXF files for various versions of autocad. >> That way we can develop the libredwg project further. >> >> Does anyone have a version of autocad that can produce these files? We >> would need it for very many test cases with different data in it. >> >> thanks, >> mike >> _______________________________________________ >> PythonCAD mailing list >> PythonCAD at python.org >> http://mail.python.org/mailman/listinfo/pythoncad >> > From jamesmikedupont at googlemail.com Thu Jan 7 17:10:01 2010 From: jamesmikedupont at googlemail.com (jamesmikedupont at googlemail.com) Date: Thu, 7 Jan 2010 17:10:01 +0100 Subject: [PythonCAD] Call for test cases DWG files In-Reply-To: References: Message-ID: I found more parts that we could use : http://www.ribbonsoft.com/qcad_library_browse.html http://www.open-craft.org/pmwiki/pmwiki.php?n=Projects.Ikelos On Thu, Jan 7, 2010 at 4:58 PM, jamesmikedupont at googlemail.com wrote: > Well, I am working on 2d maps. > We have recieved these three files, one has been translated so far/ > > https://savannah.gnu.org/bugs/?group=libredwg > > We have two files in format : AC1018 from Prishtina Kosovo. > > The brasil file is in this format AC1021, it has been processed by > somone into dxf. > I have done a dxf2osm for converting to openstreetmap for the brasil file. > The only things I needed were : Layers, Points, LWPolyLines, MText points. > > I would like to have files in increasing complexity for the test case. > The main thing for me is to know what the input is, and to have the > same input in many formats, > DXF, DWG with different versions, pdf etc. Right now it is just > shooting in the dark given one input file and no spec. > > Of course I would put the work into making a general usable test cases. > take a look at the svg test suite : > http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-index.html > > Here are the blender test suites: > http://mirror.cs.umn.edu/blender.org/demo/test/test249-GE.zip ?Game Engine > http://mirror.cs.umn.edu/blender.org/demo/test/test249.zip Models > > Ideally these tests would be part of your python cad system and we > would build up a nice collection of them. > > > On Thu, Jan 7, 2010 at 4:44 PM, Gertwin Groen wrote: >> Hello Mike, >> >> I have access to various versions of AutoCAD (and Map or C3D). >> What do you want? >> - Various files with an entity of each type for dwg 2006-2010 and dxf >> R12 + 2006-2010? >> - dwg and dxf files containing xdata and data from the Map and C3D verticals? >> - Large files (>10 mb dwg) for performance testing? >> >> I think we don't need to translate data from the AutoCAD verticals >> (Map, C3D, ADT etc.) to PythonCAD. >> But but we must be able to import these files without errors (and skip >> none standard AutoCAD data). >> >> Let me know what you want first, I can produce these at work. >> >> Regards, >> Gertwin >> >> >> >> 2010/1/7 jamesmikedupont at googlemail.com : >>> Hello, >>> >>> I would like to collect a set of test cases for DWG files with >>> corresponding DXF files for various versions of autocad. >>> That way we can develop the libredwg project further. >>> >>> Does anyone have a version of autocad that can produce these files? We >>> would need it for very many test cases with different data in it. >>> >>> thanks, >>> mike >>> _______________________________________________ >>> PythonCAD mailing list >>> PythonCAD at python.org >>> http://mail.python.org/mailman/listinfo/pythoncad >>> >> > From gertwin.groen at gmail.com Thu Jan 7 20:44:28 2010 From: gertwin.groen at gmail.com (gertwin.groen at gmail.com) Date: Thu, 07 Jan 2010 19:44:28 +0000 Subject: [PythonCAD] Call for test cases DWG files In-Reply-To: Message-ID: <0014853120d594a0fb047c984c2b@google.com> QCad is a good source for dxf files, it uses dxf as it native file format. I will try to get some test files in the next few days. I will make the same files for R12, R16 (acad 2004-2006), R17 (acad 2007-2009) and R18 (acad 2010) dxf and dwg format and a export to a raster file. What do you think how important is the dxf import module? How important is a near 100% correct import of (2d) dxf files? Is there need for a export module? Regards, Gertwin On Jan 7, 2010 5:10pm, "jamesmikedupont at googlemail.com" wrote: > I found more parts that we could use : > http://www.ribbonsoft.com/qcad_library_browse.html > http://www.open-craft.org/pmwiki/pmwiki.php?n=Projects.Ikelos > On Thu, Jan 7, 2010 at 4:58 PM, jamesmikedupont at googlemail.com > jamesmikedupont at googlemail.com> wrote: > > Well, I am working on 2d maps. > > We have recieved these three files, one has been translated so far/ > > > > https://savannah.gnu.org/bugs/?group=libredwg > > > > We have two files in format : AC1018 from Prishtina Kosovo. > > > > The brasil file is in this format AC1021, it has been processed by > > somone into dxf. > > I have done a dxf2osm for converting to openstreetmap for the brasil > file. > > The only things I needed were : Layers, Points, LWPolyLines, MText > points. > > > > I would like to have files in increasing complexity for the test case. > > The main thing for me is to know what the input is, and to have the > > same input in many formats, > > DXF, DWG with different versions, pdf etc. Right now it is just > > shooting in the dark given one input file and no spec. > > > > Of course I would put the work into making a general usable test cases. > > take a look at the svg test suite : > > http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-index.html > > > > Here are the blender test suites: > > http://mirror.cs.umn.edu/blender.org/demo/test/test249-GE.zip Game > Engine > > http://mirror.cs.umn.edu/blender.org/demo/test/test249.zip Models > > > > Ideally these tests would be part of your python cad system and we > > would build up a nice collection of them. > > > > > > On Thu, Jan 7, 2010 at 4:44 PM, Gertwin Groen gertwin.groen at gmail.com> > wrote: > >> Hello Mike, > >> > >> I have access to various versions of AutoCAD (and Map or C3D). > >> What do you want? > >> - Various files with an entity of each type for dwg 2006-2010 and dxf > >> R12 + 2006-2010? > >> - dwg and dxf files containing xdata and data from the Map and C3D > verticals? > >> - Large files (>10 mb dwg) for performance testing? > >> > >> I think we don't need to translate data from the AutoCAD verticals > >> (Map, C3D, ADT etc.) to PythonCAD. > >> But but we must be able to import these files without errors (and skip > >> none standard AutoCAD data). > >> > >> Let me know what you want first, I can produce these at work. > >> > >> Regards, > >> Gertwin > >> > >> > >> > >> 2010/1/7 jamesmikedupont at googlemail.com > jamesmikedupont at googlemail.com>: > >>> Hello, > >>> > >>> I would like to collect a set of test cases for DWG files with > >>> corresponding DXF files for various versions of autocad. > >>> That way we can develop the libredwg project further. > >>> > >>> Does anyone have a version of autocad that can produce these files? We > >>> would need it for very many test cases with different data in it. > >>> > >>> thanks, > >>> mike > >>> _______________________________________________ > >>> PythonCAD mailing list > >>> PythonCAD at python.org > >>> http://mail.python.org/mailman/listinfo/pythoncad > >>> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamesmikedupont at googlemail.com Thu Jan 7 21:16:13 2010 From: jamesmikedupont at googlemail.com (jamesmikedupont at googlemail.com) Date: Thu, 7 Jan 2010 21:16:13 +0100 Subject: [PythonCAD] Call for test cases DWG files In-Reply-To: <0014853120d594a0fb047c984c2b@google.com> References: <0014853120d594a0fb047c984c2b@google.com> Message-ID: > > I will try to get some test files in the next few days. > I will make the same files for R12, R16 (acad 2004-2006), R17 (acad > 2007-2009) and R18 (acad 2010) dxf and dwg format and a export to a raster > file. That would be perfect. > > What do you think how important is the dxf import module? > How important is a near 100% correct import of (2d) dxf files? I have dxf2osm in dime working, http://github.com/h4ck3rm1k3/TwoNickels > Is there need for a export module? Export is not my main interest right now, that would get into the issues of trusted files and trademarks. My personal goal is to build up a dwg2osm converter for openstreetmap. but now I want to go for the dwg files. If you can get them into those formats it would be great. I have been looking for dwg files, here is what I found so far from the US gov. http://www.lanl.gov/orgs/eng/engstandards/DM/charts/Appendix%20H1-r3.dwg http://portlandoregon.gov/BES/index.cfm?c=34656&a=53891 http://www.blm.gov/nstc/eng/draw/dwg/02141-1.DWG http://www.dot.pima.gov/gis/maps/maplib/plss/pimatr.dwg ftp://b393e.static.pacific.net.au/Caroma/648200_DWG_Integra%20500_Wall%20Basin_front.dwg http://s68.chomikuj.pl/File.aspx?id=13777773&vid=13777773&tk=1512376&t=633984894570576569&d=70&k=1334914&name=ocieplenie+poddasza+12.2.dwg Not all are federal, so they might now be public domain.... And Austrailia : ftp://b393e.static.pacific.net.au/Caroma/Aug-2008/Vanity%20Basins/894015_DWG_Cosmo_440_Inset_Vanity_Basin_plan.dwg ftp://b393e.static.pacific.net.au/Caroma/Aug-2008/Toilet%20suites/912315_DWG_Profile%204%20cc_Toilet_Suite_front.dwg On Thu, Jan 7, 2010 at 8:44 PM, wrote: > QCad is a good source for dxf files, it uses dxf as it native file format. > > I will try to get some test files in the next few days. > I will make the same files for R12, R16 (acad 2004-2006), R17 (acad > 2007-2009) and R18 (acad 2010) dxf and dwg format and a export to a raster > file. > > What do you think how important is the dxf import module? > How important is a near 100% correct import of (2d) dxf files? > Is there need for a export module? > > > Regards, > Gertwin > > > > > On Jan 7, 2010 5:10pm, "jamesmikedupont at googlemail.com" > wrote: >> I found more parts that we could use : >> >> >> >> >> >> http://www.ribbonsoft.com/qcad_library_browse.html >> >> >> >> http://www.open-craft.org/pmwiki/pmwiki.php?n=Projects.Ikelos >> >> >> >> >> >> On Thu, Jan 7, 2010 at 4:58 PM, jamesmikedupont at googlemail.com >> >> jamesmikedupont at googlemail.com> wrote: >> >> > Well, I am working on 2d maps. >> >> > We have recieved these three files, one has been translated so far/ >> >> > >> >> > https://savannah.gnu.org/bugs/?group=libredwg >> >> > >> >> > We have two files in format : AC1018 from Prishtina Kosovo. >> >> > >> >> > The brasil file is in this format AC1021, it has been processed by >> >> > somone into dxf. >> >> > I have done a dxf2osm for converting to openstreetmap for the brasil >> > file. >> >> > The only things I needed were : Layers, Points, LWPolyLines, MText >> > points. >> >> > >> >> > I would like to have files in increasing complexity for the test case. >> >> > The main thing for me is to know what the input is, and to have the >> >> > same input in many formats, >> >> > DXF, DWG with different versions, pdf etc. Right now it is just >> >> > shooting in the dark given one input file and no spec. >> >> > >> >> > Of course I would put the work into making a general usable test cases. >> >> > take a look at the svg test suite : >> >> > http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-index.html >> >> > >> >> > Here are the blender test suites: >> >> > http://mirror.cs.umn.edu/blender.org/demo/test/test249-GE.zip ?Game >> > Engine >> >> > http://mirror.cs.umn.edu/blender.org/demo/test/test249.zip Models >> >> > >> >> > Ideally these tests would be part of your python cad system and we >> >> > would build up a nice collection of them. >> >> > >> >> > >> >> > On Thu, Jan 7, 2010 at 4:44 PM, Gertwin Groen gertwin.groen at gmail.com> >> > wrote: >> >> >> Hello Mike, >> >> >> >> >> >> I have access to various versions of AutoCAD (and Map or C3D). >> >> >> What do you want? >> >> >> - Various files with an entity of each type for dwg 2006-2010 and dxf >> >> >> R12 + 2006-2010? >> >> >> - dwg and dxf files containing xdata and data from the Map and C3D >> >> verticals? >> >> >> - Large files (>10 mb dwg) for performance testing? >> >> >> >> >> >> I think we don't need to translate data from the AutoCAD verticals >> >> >> (Map, C3D, ADT etc.) to PythonCAD. >> >> >> But but we must be able to import these files without errors (and skip >> >> >> none standard AutoCAD data). >> >> >> >> >> >> Let me know what you want first, I can produce these at work. >> >> >> >> >> >> Regards, >> >> >> Gertwin >> >> >> >> >> >> >> >> >> >> >> >> 2010/1/7 jamesmikedupont at googlemail.com >> >> jamesmikedupont at googlemail.com>: >> >> >>> Hello, >> >> >>> >> >> >>> I would like to collect a set of test cases for DWG files with >> >> >>> corresponding DXF files for various versions of autocad. >> >> >>> That way we can develop the libredwg project further. >> >> >>> >> >> >>> Does anyone have a version of autocad that can produce these files? We >> >> >>> would need it for very many test cases with different data in it. >> >> >>> >> >> >>> thanks, >> >> >>> mike >> >> >>> _______________________________________________ >> >> >>> PythonCAD mailing list >> >> >>> PythonCAD at python.org >> >> >>> http://mail.python.org/mailman/listinfo/pythoncad >> >> >>> >> >> >> >> >> > >> From safe at safemasters.co.nz Sun Jan 10 12:42:48 2010 From: safe at safemasters.co.nz (Fraser Burns) Date: Mon, 11 Jan 2010 00:42:48 +1300 Subject: [PythonCAD] Formats In-Reply-To: References: Message-ID: <4B49BD38.2010007@safemasters.co.nz> I've been using Turbocad for about 10 years while I have been waiting for Pythoncad to come up to speed. It can export into many formats as well as its own native format (.tcw) So I can supply samples of those if and when you are ready. Fraser From jamesmikedupont at googlemail.com Sun Jan 10 13:00:32 2010 From: jamesmikedupont at googlemail.com (jamesmikedupont at googlemail.com) Date: Sun, 10 Jan 2010 13:00:32 +0100 Subject: [PythonCAD] Formats In-Reply-To: <4B49BD38.2010007@safemasters.co.nz> References: <4B49BD38.2010007@safemasters.co.nz> Message-ID: I am looking for dwg example formats for building a test suite : http://osmopenlayers.blogspot.com/2010/01/test-suite-for-libredwg.html please consider donating anything you have mike On Sun, Jan 10, 2010 at 12:42 PM, Fraser Burns wrote: > I've been using Turbocad for about 10 years while I have been waiting for > Pythoncad to come up to speed. > It can export into many formats as well as its own native format (.tcw) > So I can supply samples of those if and when you are ready. > Fraser > _______________________________________________ > PythonCAD mailing list > PythonCAD at python.org > http://mail.python.org/mailman/listinfo/pythoncad > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yndesai at gmail.com Wed Jan 13 11:02:49 2010 From: yndesai at gmail.com (Yagnesh Desai) Date: Wed, 13 Jan 2010 15:32:49 +0530 Subject: [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. Message-ID: <1d5ce5761001130202h35480411o5147e6a3e05a2f24@mail.gmail.com> Dear Matteo; Following needs your URGENT attention: If a visitor visits pythoncad page on sourceforge.net he has a link to download : PythonCAD-DS1-R37.linux-i686.zip I downloaded this file and to my surprise it is impossible to start pythoncad with available files in this zip. It does not even includes the readme & install files or the gtkpycad.py. I suggest we need not ask people to install the pythoncad we must give a download ZIP which contains a folder which can be exploded to desktop as a file and a folder. New user should be able to start pythoncad just by running only file in that folder. I believe that none of 160 downloads per day is resulting in a satisfactory trial by user. Which means more and more users are getting first impression that pythoncad is not working. - - - - - Best regards Yagnesh Desai Save a tree...please don't print this e-mail. From euro_ii at libero.it Wed Jan 13 13:49:25 2010 From: euro_ii at libero.it (euro_ii at libero.it) Date: Wed, 13 Jan 2010 13:49:25 +0100 (CET) Subject: [PythonCAD] R: URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. Message-ID: <24274642.691601263386965684.JavaMail.defaultUser@defaultHost> Hi Yagnesh, I will remove the file from the website and i will replace it as soon we have a good installation pakage. Regards, Matteo >----Messaggio originale---- >Da: yndesai at gmail.com >Data: 13/01/2010 11.02 >A: , >Ogg: [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. > >Dear Matteo; > >Following needs your URGENT attention: > >If a visitor visits pythoncad page on sourceforge.net >he has a link to download : >PythonCAD-DS1- R37.linux-i686.zip > >I downloaded this file and to my surprise it is impossible >to start pythoncad with available files in this zip. It does not >even includes the readme & install files or the gtkpycad.py. > >I suggest we need not ask people to install the pythoncad >we must give a download ZIP which contains a folder >which can be exploded to desktop as a file and a folder. >New user should be able to start pythoncad just by running only >file in that folder. > >I believe that none of 160 downloads per day is resulting >in a satisfactory trial by user. Which means more and more >users are getting first impression that pythoncad is not >working. > >- - - - - >Best regards > >Yagnesh Desai >Save a tree...please don't print this e-mail. >_______________________________________________ >PythonCAD mailing list >PythonCAD at python.org >http://mail.python.org/mailman/listinfo/pythoncad > From 0834786881 at mtnloaded.co.za Thu Jan 14 08:22:53 2010 From: 0834786881 at mtnloaded.co.za (Llewellyn Lee) Date: Thu, 14 Jan 2010 09:22:53 +0200 Subject: [PythonCAD] PythonCAD Digest, Vol 70, Issue 5 In-Reply-To: References: Message-ID: <201001140922.53218.0834786881@mtnloaded.co.za> On Wednesday 13 January 2010 01:00:02 pm pythoncad-request at python.org wrote: > ?pythoncad at python.org I downloaded pythoncas sometime ago and thought the problem with it not runningg was my fault so I have put off doing anything with python cad till I had time to investigate what I may have wrong with my insallation.. Information from Yagnesh Desai shows that I should download again as the file I got was incomplete causing the program not to run properly Llewellyn Lee Ps thanks to all of you workingon python cad to give people like me a much needed tool. -- This message has been scanned for viruses and dangerous content by Pinpoint, and is believed to be clean. From yndesai at gmail.com Fri Jan 15 03:09:32 2010 From: yndesai at gmail.com (Yagnesh Desai) Date: Fri, 15 Jan 2010 07:39:32 +0530 Subject: [PythonCAD] PythonCAD Digest, Vol 70, Issue 5 In-Reply-To: <201001140922.53218.0834786881@mtnloaded.co.za> References: <201001140922.53218.0834786881@mtnloaded.co.za> Message-ID: <1d5ce5761001141809n61005036sf3b084e54a01c110@mail.gmail.com> Dear Llewellyn Lee; I hope you could download, install and use pythoncad we will support you in case of any issue. Do keep monitoring this mailing list for developments. Regards Yagnesh Desai From 0834786881 at mtnloaded.co.za Fri Jan 15 14:12:49 2010 From: 0834786881 at mtnloaded.co.za (Llewellyn Lee) Date: Fri, 15 Jan 2010 15:12:49 +0200 Subject: [PythonCAD] new instalation software Message-ID: <201001151512.49213.0834786881@mtnloaded.co.za> Hello Yagnesh, As I am not under any pressure to get Python cad working I am going to watch this mailing list for an announcement that a new download file is available. Thanks your communication with me Llewellyn Lee -- This message has been scanned for viruses and dangerous content by Pinpoint, and is believed to be clean. From yndesai at gmail.com Tue Jan 19 09:12:05 2010 From: yndesai at gmail.com (Yagnesh Desai) Date: Tue, 19 Jan 2010 13:42:05 +0530 Subject: [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. In-Reply-To: <24274642.691601263386965684.JavaMail.defaultUser@defaultHost> References: <24274642.691601263386965684.JavaMail.defaultUser@defaultHost> Message-ID: <1d5ce5761001190012j6742fefch8e2c853935071b48@mail.gmail.com> Dear Matteo; Thanks for the prompt action. In install instruction we must also say that till we have beta release one can start pythoncad by just doing $ python gtkpycad.py in the relevant directory. Also in ubuntu I find that R35 is only available From euro_ii at libero.it Tue Jan 19 11:13:34 2010 From: euro_ii at libero.it (euro_ii at libero.it) Date: Tue, 19 Jan 2010 11:13:34 +0100 (CET) Subject: [PythonCAD] R: Re: URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. Message-ID: <27293689.1209751263896014522.JavaMail.defaultUser@defaultHost> Hi Yagnesh, As soon i have time i will do the setup for the windows installation. Actually R37 is present on the testing/unstable repository on debian and ubunt(I have not check ) as you can see in the wiki page: http: //morgul.no-ip.com/dokuwiki/doku.php?id=installation for other linux installation McOs we have to use the source pakage .. Regards, Matteo >---- Messaggio originale---- >Da: yndesai at gmail.com >Data: 19/01/2010 9.12 >A: , >Ogg: Re: [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. > >Dear Matteo; > >Thanks for the prompt action. > >In install instruction we must also say >that till we have beta release one can >start pythoncad by just doing > >$ python gtkpycad.py > >in the relevant directory. Also in ubuntu I find that >R35 is only available >_______________________________________________ >PythonCAD mailing list >PythonCAD at python.org >http://mail.python.org/mailman/listinfo/pythoncad > From yndesai at gmail.com Tue Jan 19 12:46:21 2010 From: yndesai at gmail.com (Yagnesh Desai) Date: Tue, 19 Jan 2010 17:16:21 +0530 Subject: [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 attention. In-Reply-To: <27293689.1209751263896014522.JavaMail.defaultUser@defaultHost> References: <27293689.1209751263896014522.JavaMail.defaultUser@defaultHost> Message-ID: <1d5ce5761001190346g3c518bf9j359e592846df3ed2@mail.gmail.com> In ubuntu R37 is available in "Lucid" I have registered a request to backport it to the LTS versions. http://packages.ubuntu.com/search?keywords=pythoncad&searchon=names&suite=lucid§ion=all On Tue, Jan 19, 2010 at 3:43 PM, euro_ii at libero.it wrote: > > Hi Yagnesh, > > As soon i have time i will do the setup for the windows > installation. > > Actually R37 is present on the testing/unstable repository on > debian and ubunt(I have not check ) as you can see in the wiki page: > http: > //morgul.no-ip.com/dokuwiki/doku.php?id=installation > > for other linux > installation McOs we have to use the source pakage .. > > > Regards, > Matteo > > >---- > Messaggio originale---- > >Da: yndesai at gmail.com > >Data: 19/01/2010 9.12 > >A: > , > >Ogg: Re: > [PythonCAD] URGENT: Pythoncad's new home at Sourceforge needs gr8 > attention. > > > >Dear Matteo; > > > >Thanks for the prompt action. > > > >In install > instruction we must also say > >that till we have beta release one can > >start > pythoncad by just doing > > > >$ python gtkpycad.py > > > >in the relevant directory. > Also in ubuntu I find that > >R35 is only available > > >_______________________________________________ > >PythonCAD mailing list > > >PythonCAD at python.org > >http://mail.python.org/mailman/listinfo/pythoncad > > > > > -- Best regards Yagnesh Desai Save a tree...please don't print this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: