changeset 18:777602a0da24 0.0.3a

Tested support for MacOSX
author Ben Croston <ben@croston.org>
date Wed, 17 Aug 2011 18:51:57 +0100
parents a9dacd180597
children b9c7adb6a7c9 8333c196accb
files README setup.py
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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',