[Pythonmac-SIG] PyCon 2019

2019-04-16 Thread Jeremy Reichman
I got approval to attend PyCon 2019 this year but found it was sold out. I’m severely bummed by this. Does anyone know if there is a wait list? Or have a promo code available? I can only attend May 1-5, anyway, but I’m really sad to miss what would have been my first PyCon. -- Jeremy

Re: [Pythonmac-SIG] PDF reading

2009-01-24 Thread Jeremy Reichman
On Wed, 21 Jan 2009 11:35:38 +, "Paul Brown" said: > anyone have any pointers on reading a pdf file. > > i need to extract the text content , page number , text style , > block , ... all in XML if poss I'm not sure if you need to get a specific page number or the count of pages for the d

Re: [Pythonmac-SIG] file system encoding and type

2008-07-29 Thread Jeremy Reichman
It's too bad there doesn't seem to be something similar to os.path.ismount() that would determine the kind of volume. -- Jeremy ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Unicode and split

2008-05-23 Thread Jeremy Reichman
Thanks to everyone who replied! I'll take a further look into the encoding of the file because I'm interested in that for other reasons. In the output I saw, u"\xe1" (and a few others I found after sending my note) were prevalent around the splits. For the moment, though, I've solved my immediate

[Pythonmac-SIG] Unicode and split

2008-05-23 Thread Jeremy Reichman
I have some characters in line strings in a file I'm processing that appear to be Unicode. (When I print them to the shell from my script, they are Asian characters for files like fonts in the Mac OS X filesystem.) When I run a.split() on the affected line strings, they split on what I'm guessing

Re: [Pythonmac-SIG] Locale and number formatting

2008-05-22 Thread Jeremy Reichman
On 5/22/2008 12:54:55 PM, "Ned Deily" <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Jeremy Reichman <[EMAIL PROTECTED]> wrote: > >> I came across the locale module, which looks as if it will do what I want >> and perform numb

[Pythonmac-SIG] Locale and number formatting

2008-05-22 Thread Jeremy Reichman
I came across the locale module, which looks as if it will do what I want and perform number formatting (with groupings separated by commas) for a report I'm trying to generate. It always seems that there's a module for everything I want to do. I'm seeking output like: '1,234.56' '12,345,678,910,

Re: [Pythonmac-SIG] suggestions for an appscript FAQ

2008-03-26 Thread Jeremy Reichman
I just found out about appscript, and one of my early questions is "can I install it as a universal binary?" If I can't do that, my next question is "can I install it for both architectures simultaneously, on either PowerPC or Intel?" (I happen to do sys admin and would like to install it once for