# HG changeset patch # User Ben Croston # Date 1313603517 -3600 # Node ID 777602a0da24a4834dc1b892a3e4854adf802937 # Parent a9dacd18059708458c1db81b3cb7862e66d4c65a Tested support for MacOSX diff -r a9dacd180597 -r 777602a0da24 README --- a/README Mon Aug 15 20:18:38 2011 +0100 +++ b/README Wed Aug 17 18:51:57 2011 +0100 @@ -2,10 +2,6 @@ Zebra-0.0.3a ============ -Note: - -- Mac OSX may already be supported but has not been tested - Usage: :: @@ -35,3 +31,8 @@ z.output( commands ) Output EPL2 commands to the printer +Note: + +- On Mac and *nix, install the printer as a Raw printer, not a Zebra one. +If you are on a Linux or MacOSX machine using CUPS, you may need to set up a +printer queue using the admin panel at http://localhost:631 diff -r a9dacd180597 -r 777602a0da24 setup.py --- a/setup.py Mon Aug 15 20:18:38 2011 +0100 +++ b/setup.py Wed Aug 17 18:51:57 2011 +0100 @@ -10,6 +10,7 @@ classifiers = ['Development Status :: 3 - Alpha', 'Operating System :: Microsoft :: Windows', 'Operating System :: Unix', + "Operating System :: MacOS :: MacOS X", 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3',