File: Mac_OS_X_Read_Me.txt

package info (click to toggle)
pythoncad 0.1.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,816 kB
  • ctags: 5,020
  • sloc: python: 64,182; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To run the OS X Native front-end as a double-clickable .app:

1) Download and install the Python-Objective C bridge.
   http://pyobjc.sf.net/
2) Open a terminal window (in Applications->Utilities->Terminal)
3) Change to the directory where this readme file is located
  (ie, if it's on your desktop in a "PythonCad" folder, type
  'cd ~/Desktop/PythonCad' in the Terminal.
4) Type "python buildapp.py --semi-standalone build" in the terminal window.  
5) The PythonCad.app will be located in the newly created "build" directory.
   Drag it to wherever you usually keep your applications.

I make no guarantee this will work on OS X 10.2.  It might, it
might not.  If you can't get it to work, send an e-mail.  If
it doesn't work but you figure out how to fix it, send an-email.

Enjoy.