Chadtech / ChadTech-v0

1 stars 1 forks source link

on Mac, trying to save a file crashes the app and loses all the writing #6

Open zgiles opened 10 years ago

zgiles commented 10 years ago
  1. Install ChadTech
  2. Start a new document of any size (several different sizes and ratios tried)
  3. Type some words
  4. Press Ctrl-S to save
  5. Crash

Python is the stock system python. ChadTech from git repo some time ago worked, maybe something in the binary is missing.

Console output: 5/27/14 3:34:43.232 PM ChadTech[41693]: Traceback (most recent call last): 5/27/14 3:34:43.232 PM ChadTech[41693]: File "/Applications/ChadTech.app/Contents/Resources/boot.py", line 115, in 5/27/14 3:34:43.233 PM ChadTech[41693]: _run() 5/27/14 3:34:43.234 PM ChadTech[41693]: File "/Applications/ChadTech.app/Contents/Resources/boot.py", line 62, in _run 5/27/14 3:34:43.234 PM ChadTech[41693]: exec(compile(source, path, 'exec'), globals(), globals()) 5/27/14 3:34:43.235 PM ChadTech[41693]: File "/Applications/ChadTech.app/Contents/Resources/ChadTech.py", line 3370, in 5/27/14 3:34:43.915 PM ChadTech[41693]: saveName=tkFileDialog.asksaveasfilename() 5/27/14 3:34:43.916 PM ChadTech[41693]: NameError: name 'tkFileDialog' is not defined 5/27/14 3:34:43.916 PM ChadTech[41693]: NameError: name 'tkFileDialog' is not defined 5/27/14 3:34:44.031 PM ChadTech[41693]: ChadTech Error 5/27/14 3:34:44.031 PM ChadTech[41693]: 2014-05-27 15:34:44.030 ChadTech[41693:707] ChadTech Error

Chadtech commented 10 years ago

Sorry Zach, the Mac distribution just doesnt work. Jacob and I kind of gave up on the Mac distribution.

Just running the py file should work on Mac though.

zgiles commented 10 years ago

sad. OK. It's really close though...

On Tue, May 27, 2014 at 4:10 PM, Chadtech notifications@github.com wrote:

Sorry Zach, the Mac distribution just doesnt work. Jacob and I kind of gave up on the Mac distribution.

Just running the py file should work on Mac though.

— Reply to this email directly or view it on GitHubhttps://github.com/ChadCS/ChadTech-v0/issues/6#issuecomment-44328424 .

Zach Giles zgiles@gmail.com