[Pythonmac-SIG] Path conversions
Ned Deily
nad at acm.org
Wed Feb 27 21:57:13 CET 2008
In article <1DEC1FE2-78D8-4BBF-ABBC-67474807A158 at fiee.net>,
Henning Hraban Ramm <hraban at fiee.net> wrote:
> Maybe I overlooked some basics of Python's Unicode handling, but my
> main problem at the moment are those Mac paths for appscript.
The macfile module of py-appscript was renamed to mactypes. So, with
the lastest versions of py-appscript, you'll need to change
macfile.Alias() to mactypes.Alias(). See the doc files included with
the py-appscript source download: <http://appscript.sourceforge.net/>.
--
Ned Deily,
nad at acm.org
More information about the Pythonmac-SIG
mailing list