New release: Alpha 2

43 views
Skip to first unread message

jpcaram

unread,
Feb 28, 2014, 9:16:41 PM2/28/14
to fla...@googlegroups.com
Changes:
  • Added support for non compliant Gerber having coordinates without operation code (D01/2).
  • Fixed Gerber parser bug not interpreting tool definitions and changes properly.
  • Tool size propagates when new objects are created.
  • Fixed G-Code parser and plotter for speed and size of objects.
  • Fixed Excellon parser bug not interpreting tool changes correctly.
  • Added offset feature (move objects in the XY plane).
  • Fixed non-responsive "Plot" and "Solid" checkboxes.
  • Added some information tooltips.
  • Added a version update checker.
  • Added an icon.
  • Some code cleanup.
Enjoy!

Stefano Varano

unread,
Mar 2, 2014, 4:36:09 PM3/2/14
to fla...@googlegroups.com
great project!
I have an issue on windows xp with the installer

started the program, on file open gerber, in the file manager if I click on drive C. to start search the file, the program crash
even if I click in other folder
I try to install all the pyton things and run the pyton

jpcaram

unread,
Mar 2, 2014, 5:17:09 PM3/2/14
to fla...@googlegroups.com
Hi,

The installer was made under Windows 7. I'm not sure how to help you here. I don't even have access to an XP machine to test it or make an installer in it.

Installing manually shouldn't be too complicated. Winpython is very easy to install and the other requirements all have installers for Windows. See section 2.2 in the manual

When installing dependencies after Winpython, make sure you do it through the WinPython Control Panel (Just drag and drop the .exe installers into it). Also registering that version of Python with the system should help get all things in order (In the WinPython Control Panel, Advanced Menu, Register distribution). If some package does not install through WinPython, you must register WinPython with the system, and then just run the installer (without dragging it into WinPython Control Panel).

Let me know how it goes. It would be great if we could get it running on XP!

JP

Stefanosky

unread,
Mar 2, 2014, 5:41:22 PM3/2/14
to fla...@googlegroups.com
nope
i try to insall all the things about python and...

Here the log on the consolle after i try to open a file from the menu program

C:\Documents and Settings\Stef\Documenti\flatcama2\FlatCAM-Alpha2>python FlatCAM
.py
'C:\Documents and Settings\Stef\Documenti\WinPython-32bit-2.7.6.3\python-2.7.6\L
ib\site-packages\gnome\lib/gio/modules\libgiognutls.dll': Impossibile trovare il
 modulo specificato.
Failed to load module: C:\Documents and Settings\Stef\Documenti\WinPython-32bit-
2.7.6.3\python-2.7.6\Lib\site-packages\gnome\lib/gio/modules\libgiognutls.dll
'C:\Documents and Settings\Stef\Documenti\WinPython-32bit-2.7.6.3\python-2.7.6\L
ib\site-packages\gnome\lib/gio/modules\libgiolibproxy.dll': Impossibile trovare
il modulo specificato.
Failed to load module: C:\Documents and Settings\Stef\Documenti\WinPython-32bit-
2.7.6.3\python-2.7.6\Lib\site-packages\gnome\lib/gio/modules\libgiolibproxy.dll
Hello World!

(python.exe:1180): Gdk-CRITICAL **: gdk_device_get_source: assertion 'GDK_IS_DEV
ICE (device)' failed


C:\Documents and Settings\Stef\Documenti\flatcama2\FlatCAM-Alpha2>


jpcaram

unread,
Mar 2, 2014, 10:26:00 PM3/2/14
to fla...@googlegroups.com
Lets see...

1) (python.exe:1180): Gdk-CRITICAL **: gdk_device... : That is not an error. It's perfectly normal.

2) The problem is related to PyGObject (PyGI). Did you download the latest (3.10.2 rev 18) from http://sourceforge.net/projects/pygobjectwin32/files/  ?

3) I don't have libgiognutls.dll or libgiolibproxy.dll anywhere in my system. It seems you are running a different version of PyGObject.

4) The paths have / and \ mixed together...

5) Did you run python from the Windows command prompt or from the WinPython Command Prompt?

6) To test if you have PyGObject installed correctly try running the following:

C:\WinPython-32\python-2.7.6>python
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import Gtk
>>> from gi.repository import Gdk
>>> from gi.repository import GdkPixbuf
>>> from gi.repository import GLib
>>> from gi.repository import GObject
>>>

Stefanosky

unread,
Mar 3, 2014, 4:57:57 AM3/3/14
to fla...@googlegroups.com


Il giorno lunedì 3 marzo 2014 04:26:00 UTC+1, jpcaram ha scritto:
Lets see...

1) (python.exe:1180): Gdk-CRITICAL **: gdk_device... : That is not an error. It's perfectly normal.

OK

2) The problem is related to PyGObject (PyGI). Did you download the latest (3.10.2 rev 18) from http://sourceforge.net/projects/pygobjectwin32/files/  ?

YES THE LAST ONE

3) I don't have libgiognutls.dll or libgiolibproxy.dll anywhere in my system. It seems you are running a different version of PyGObject.

4) The paths have / and \ mixed together...

 I don't know how to solve

5) Did you run python from the Windows command prompt or from the WinPython Command Prompt?

 from the WinPython Command Prompt

6) To test if you have PyGObject installed correctly try running the following:

C:\WinPython-32\python-2.7.6>python
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import Gtk
>>> from gi.repository import Gdk
>>> from gi.repository import GdkPixbuf
>>> from gi.repository import GLib
>>> from gi.repository import GObject
>>>

ok I do this import, but don't have change, same problem

jpcaram

unread,
Mar 3, 2014, 11:08:49 AM3/3/14
to fla...@googlegroups.com
What was the output when you ran the commands in 6)? Which import failed and what was the error?
Reply all
Reply to author
Forward
0 new messages