Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11898 > unrolled thread
| Started by | Chris Rebert <clp2@rebertia.com> |
|---|---|
| First post | 2011-08-19 22:36 -0700 |
| Last post | 2011-08-20 09:55 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python Windows Extensions for Mac Chris Rebert <clp2@rebertia.com> - 2011-08-19 22:36 -0700
Re: Python Windows Extensions for Mac "Günther Dietrich" <gd.usenet@spamfence.net> - 2011-08-20 09:55 +0200
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2011-08-19 22:36 -0700 |
| Subject | Re: Python Windows Extensions for Mac |
| Message-ID | <mailman.252.1313818564.27778.python-list@python.org> |
On Fri, Aug 19, 2011 at 1:02 PM, johnny.venter <johnny.venter@zoho.com> wrote: > > Hello, I am looking for the Python Windows Extensions to see if they can be installed on a Mac.THanks. Your request is nonsensical. pywin32 wraps the Windows API libraries. Mac OS X is not Windows; it does not implement the Windows API. Thus, there is nothing for pywin32 to wrap on a Mac. Square peg, round hole. Cheers, Chris
[toc] | [next] | [standalone]
| From | "Günther Dietrich" <gd.usenet@spamfence.net> |
|---|---|
| Date | 2011-08-20 09:55 +0200 |
| Message-ID | <gd.usenet-853231.09555320082011@dwarf.main.lan> |
| In reply to | #11898 |
In article <mailman.252.1313818564.27778.python-list@python.org>, Chris Rebert <clp2@rebertia.com> wrote: >On Fri, Aug 19, 2011 at 1:02 PM, johnny.venter <johnny.venter@zoho.com> wrote: >> >> Hello, I am looking for the Python Windows Extensions to see if they can be >> installed on a Mac.THanks. > >Your request is nonsensical. That's not completely true. >pywin32 wraps the Windows API libraries. >Mac OS X is not Windows; it does not implement the Windows API. Thus, >there is nothing for pywin32 to wrap on a Mac. Again: Not completely true. One could run python under wine and get -- at least a part of -- the Windows API. >Square peg, round hole. wine might be the tool that makes the square peg round. Best regards, Günther
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web