World Of M.A.R.T.I. Mac OS

broken image


Nearly all Mac's sold after July 20, 2011 came with factory installs of OS X 10.7, the firmware will refuse to boot off the 10.6 disks even if they are the model specific ones, however if OS X 10.6 can be put on the drive via Firewire Target Disk mode or removing the drive and using another Mac, then the Mac will boot from it. If you have access to a Mac running OS X Yosemite or older it is possible to see old versions of Mac OS X in the Mac App Store. Yosemite, Mavericks and Mountain Lion can all be seen here. Officially, the operating system that was available on that Mac at the time that you bought it is the oldest version of macOS that can run on that Mac. It's likely that an older OS won't include.

  1. World Of M.a.r.t.i. Mac Os Update
  2. World Of M.a.r.t.i. Mac Os Download
  3. World Of M.a.r.t.i. Mac Os Free
Author

Bob Savage @mac.com>

Python on a Macintosh running Mac OS X is in principle very similar to Python onany other Unix platform, but there are a number of additional features such asthe IDE and the Package Manager that are worth pointing out.

4.1. Getting and Installing MacPython¶

Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, youare invited to install the most recent version of Python 3 from the Pythonwebsite (https://www.python.org). A current 'universal binary' build of Python,which runs natively on the Mac's new Intel and legacy PPC CPU's, is availablethere.

What you get after installing is a number of things:

  • A Python3.9 folder in your Applications folder. In hereyou find IDLE, the development environment that is a standard part of officialPython distributions; and PythonLauncher, which handles double-clicking Pythonscripts from the Finder.

  • A framework /Library/Frameworks/Python.framework, which includes thePython executable and libraries. The installer adds this location to your shellpath. To uninstall MacPython, you can simply remove these three things. Asymlink to the Python executable is placed in /usr/local/bin/.

The Apple-provided build of Python is installed in/System/Library/Frameworks/Python.framework and /usr/bin/python,respectively. You should never modify or delete these, as they areApple-controlled and are used by Apple- or third-party software. Remember thatif you choose to install a newer Python version from python.org, you will havetwo different but functional Python installations on your computer, so it willbe important that your paths and usages are consistent with what you want to do.

IDLE includes a help menu that allows you to access Python documentation. If youare completely new to Python you should start reading the tutorial introductionin that document.

If you are familiar with Python on other Unix platforms you should read thesection on running Python scripts from the Unix shell.

4.1.1. How to run a Python script¶

Your best way to get started with Python on Mac OS X is through the IDLEintegrated development environment, see section The IDE and use the Help menuwhen the IDE is running.

If you want to run Python scripts from the Terminal window command line or fromthe Finder you first need an editor to create your script. Mac OS X comes with anumber of standard Unix command line editors, vim andemacs among them. If you want a more Mac-like editor,BBEdit or TextWrangler from Bare Bones Software (seehttp://www.barebones.com/products/bbedit/index.html) are good choices, as isTextMate (see https://macromates.com/). Other editors includeGvim (http://macvim-dev.github.io/macvim/) and Aquamacs(http://aquamacs.org/).

To run your script from the Terminal window you must make sure that/usr/local/bin is in your shell search path.

To run your script from the Finder you have two options:

  • Drag it to PythonLauncher

  • Select PythonLauncher as the default application to open yourscript (or any .py script) through the finder Info window and double-click it.PythonLauncher has various preferences to control how your script islaunched. Option-dragging allows you to change these for one invocation, or useits Preferences menu to change things globally.

4.1.2. Running scripts with a GUI¶

With older versions of Python, there is one Mac OS X quirk that you need to beaware of: programs that talk to the Aqua window manager (in other words,anything that has a GUI) need to be run in a special way. Use pythonwinstead of python to start such scripts.

With Python 3.9, you can use either python or pythonw.

4.1.3. Configuration¶

Python on OS X honors all standard Unix environment variables such asPYTHONPATH, but setting these variables for programs started from theFinder is non-standard as the Finder does not read your .profile or.cshrc at startup. You need to create a file~/.MacOSX/environment.plist. See Apple's Technical Document QA1067 fordetails.

For more information on installation Python packages in MacPython, see sectionInstalling Additional Python Packages.

4.2. The IDE¶

MacPython ships with the standard IDLE development environment. A goodintroduction to using IDLE can be found athttp://www.hashcollision.org/hkn/python/idle_intro/index.html.

4.3. Installing Additional Python Packages¶

There are several methods to install additional Python packages:

  • Packages can be installed via the standard Python distutils mode (pythonsetup.pyinstall).

  • Many packages can also be installed via the setuptools extensionor pip wrapper, see https://pip.pypa.io/.

4.4. GUI Programming on the Mac¶

There are several options for building GUI applications on the Mac with Python.

PyObjC is a Python binding to Apple's Objective-C/Cocoa framework, which isthe foundation of most modern Mac development. Information on PyObjC isavailable from https://pypi.org/project/pyobjc/.

The standard Python GUI toolkit is tkinter, based on the cross-platformTk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is bundled with OSX by Apple, and the latest version can be downloaded and installed fromhttps://www.activestate.com; it can also be built from source.

wxPython is another popular cross-platform GUI toolkit that runs natively onMac OS X. Packages and documentation are available from https://www.wxpython.org.

PyQt is another popular cross-platform GUI toolkit that runs natively on MacOS X. More information can be found athttps://riverbankcomputing.com/software/pyqt/intro.

4.5. Distributing Python Applications on the Mac¶

The standard tool for deploying standalone Python applications on the Mac ispy2app. More information on installing and using py2app can be foundat http://undefined.org/python/#py2app.

4.6. Other Resources¶

The MacPython mailing list is an excellent support resource for Python users anddevelopers on the Mac:

Another useful resource is the MacPython wiki:

3 1 like 89,782 views Last modified Jul 24, 2013 3:42 AM

Hello and welcome to my User Tip



As people begin to sell their used Intel processor Mac's problems are occurring when the new owner wishes to wipe everything and make the machine their own due to complexity of reinstalling various OS X versions, AppleID conflicts etc, so I will attempt to clear up the issue and provide concrete procedures you need to follow.


The previous owner is supposed to remove any firmware passwords, erase everything and reinstall the OS X version that came with the machine or OS X 10.6 (if the machine originally came with 10.6, 10.5 or 10.4), but usually this doesn't occur and when the new owner goes to update OS X or reinstall the OS, they are blocked in some manner.


This User Tip is designed to cover Intel Mac's, older PPC processor based Mac's came with their own OS X disks or 10.5 upgrade disks and that's the last OS X version that can run on those machines. 10.5 is currently not supported for security issues etc., so if your using this, use it off the Internet.



OS X boot drives formatting


All OS X boot drives must be formatted in Apple's Disk Utility (as minimal) 1 Partition: Option: GUID and OS X Extended Journaled as the format.


All OS X boot hard drives (not Solid State Disks) should be futher erased with the Security Option: Zero All Data or move the slider one spot to the right, this has a effect of wiping all data off the drive and also eliminates bad sector issues that can prevent a drive from formatting or even installing OS X. It does take some time to complete but it's worth it to prevent drive issues later. If the drive fails the zero erase procedure, it's bad and requires replacement. Be glad to know it now than later on and takes your data with it.


If you require more complicated behind the scenes action then read these

World Of M.a.r.t.i. Mac Os Update





Identifying the machine


First off if the machine is bootable to OS X, head to the Apple Menu > About This Mac and note the OS X version.


Then do > More Information and write down all what you see there.


What is important is the Model Identifier, the Serial Number and the Memory, get all this written down.



If the machine is not booting into OS X, then you will have to work from the Serial Number located on the outside of the machine or box someplace.


This Apple support document will assist you getting the Serial Number: https://support.apple.com/kb/HT1349



If the machine is hold Command(⌘) r booting into RecoveryHD, or hold Command(⌘) Option/alt r booting into Internet Recovery (connected via Ethernet to router/modem (wired or built in keyboard needed for at boot key commands)


Then use Terminal and enter this command followed by the return/enter. With OS X being tied to a previous owners ID, you likely can't reinstall it.


ioreg -l | grep IOPlatformSerialNumber

World Of M.A.R.T.I. Mac OS



Another method to get the profile of the machine is to use Apple's Hardware Test, which in some cases will provide Model Identifier and Serial Number as well as a host of other data about the machine, like the RAM etc. Apple also has links to identify the machine.


Newer machines download Hardware Test from Apple via the Internet, so connect a Ethernet cable (preferred) and press and hold the D key and boot the machine.


If your required to hold the D key down at boot, it takes awhile, so hold on for about 5-7 minutes.



You can try this to see if it works, no big deal if it doesn't, just see the link above and see if older Hardware Test versions will give you the reqired machine information.



This website will assist you in identifying the Model Identifier based upon the last 3 or 4 digits of the Serial Number.




The Model Indentifier looks like 'MacBook Pro 4,1' or similar.



You can also use the following Apple resources for assistance identifying your Mac NoteBook or Desktop:



To determine what OS your Mac NoteBook or Desktop shipped with you can use Mac OS X versions (builds) for computers.


Summer daydream mac os.



Ok, at this point you should have the Serial Number and the Model Identifier at least.




Wired or built in keyboard needed


If the machine has a built in keyboard (laptops) then your ok, just use that. If the machine has a wireless keyboard, you will need to connect a wired one to proceed further.


A PC keyboard should work, the Windows key is the same as the Apple/Command Key and the option/alt is the same as well.


From now on, use the wired keyboard until your back setup on OS X and can establish a new wireless keyboard.




Checking for a Firmware Password


We need to check to see if a Firmware Password has been set on the used machine.

Generic zombie shooter - redux mac os.

You can do this by holding Command V and booting the machine. What will occur differently when OS X is booting is you will see a black screen with a bunch of white text scrolling down and then presented by the log in screen or logging in as normal like before.


If your instead presented with a lock symbol and a request for a password, the a firmware password has been set and needs to be removed first before you can proceed.

Mac



Another method to get the profile of the machine is to use Apple's Hardware Test, which in some cases will provide Model Identifier and Serial Number as well as a host of other data about the machine, like the RAM etc. Apple also has links to identify the machine.


Newer machines download Hardware Test from Apple via the Internet, so connect a Ethernet cable (preferred) and press and hold the D key and boot the machine.


If your required to hold the D key down at boot, it takes awhile, so hold on for about 5-7 minutes.



You can try this to see if it works, no big deal if it doesn't, just see the link above and see if older Hardware Test versions will give you the reqired machine information.



This website will assist you in identifying the Model Identifier based upon the last 3 or 4 digits of the Serial Number.




The Model Indentifier looks like 'MacBook Pro 4,1' or similar.



You can also use the following Apple resources for assistance identifying your Mac NoteBook or Desktop:



To determine what OS your Mac NoteBook or Desktop shipped with you can use Mac OS X versions (builds) for computers.


Summer daydream mac os.



Ok, at this point you should have the Serial Number and the Model Identifier at least.




Wired or built in keyboard needed


If the machine has a built in keyboard (laptops) then your ok, just use that. If the machine has a wireless keyboard, you will need to connect a wired one to proceed further.


A PC keyboard should work, the Windows key is the same as the Apple/Command Key and the option/alt is the same as well.


From now on, use the wired keyboard until your back setup on OS X and can establish a new wireless keyboard.




Checking for a Firmware Password


We need to check to see if a Firmware Password has been set on the used machine.

Generic zombie shooter - redux mac os.

You can do this by holding Command V and booting the machine. What will occur differently when OS X is booting is you will see a black screen with a bunch of white text scrolling down and then presented by the log in screen or logging in as normal like before.


If your instead presented with a lock symbol and a request for a password, the a firmware password has been set and needs to be removed first before you can proceed.


You will need the firmware password to remove it, it's the ultimate lock down of a Mac designed for schools and security purposes. However it can be bypassed.


I recommend at this point you take the machine to a local Apple repair or store and have them reset the machine, as it involves doing internal work. Also you might want to take this opportunity to have them check the RAM amount and install more to max the machine of it's capacity to hold RAM, as it will perform better.


As a extra caution, I would bring receipts and proof of purchase of the used machine, because to Apple it technically belongs to another person on their records.


https://heredload459.weebly.com/sims-4-give-key.html.

At this point there is no Firmware Password or it has been removed so the at boot key commands will work.




Last chance to backup any files


I do NOT advise TimeMachine being your only copy of your precious users files, make a copy of files to a normal regular external drive.


The reasons for this is TM is designed to restore the current machine owner, and if you come to find out it's all tied to the previous owner, your going to change that and thus may have troubles with TM.


So just having your user files on a external drive you can recover just those in your new setup.


Disconnect all drives when messing around with Disk Utility and OS X reinstalls to prevent TM from activating and making mistakes.





The quickest way to determine what you can do

Hold the Command Option r keys down using a wired or built in keyboard and boot the machine on a fast, reliable Internet connection using a Ethernet cable to your router (preferred) or connect using Wifi.


If you load Internet Recovery, then use that Disk Utility to erase the ENTIRE drive of all partitions, check under Partitions that the Partition: 1, Option: GUID and OS X Extended Journaled as the format, give it a name MacintoshHD and apply.


Character maker mac os.

Quit Disk Utility from the file menu and install OS X using your AppleID and password.


This is the tester, if your AppleID and password is accepted and OS X begins installing, then your good to go.


You can upgrade to a later OS X version in AppStore or by calling Apple for the latest OS X version for that machine, they will send you a installer link.


If it doesn't install, it means that OS X version was purchased by the previous owner, you will need the 10.6 install disks.






More complicated OS X installs


Because OS X 10.7 (and up) upgrades are tied to a purchaser, like AppStore software is, they cannot be updated or reinstalled by another owner with a different AppleID and password.


Below is the lowdown on the more complicated OS X installs when Apple transitioned from boot disks to Internet only installs of OS X



If the machine was upgraded from OS X version 10.6.8 to 10.7:


Then using Internet Recovery (if the machine is capable of it) will restore OS X 10.7 as also will Recovery HD partition on the boot drive.


Only the original purchaser of 10.7 from the AppStore can reinstall OS X 10.7 using their AppleID and password.


Other owners will have to reinstall OS X 10.6 first via the appropriate 10.6 install disks, then can upgrade to the latest OS X version the machine supports via AppStore, or by calling Apple and ordering one of the later versions the machine supports and receiving a link to the download




If the machine was upgraded from OS X version 10.6.8 to 10.8:


Then using Internet Recovery (if the machine is capable of it) will restore 10.8 as also will Recovery HD partition on the boot drive.


Only the original purchaser of 10.8 from the AppStore can reinstall OS X 10.8 using their AppleID and password.


Other owners will have to reinstall OS X 10.6 first via the appropriate 10.6 install disks, then can upgrade to the latest OS X version the machine supports via AppStore, or by calling Apple and ordering one of the later versions the machine supports and receiving a link to the download.





If the machine was upgraded from OS X version 10.6.8 to 10.7, then from 10.7 to 10.8:


Then using Internet Recovery (if the machine is capable of it) will restore 10.7 and Recovery HD partition on the boot drive will restore 10.8.


Only the original purchaser of 10.7 from the AppStore can reinstall OS X 10.7 using their AppleID and password.


Only the original purchaser of 10.8 from the AppStore can reinstall OS X 10.8 using their AppleID and password.


Keep the flow mac os. Other owners will have to reinstall OS X 10.6 first via the appropriate 10.6 install disks, then can upgrade to the latest OS X version the machine supports via AppStore, or by calling Apple and ordering one of the later versions the machine supports and receiving a link to the download.




If the machine came with OS X 10.7 installed from the factory and upgraded to 10.8:


Then using Internet Recovery will restore 10.7 and Recovery HD partition will restore 10.8


Any owner can install 10.7 from Internet Recovery, but a AppleID and password is required.


Only the original purchaser of 10.8 from the AppStore can reinstall OS X 10.8 using their AppleID and password.


Other owners will have to reinstall OS X 10.7 first via Internet Recovery, then can upgrade to the latest OS X version the machine supports via AppStore, or by calling Apple and ordering one of the later versions the machine supports and receiving a link to the download.




The following machines are capable of installing OS X 10.6:


All Intel processor Mac's prior to 2011 will install OS X 10.6 with the 10.6.3 white retail disks sold online provided the machine originally came from the factory installed with OS X 10.6.2 or earlier.



All Intel processors Mac's prior to 2011 and released with OS X 10.6.3 or later originally installed from the factory require model specific install disks only attained by directly calling Apple and ordering them.


All Mac's sold new after January 2011 until apx July 20, 2011 (when OS X 10.7 was released) require model specific OS X 10.6 (10.6.3+) install disks that can only be attained by calling Apple directly.


Nearly all Mac's sold after July 20, 2011 came with factory installs of OS X 10.7, the firmware will refuse to boot off the 10.6 disks even if they are the model specific ones, however if OS X 10.6 can be put on the drive via Firewire Target Disk mode or removing the drive and using another Mac, then the Mac will boot from it.




How to find out what OS X 10.6 disks to use:


If your unsure of what OS X install disks will work, you can use the Model Indentifier (ex: MacBook Pro 4,2) to consult the free MacTracker as to find out what OS X version originally shipped on that machine (not perfect for 2011) or call Apple and provide the machines serial number.


The machines serial number or model identifier can be located in software or outside the machine: https://support.apple.com/kb/HT1349


Or if you have the machine connected to a Internet you can boot the machine while holding D down for about 7 minutes to load Hardware Test which has a pane at the top to select and provides the information.




How to erase and install OS X 10.6:


Make sure to erase the ENTIRE drive by selecting the drive makers name and disk size at the top, it's so the hidden partitions of later OS X versions are totally erased, thus if you decide to upgrade to later OS X versions via AppStore, they will install the hidden partitions more appropriate for you.


Also if you want to stick with Snow Leopard, the 10.6 install disk version of Disk Utility will be able to properly repair the drive if need be.




More information:


Any non-Internet Recovery capable machines with a new or completely erased boot drive (thus no RecoveryHD partition) will need the appropriate 10.6 install disks or USB thumb drive.


Internet installs of OS X require a fast, reliable, stable and no data capped/restricted size download capability.


All OS X 10.6 disks contain the entire operating system, despite their capability of appearing to upgrade older OS X versions of 10.4/10.5, rather what occurs is the older version is replaced in favor of the newer one, users accounts, files and most programs are left intact.


All OS X AppStore upgrades are also the same, they replace the older version with the newer one, leaving user accounts and most programs intact.


OS X 10.6 white retail disks don't contain the free iLife suite that is on the model specific OS X install disk versions.

World Of M.a.r.t.i. Mac Os Download


iLife can be reinstalled from the OS X 10.6, 10.5 and 10.4 disks or extracted using Pacifist from CharlesSoft, Software Update to bring them current


Free iLife that came on factory installs of OS X 10.7 and up also can be restored if they are not tied to a particular AppleID yet, this occurs if a person buys a 'open box' and the previous customer has returned the machine, the store will wipe the drive of all data, can reinstall OS X from Internet Recovery, but can't reinstall the free iLife. As long as the previous customer didn't accept it in AppStore, it can be reinstalled on the machine by the next owner.

World Of M.a.r.t.i. Mac Os Free



Good Luck 🙂





broken image