Re: Cannot find text in *.py files with Windows Explorer?

2009-04-04 Thread drobi...@gmail.com
On Apr 4, 12:21 am, John Doe j...@usenetlove.invalid wrote: Anybody have a solution for Windows (XP) Explorer search not finding ordinary text in *.py files? Thanks. Googling turns up this. http://www.pcmag.com/article2/0,4149,1206399,00.asp I haven't tried it myself. --

Re: PEP 382: Namespace Packages

2009-04-02 Thread drobi...@gmail.com
On Apr 2, 5:59 pm, Ben Finney ben+pyt...@benfinney.id.au wrote: Kay Schluehr kay.schlu...@gmx.net writes: Wow. You python-dev guys are really jumping the shark. Isn't your Rube Goldberg import machinery already complex enough for you? Thanks for your constructive criticism, and your

Re: unpack the source tarball on Windows

2009-03-30 Thread drobi...@gmail.com
On Mar 30, 7:10 pm, Mensanator mensana...@aol.com wrote: I'm looking for the Turtle Graphics Demos (apparently not included in the Windows install). So I downloaded the bzipped source tarball. I've got Cygwin installed and assume it has the needed utilities. What would I type at the Cygwin

Re: PyFits for Windows?

2009-03-29 Thread drobi...@gmail.com
On Mar 29, 9:39 am, W. eWatson notval...@sbcglobal.net wrote: John Yeung wrote: On Mar 28, 4:03 pm, Michiel Overtoom mot...@xs4all.nl wrote: W. eWatson wrote: It looks like PyFits downloads are for Linux. Isn't there anything available for Win (xp)? To install it, unpack the tar file

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread drobi...@gmail.com
On Feb 11, 2:51 pm, Steve Holden st...@holdenweb.com wrote: W. eWatson wrote: Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last):   File C:\Python25\lib\lib-tk\Tkinter.py, line 1403, in

Re: LGPL license for Qt 4.5

2009-01-14 Thread drobi...@gmail.com
On Jan 14, 7:57 am, sturlamolden sturlamol...@yahoo.no wrote: According to a Norwegian publication, Nokia will release Qt under LGPL as of version 4.5. If I had stocks in Riverbank Computing ltd., I would sell them now... For the rest of us, this is fantastic news.

Re: Standard IPC for Python?

2009-01-13 Thread drobi...@gmail.com
On Jan 13, 2:37 pm, Philip Semanchuk phi...@semanchuk.com wrote: On Jan 13, 2009, at 2:01 PM, Laszlo Nagy wrote: I realize that lack of Windows support is a big minus for both of   these modules. As I said, any help getting either posix_ipc or   sysv_ipc working under Windows would be

Re: Standard IPC for Python?

2009-01-13 Thread drobi...@gmail.com
On Jan 13, 5:08 pm, Philip Semanchuk phi...@semanchuk.com wrote: On Jan 13, 2009, at 4:31 PM, drobi...@gmail.com wrote: On Jan 13, 2:37 pm, Philip Semanchuk phi...@semanchuk.com wrote: I was suggesting getting posix_ipc or sysv_ipc to compile against a compatibility library (Cygwin?) under

Re: Looking for the best way to translate an idiom

2008-12-14 Thread drobi...@gmail.com
On Dec 14, 11:19 am, Paul Moore p.f.mo...@gmail.com wrote: I'm translating some code from another language (Lua) which has multiple function return values. So, In Lua, it's possible to define a function     function f()         return 1,2,3     end which returns 3 values. These can then