Re: [Pythonmac-SIG] module 'New' no in MacPython?

2008-08-07 Thread Chris Barker
Bill Janssen wrote: There is a Python standard library module called new, and the Mac filesystem is case-insensitive... Try doing % touch new % touch New % ls case-insensitive, yet case-preserving -- weird. apparently the case preserving does effect *nix apps like python. You can:

[Pythonmac-SIG] module 'New' no in MacPython?

2008-08-06 Thread Matthew O'Meara
Hi I'm trying to port a swig based application to run on OSX. But it seems that MacPython does not build the module 'New' by default (upon which Swig depends)? Can someone confirm that this is the case and or comment on it's status in past/current/future releases? Thanks, Matt

Re: [Pythonmac-SIG] module 'New' no in MacPython?

2008-08-06 Thread Chris Barker
Matthew O'Meara wrote: I'm trying to port a swig based application to run on OSX. But it seems that MacPython does not build the module 'New' by default I haven't had any issues with SWIG on OS-X. I also have no idea what the module New is. Can you be more specific as to what exactly you are

Re: [Pythonmac-SIG] module 'New' no in MacPython?

2008-08-06 Thread Matthew O'Meara
Thanks for your quick response, It seems like the issue is due to running python in an X11 terminal. It seems to run fine through Terminal. I don't know if I'll dig into the problem, but that at least gives me somewhere to look first. Thanks again, Matt On Wed, Aug 6, 2008 at 4:43 PM, Chris

Re: [Pythonmac-SIG] module 'New' no in MacPython?

2008-08-06 Thread Bill Janssen
There is a Python standard library module called new, and the Mac filesystem is case-insensitive... Try doing % touch new % touch New % ls Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org