Re: py2c - an open source Python to C/C++ is looking for developers

2012-07-30 Thread MaxTheMouse
On Jul 30, 7:27 am, maniandra...@gmail.com wrote:
> I created py2c (http://code.google.com/p/py2c)- an open source Python to 
> C/C++ translator!
> py2c is looking for developers!
> To join create a posting in the py2c-discuss Google Group or email me!
> Thanks
> PS:I hope this is the appropiate group for this message.

Out of curiosity.
What is the difference between this and Shedskin? Shedskin being a
(restricted) python-to-C++ compiler. (http://code.google.com/p/
shedskin/) Is the goal to be able to handle any python code or a
subset?

Cheers,
Adam
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: What I do and do not know about installing Python on Win 7 with regard to IDLE.

2011-11-26 Thread MaxTheMouse
On Nov 26, 1:13 am, Dennis Lee Bieber  wrote:
> On Fri, 25 Nov 2011 20:26:31 -0800 (PST), Mark Tolonen
>  declaimed the following in
> gmane.comp.python.general:
>
> > Changing the application defaults is now in "Default Programs" right
> > on the Start Menu.  It's more "obvious" than the old location, but the
> > old location is just known by more people and Microsoft loves to move
> > things around.
>
>         Maybe I missed it, but when I looked at that on my Win7 laptop, I
> only saw a way to define a default for "open" action -- which, for .py
> and .pyw files, should be python.exe and pythonw.exe, respectively;
> otherwise you can't run them via double-click.
>
>         What I did NOT find was a way to define OTHER actions for the
>  menu... IE; no way to define an "edit with xxx", or a
> "print" operation.
> --
>         Wulfraed                 Dennis Lee Bieber         AF6VN
>         wlfr...@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

I haven't gone back through this complicated thread so I apologize if
this has already been mentioned.

I only found a registry based way for vista and win7.
http://www.techspot.com/guides/210-edit-windows-extended-context-menu/
http://www.winvistaclub.com/e11.html


There is also the 'extended' menu by shift+right-click. Maybe the Edit
option can show up there.

Adam
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: What I do and do not know about installing Python on Win 7 with regard to IDLE.

2011-11-25 Thread MaxTheMouse
On Nov 24, 10:49 pm, Dennis Lee Bieber  wrote:
> On 25 Nov 2011 00:16:06 GMT, Steven D'Aprano
>  declaimed the following in
> gmane.comp.python.general:
>
> > As far as I can tell, nobody running the 64-bit version of Windows 7 has
> > chimed in to either confirm or refute W. eWatson's claim that IDLE
> > doesn't show up, so we have no way of telling whether it doesn't show up
> > due to a lack in the installer, or because eWatson has (slightly) broken
> > his system and has inadvertently prevented it from showing up.
>

I guess I will put in my 2 cents. I installed EPD from Enthought on 64
bit Win 7 Enterprise. Both 32 bit and 64 versions resulted in having
"Edit with Idle" when I right-click on a file. I don't have system
administration privileges on this machine so I have no idea how the
installer did it.

Cheers,
Adam
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-20 Thread MaxTheMouse
On Aug 20, 10:23 am, catafest  wrote:
> On my photo jpg i have this :
>
> Image Type: jpeg (The JPEG image format)
> Width: 1224 pixels
> Height: 1632 pixels
> Camera Brand: Sony Ericsson
> Camera Model: W810i
> Date Taken: 2009:07:09 08:16:21
> Exposure Time: 1/19 sec.
> ISO Speed Rating: 320
> Flash Fired: Flash did not fire, compulsory flash mode.
> Metering Mode: Center-Weighted Average
> Software: R4EA031     prgCXC1250321_ORANGE_HN 4.5
>
> This is the data i want edit it to make some copyright for my site.

I don't know about PIL but you might want to try exif.py.
http://sourceforge.net/projects/exif-py/
-- 
http://mail.python.org/mailman/listinfo/python-list