mecamira / dxf2gcode

Automatically exported from code.google.com/p/dxf2gcode
0 stars 0 forks source link

Open preferences or postprocessor folder fails on Mac OS X (wx28 version) #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduce-by: 
1. Einstellungen->Open preferences folder (or Postprocessor folder)
2. Traceback (most recent call last):
  File
"/Users/mah/Documents/workspace/DXF2GCODE/trunk/source/dxf2gcode_wx28.py",
line 537, in OpenConfigFile

os.startfile(os.path.join(self.MyConfig.folder,self.MyConfig.cfg_file_name))
AttributeError: 'module' object has no attribute 'startfile' 

expected:
     open directory browser
got:
     a traceback

expected fix:  os.startfile needs Mac OSification - possibly just a file
association missing

versions:

dxf2gcode_wx28.py: see attached file

OS: Darwin imac.stiwoll.mah.priv.at 9.8.0 Darwin Kernel Version 9.8.0: Wed
Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

Python:  2.6.4 from http://www.python.org/download/releases/2.6.4/

wx:
http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-unicode-2.8.10.1-unive
rsal-py2.6.dmg

[just testing the issue tracker here, its an issue nevertheless; I will
look into this -mah]

Original issue reported on code.google.com by haberl...@gmail.com on 29 Nov 2009 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
wx28 Version no longer developed. Changed to pyQT GUI.

Original comment by christian.kohloeffel on 24 Jul 2013 at 6:26