pythoncad-developer Mailing List for PythonCAD (Page 5)
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(30) |
Feb
(65) |
Mar
(32) |
Apr
(42) |
May
(32) |
Jun
(18) |
Jul
(4) |
Aug
(30) |
Sep
(31) |
Oct
(28) |
Nov
(4) |
Dec
(40) |
2011 |
Jan
(18) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(7) |
Feb
(3) |
Mar
|
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2010-10-29 04:26:55
|
PythoncadBugTraker item #3097630, was opened at 2010-10-28 21:49 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097630&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: import file crashes under ubuntu 10.10 Initial Comment: hi, the import command still causes pycad to crash under ubuntu 10.10 bug seems to be in cadwindow.py row 356 carlo ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-29 06:26 Message: could you post part of the code Regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097630&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-29 04:25:14
|
PythoncadBugTraker item #3097838, was opened at 2010-10-29 03:33 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097838&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: R38 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: yndesai (yndesai) >Assigned to: Matteo Boscolo (matteoboscolo) Summary: Linux case sensitive err Initial Comment: Change the module name actionHandler to actionhandler ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-29 06:25 Message: Fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097838&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-29 01:33:50
|
PythoncadBugTraker item #3097838, was opened at 2010-10-29 07:03 Message generated for change (Tracker Item Submitted) made by yndesai You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097838&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: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: yndesai (yndesai) Assigned to: Nobody/Anonymous (nobody) Summary: Linux case sensitive err Initial Comment: Change the module name actionHandler to actionhandler ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097838&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-28 19:49:49
|
PythoncadBugTraker item #3097630, was opened at 2010-10-28 21:49 Message generated for change (Tracker Item Submitted) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097630&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: import file crashes under ubuntu 10.10 Initial Comment: hi, the import command still causes pycad to crash under ubuntu 10.10 bug seems to be in cadwindow.py row 356 carlo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3097630&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-28 19:47:22
|
PythoncadBugTraker item #3062600, was opened at 2010-09-09 14:15 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3062600&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: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Installation problem under windows vista Initial Comment: Hi all, I have installed PythonCAD pre alfa 03 under windowsVista as normal user but I'm not able to start the program Regards ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-10-28 21:47 Message: No doubt this is one of the most common questions/frustrations about Windows Vista. Even if you log on as an administrator, you don’t really have administrative rights, thanks to UAC (User Account Control). UAC runs almost everything using non-administrator rights to help protect you from bad software that would abuse those administrator rights to change your settings or install viruses. When you run a setup program, UAC should automatically prompt you to run it as an administrator using the UAC prompt (which Microsoft calls the “consent” prompt). If you don’t see this, right-click the program, and then click Run As Administrator. Then, it will really run as an administrator. It should have prompted you, but for some reason, Vista didn’t realize it needed Administrator rights. let me know if it works like this ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3062600&group_id=263167 |
From: Matteo B. <mat...@bo...> - 2010-10-28 06:17:08
|
Hi Yagnesh , it nice to see you again :-) The problems rise from the file name of the module actionhandler that is written like this actionHandler, so if you go in your linux installation and rename the file in actionhandler.py it must be working. the file must be under ...\PythonCAD\Interface\Entity . I will try to fix it in the repository Could you open a Traker for this issue ? Reghards Matteo Il 27/10/2010 19:20, Yagnesh Desai ha scritto: > I started to setup my pythoncad environment in ubuntu 10.4 > and hit the road block. > I installed pyqt and sympy and now left with following error: > > quote: > > Traceback (most recent call last): > File "pythoncad_qt.py", line 21, in<module> > from Interface.cadwindow import CadWindowMdi > File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadwindow.py", > line 38, in<module> > from Interface.cadscene import CadScene > File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadscene.py", > line 38, in<module> > from Interface.Entity.actionhandler import PositionHandler > ImportError: No module named actionhandler > > :Unquote > > now it jump starts in windows and not in linux is it that we have moved > to support windows ;) > > - - - > Best regards > > Yagnesh Desai > > Save a tree...please don't print this e-mail. > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Pythoncad-developer mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncad-developer > > |
From: Yagnesh D. <yn...@gm...> - 2010-10-27 17:20:14
|
I started to setup my pythoncad environment in ubuntu 10.4 and hit the road block. I installed pyqt and sympy and now left with following error: quote: Traceback (most recent call last): File "pythoncad_qt.py", line 21, in <module> from Interface.cadwindow import CadWindowMdi File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadwindow.py", line 38, in <module> from Interface.cadscene import CadScene File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadscene.py", line 38, in <module> from Interface.Entity.actionhandler import PositionHandler ImportError: No module named actionhandler :Unquote now it jump starts in windows and not in linux is it that we have moved to support windows ;) - - - Best regards Yagnesh Desai Save a tree...please don't print this e-mail. |
From: SourceForge.net <no...@so...> - 2010-10-27 05:34:40
|
PythoncadWishTraker item #3095988, was opened at 2010-10-26 23:59 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095988&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: Improvements >Group: R38 Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: Command is sensible to interface selected entities Initial Comment: it whould be nice if commands like copy or move behave like that: if some entities are selected in the cadscene and command is launched the command do not prompt for select entities but uses preselected ones thanks carlo ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-27 07:34 Message: it's in our plan to develop such a feature, it will be ready as soon is possible regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095988&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-26 21:59:22
|
PythoncadWishTraker item #3095988, was opened at 2010-10-26 23:59 Message generated for change (Tracker Item Submitted) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095988&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: Command is sensible to interface selected entities Initial Comment: it whould be nice if commands like copy or move behave like that: if some entities are selected in the cadscene and command is launched the command do not prompt for select entities but uses preselected ones thanks carlo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095988&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-25 22:01:25
|
PythoncadWishTraker item #3095155, was opened at 2010-10-25 22:24 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095155&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: Gui Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: PythonCAD and OpenGL? Initial Comment: What does it means in terms of performance improvements and difficulty to implement? ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-26 00:01 Message: We did some test before choosing pyqt and we notice that for drawing a 2d entity the actual scene+view is the faster way to render the geometrical entity. Opengl are also more difficult to implement and have some trouble under linux machine related to graphic card setting. so for this reason we decide to not use the opengl . regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095155&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-25 20:24:38
|
PythoncadWishTraker item #3095155, was opened at 2010-10-25 22:24 Message generated for change (Tracker Item Submitted) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095155&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: Gui Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Nobody/Anonymous (nobody) Summary: PythonCAD and OpenGL? Initial Comment: What does it means in terms of performance improvements and difficulty to implement? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3095155&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 14:22:41
|
PythoncadWishTraker item #3052547, was opened at 2010-08-24 23:52 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3052547&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: Improvements Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: carlopav (carlopav) Assigned to: Matteo Boscolo (matteoboscolo) Summary: Developing mouse gestures Initial Comment: just kidding around with the new inkscape to show how i'd like to interact with a cad program without having to hit enter or the spacebar 60 times per second and without that boring command line and without overclicking left mouse button that's driving me to a young arthrosis. ---------------------------------------------------------------------- >Comment By: carlopav (carlopav) Date: 2010-10-24 16:22 Message: first steps taken improving mouse midbutton zoom and pan functionalities carlo ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-02 23:13 Message: i was just thinking on opening a forum discussion on new features you are working on, or to collect ideas or to request help. i saw just an opendiscussion thread in the forum but seems not too used. For example e thread on documentation, one on tech reports i heard are being built could be nice. about how to do that... about no idea, i never managed a sourceforge site before. carlo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-02 08:18 Message: >don't know if you received my mail one week ago, but for any kind of help I get your e mail and I replay on it.. could you please send me a mail message at mat...@bo..., so we can keep in tuch. >PS why don't we move the newsletter to a public forum thread? I don't know how to do that .. can you please suggest me how to do that ? ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-02 00:23 Message: ok, i'll try it next days. don't know if you received my mail one week ago, but for any kind of help just ask me. carlo PS why don't we move the newsletter to a public forum thread? ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-08-25 09:56 Message: Thanks for the Traker, in those days I'm working on such a functionality. Try to use the git version to be update with the week git update. Ask to the developer mailing list for support on git or go to the following link for any help. http://pythoncad.sourceforge.net/dokuwiki/doku.php?id=download Regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3052547&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 08:20:20
|
PythoncadWishTraker item #3058367, was opened at 2010-09-02 22:34 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3058367&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: Command Group: R38 Status: Open Resolution: Postponed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Delete key Initial Comment: pressing "del" delete the selected entity or ask to select entities to delete ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-10-24 10:20 Message: I can implement the key to make it launch the deleteCommand, but it should be useful to discuss a common policy for keyboard shortcuts first carlo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-03 22:13 Message: The delete key is not yet implemented.. ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-03 21:39 Message: the tracker is about the useful keyboar "delete" key ("Canc"). in R37 and in R38 alpha 3 seems it's not doing anything, it should delete selected entity, don't know if it's already fixed in git version. I'll try it next days. ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-03 20:34 Message: I do not understand what you want .. could you please give me more datails ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3058367&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 07:23:25
|
PythoncadWishTraker item #3094040, was opened at 2010-10-24 08:26 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094040&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: Gui Group: R38 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) >Assigned to: Matteo Boscolo (matteoboscolo) Summary: Remember the folder position Initial Comment: When you open a file or you import a file the openfile dialogo dose not remember the last position and is always set to the home directory. ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-24 09:23 Message: It starts on the local user folder and the it remember the last open\imported folder ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094040&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 07:21:40
|
PythoncadWishTraker item #3094021, was opened at 2010-10-24 07:48 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&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: Improvements Group: R38 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Matteo Boscolo (matteoboscolo) Summary: Open file Initial Comment: Open file command is not able to open dxf file .. to open dxf file you need to open an empty drawing and then import the dxf file ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-24 09:21 Message: now it works ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-24 07:51 Message: I will improve the open command to allow opening also dxf file Regards Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 06:26:18
|
PythoncadWishTraker item #3094040, was opened at 2010-10-24 08:26 Message generated for change (Tracker Item Submitted) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094040&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: Gui Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) Assigned to: Nobody/Anonymous (nobody) Summary: Remember the folder position Initial Comment: When you open a file or you import a file the openfile dialogo dose not remember the last position and is always set to the home directory. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094040&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 06:22:37
|
PythoncadWishTraker item #2907452, was opened at 2009-12-02 13:49 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=2907452&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: Improvements >Group: R38 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: yndesai (yndesai) Assigned to: Matteo Boscolo (matteoboscolo) Summary: Windows installer for PythonCAD Initial Comment: I wish if someone can compile an .msi (windows installer) for pythoncad which also installs related python & gtk components for windows users are too dumb to do that. If they find an windows installer already hosted we can get more users tryin pythoncad ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-24 08:22 Message: Now we get the setup installer for windows made with inno setup Regards, Matteo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-07-11 09:25 Message: now we get a .exe file for R38 We do not need to install qt or python for a windows platform as soon we have a stable release we will do a setup program (that it's easy) ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-02-02 11:06 Message: We get an error using the installre It not load the gtpycad.png file ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-02-01 16:08 Message: we have create a new installation setupusig py2exe end inno setup the setup procedure is 1) setup.py from distutils.core import setup import py2exe import glob opts = { "py2exe": { "includes": "cairo, pango, pangocairo, atk, gobject, gio", #"dll_excludes": [ #"iconv.dll","intl.dll","libatk-1.0-0.dll", #"libgdk_pixbuf-2.0-0.dll","libgdk-win32-2.0-0.dll", #"libglib-2.0-0.dll","libgmodule-2.0-0.dll", #"libgobject-2.0-0.dll","libgthread-2.0-0.dll", #"libgtk-win32-2.0-0.dll","libpango-1.0-0.dll", #"libpangowin32-1.0-0.dll"], } } setup( name = "PythonCAD", description = "CAD built from Python", version = "0.1.37", author="Art Haas,Matteo Boscolo", url="http://www.pythoncad.org/", license="GPL", windows = [ {"script": "gtkpycad.py", "icon_resources": [(1, "gtkpycad.ico")] } ], options=opts, data_files=[ 'gtkpycad.png', ] ) 2)python setup.py py2win 3) copy etc-lib-shere from gtk installation 4) use this inno setup for building the setup pakage (adgust the path in the script) ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{F4FB95EA-37A1-4D38-9C01-BF6EF99AF4C8} AppName=PythonCad AppVerName=Pythoncad R37 AppPublisher=PythonCad AppPublisherURL=http://www.sourceforge.net/projects/pythoncad AppSupportURL=http://www.sourceforge.net/projects/pythoncad AppUpdatesURL=http://www.sourceforge.net/projects/pythoncad DefaultDirName={pf}\PythonCad DefaultGroupName=PythonCad AllowNoIcons=yes OutputBaseFilename=PythoCadSetup SetupIconFile=E:\Matteo\personale\programming\python\git\pythoncad\dist\gtkpycad.ico Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "E:\Matteo\personale\programming\python\git\pythoncad\dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\PythonCad"; Filename: "{app}\gtkpycad.exe" ;WorkingDir: "{app}";IconFilename: "{app}\gtkpycad.ico" Name: "{group}\{cm:ProgramOnTheWeb,PythonCad}"; Filename: "http://www.sourceforge.net/projects/pythoncad";WorkingDir: "{app}" ;IconFilename: "{app}\gtkpycad.ico" Name: "{commondesktop}\PythonCad"; Filename: "{app}\gtkpycad.exe"; Tasks: desktopicon ;WorkingDir: "{app}" ;IconFilename: "{app}\gtkpycad.ico" Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PythonCad"; Filename: "{app}\gtkpycad.exe"; Tasks: quicklaunchicon;WorkingDir: "{app}" ;IconFilename: "{app}\gtkpycad.ico" [Run] Filename: "{app}\gtkpycad.exe"; Description: "{cm:LaunchProgram,PythonCad}"; Flags: nowait postinstall skipifsilent ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=2907452&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 05:51:22
|
PythoncadWishTraker item #3094021, was opened at 2010-10-24 07:48 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&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: Improvements Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Matteo Boscolo (matteoboscolo) Summary: Open file Initial Comment: Open file command is not able to open dxf file .. to open dxf file you need to open an empty drawing and then import the dxf file ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-10-24 07:51 Message: I will improve the open command to allow opening also dxf file Regards Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-10-24 05:48:08
|
PythoncadWishTraker item #3094021, was opened at 2010-10-24 05:48 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&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: Improvements Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Open file Initial Comment: Open file command is not able to open dxf file .. to open dxf file you need to open an empty drawing and then import the dxf file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3094021&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-09-19 05:59:10
|
PythoncadWishTraker item #3067324, was opened at 2010-09-16 07:44 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&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: Command Group: R38 >Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) >Assigned to: Paolo Zambetti (pzambetti) Summary: Split the Move Copy Command Initial Comment: Actually PythonCAD have only one command to perform a copy/move operation. It' will be nice to have to separate command, one for moving and one for copy. Regards, Matteo ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-19 07:59 Message: Well done Carlo, I will close the traker Regards, Matteo ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-18 22:17 Message: ok, we now have them! carlo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-16 07:45 Message: ok wi will split the command ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-09-18 20:17:48
|
PythoncadWishTraker item #3067324, was opened at 2010-09-16 07:44 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&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: Command Group: R38 Status: Open Resolution: Accepted Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) Assigned to: Nobody/Anonymous (nobody) Summary: Split the Move Copy Command Initial Comment: Actually PythonCAD have only one command to perform a copy/move operation. It' will be nice to have to separate command, one for moving and one for copy. Regards, Matteo ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-18 22:17 Message: ok, we now have them! carlo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-16 07:45 Message: ok wi will split the command ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-09-16 05:45:24
|
PythoncadWishTraker item #3067324, was opened at 2010-09-16 07:44 Message generated for change (Comment added) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&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: Command Group: R38 Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) Assigned to: Nobody/Anonymous (nobody) Summary: Split the Move Copy Command Initial Comment: Actually PythonCAD have only one command to perform a copy/move operation. It' will be nice to have to separate command, one for moving and one for copy. Regards, Matteo ---------------------------------------------------------------------- >Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-16 07:45 Message: ok wi will split the command ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-09-16 05:44:45
|
PythoncadWishTraker item #3067324, was opened at 2010-09-16 07:44 Message generated for change (Tracker Item Submitted) made by matteoboscolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&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: Command Group: R38 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matteo Boscolo (matteoboscolo) Assigned to: Nobody/Anonymous (nobody) Summary: Split the Move Copy Command Initial Comment: Actually PythonCAD have only one command to perform a copy/move operation. It' will be nice to have to separate command, one for moving and one for copy. Regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3067324&group_id=263167 |
From: SourceForge.net <no...@so...> - 2010-09-10 18:49:30
|
PythoncadWishTraker item #3062908, was opened at 2010-09-09 21:47 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3062908&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: Improvements Group: R38 Status: Open Resolution: Later Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: User coordinates system Initial Comment: just some few ideas on UCS and how i'd love it works. attached a PDF made with SK1. carlo ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-10 20:49 Message: Great! looking forward to start contributing in a more serious way than just with target ideas. carlo ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-10 07:57 Message: HI, The actual kernel dose not care of ucs .. it assume that the current view is fixed on the x,y ortogonal plane .. I found your idea very interesting and I like it so mutch. I will do some research if it's possible to create such a think in a very easy way. Regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3062908&group_id=263167 |
From: matteo\.boscolo\@boscolini\.eu <mat...@bo...> - 2010-09-10 09:14:30
|
Hi All, Starting from the last commit, PythonCAD have an integration with the sympy module.This integration allows you to import sympy Geometrical object into PythonCAD graphics area,and get sympy object from PythonCAD. To show you how it works, you can just click on the following link to see the youtube video that show this integration.http://www.youtube.com/watch?v=FnxRDj4qyc4 Regards,MatteoSympy: http://code.google.com/p/sympy/PythonCAD: http://www.sourceforge.net/projects/pythoncad |