Re: python along or bash combined with python (for manipulating files)

2009-10-14 Thread edexter
On Oct 14, 3:42 am, Jean-Michel Pichavant wrote: > Peng Yu wrote: > > Bash is easy to use > > +JOTW > > :) > > JM why choose.. http://shython.sourceforge.net/ I don't think this is the most recent I would also try the package index -- http://mail.python.org/mailman/listinfo/python-list

Re: best vi / emacs python features

2009-10-08 Thread edexter
On Oct 7, 10:07 am, OdarR wrote: > hello, > > * this is not a troll * > > which kind of help you have with your favorite editor ? > > personnally, I find emacs very nice, in the current state of my > knowledge, when I need to reindent the code. > you know how this is critical in python...:-) > > I

Re: first full alpha release of PyLab_Works v0.3

2009-06-17 Thread edexter
On Jun 17, 12:29 am, "Martin P. Hellwig" wrote: > edexter wrote: > > On Jun 16, 12:27 pm, Stef Mientki wrote: > >> hello, > > >> I am pleased to announce the first full alpha release of PyLab_Works, v0.3. > > >> PyLab_Works is a modular Vis

Re: first full alpha release of PyLab_Works v0.3

2009-06-16 Thread edexter
On Jun 16, 12:27 pm, Stef Mientki wrote: > hello, > > I am pleased to announce the first full alpha release of PyLab_Works, v0.3. > > PyLab_Works is a modular Visual Development Environment, based on > data-flow programming technics. PyLab_Works is specially aimed at > Education, Engineering and S

Re: install older Python version parallel

2009-06-12 Thread edexter
On Jun 11, 8:50 am, "S. Dornseifer" wrote: > Hi everybody, > > The situation: > I wrote a GUI, based on Python, TkInter and Pmw. > It runs perfectly fine with Python 2.4 (providing, TkInter and Pmw are > installed). But it crashes with Python 2.6. I tried this on MacOSX11.4 > and various Linux Dis

Re: install older Python version parallel

2009-06-12 Thread edexter
On Jun 11, 8:50 am, "S. Dornseifer" wrote: > Hi everybody, > > The situation: > I wrote a GUI, based on Python, TkInter and Pmw. > It runs perfectly fine with Python 2.4 (providing, TkInter and Pmw are > installed). But it crashes with Python 2.6. I tried this on MacOSX11.4 > and various Linux Dis

Re: is anyone using text to speech to read python documentation

2009-06-05 Thread edexter
On Jun 3, 12:28 pm, Stef Mientki wrote: > eric_dex...@msn.com wrote: > >      I wrote a small pre-processor for python documentation and I am > > looking for advice on how to get the most natural sounding reading.  I > > uploaded an example of a reading of lxml documentation as a podcast1 > > >htt

Re: is anyone using text to speech to read python documentation

2009-06-03 Thread edexter
On Jun 2, 7:52 pm, "eric_dex...@msn.com" wrote: >      I wrote a small pre-processor for python documentation and I am > looking for advice on how to get the most natural sounding reading.  I > uploaded an example of a reading of lxml documentation as a podcast1 > > http://dexrow.blogspot.com/2009

Re: What text editor is everyone using for Python

2009-05-30 Thread edexter
On May 30, 6:28 am, "Hendrik van Rooyen" wrote: > "Lie Ryan" wrote: > > norseman wrote: > > > Suggestion: > > > Take a look at the top two most used OS you use and learn the default > > > (most often available) text editors that come with them. > > > Which means Notepad on Windows? > > you could

Re: PureData py/pyExt into standalone python

2009-05-24 Thread edexter
On May 23, 6:49 am, responsib...@gmail.com wrote: > Hi guys, > > Short version: > > I've written some python classes for py/pyExt extensions for the > "dataflow" graphical programming environment PureData. Here's an > example PureData screenshot for clarity: > >         see:http://i40.tinypic.com/2

Re: Python -> R?

2009-05-24 Thread edexter
On May 23, 8:20 am, Esmail wrote: > Hello! > > Anyone using Python scripts and accessing some of R's functionality? > If so, what are you using? I have read about RPy, is that a good > solution? Are there others that can be recommended or are preferred? > > I would prefer to code in Python instead

Re: wxpython and zoom/pan image

2009-05-24 Thread edexter
On May 24, 8:57 am, "Barak, Ron" wrote: >  Hi Ross, > You probably would get more focused answers if you addressed the question to > the wxPython list at wxpython-us...@lists.wxwidgets.org > As for your question, seeing your (simplified) code might help: out of hand, > what you want to do is cat

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread edexter
On Apr 17, 1:48 am, edexter wrote: > On Apr 16, 8:12 am, Poster28 wrote: > > > Hi, > > > I'd like to program and compile a simple graphics program (showing something > > like a chess board, some numbers and buttons, mouse support) and provide it > > as

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread edexter
On Apr 16, 8:12 am, Poster28 wrote: > Hi, > > I'd like to program and compile a simple graphics program (showing something > like a chess board, some numbers and buttons, mouse support) and provide it > as a standalone binary for Windows users. > > What is the easiest way to do that? Which librari

Re: GUI Programming

2009-04-12 Thread edexter
On Apr 12, 8:07 am, Gabriel wrote: > Hello, > > I'm python newbie and i need to write gui for my school work in python. > I need to write it really quick, because i haven't much time .) > So question is, which of gui toolkits should i pick and learn? I heard > PyGTK and Glade are best for quick gu

Re: Running an interactive subprocess with Popen

2009-04-10 Thread edexter
On Apr 10, 2:56 am, "Diez B. Roggisch" wrote: > David Liang schrieb: > > > > > > > Hello, > > Sorry for the newbie question. How do I run a program that could > > block, waiting for user input, using subprocess.Popen? For example, > > > from subprocess import * > > > def foo(): > >     a = Popen([