Inserting breakpoints ...

2007-06-16 Thread Stef Mientki
hardware_column ): JSM(78) Write_LCD_2Bytes ( write_text , 0 ) ;JSM(79) any other ideas ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Inserting breakpoints ...

2007-06-17 Thread Stef Mientki
Gabriel Genellina wrote: > En Sat, 16 Jun 2007 10:22:34 -0300, Stef Mientki > <[EMAIL PROTECTED]> escribió: > >> for the simulation of some micro language (JAL), >> the original language is (with a minimal effort) translated into Python, >> after which the code

caseless dictionary howto ?

2007-06-19 Thread Stef Mientki
rcase), My dictionairy looks like this: self.procs [ "serial_hw_read" ] = ( "Serial_HW_Read", "F", "++", T) Is this really a good solution, or are there better ways ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: caseless dictionary howto ?

2007-06-19 Thread Stef Mientki
Evan Klitzke wrote: > On 6/19/07, Stef Mientki <[EMAIL PROTECTED]> wrote: >> hello, >> >> I need to search a piece of text and make all words that are equal >> (except their case) also equal in their case, based on the first >> occurrence. >>

Re: Globals in nested functions

2007-06-21 Thread Stef Mientki
(). > > I could find few past discussions on this subject, I could not find > the simple answer whether it is possible to do this reference. > > - > Suresh > As I'm struggling with this myself at the moment, this will do the job: def f(): global a a = 12 che

Re: configparser shuffles all sections ?

2007-06-22 Thread Stef Mientki
Nick Craig-Wood wrote: > stef <[EMAIL PROTECTED]> wrote: >> I just used configparser for the first time and discovered that it >> shuffled all my sections, >> and the contents of the sections too. >> >> This makes human manipulation of the file impos

is this a valid import sequence ?

2007-06-22 Thread Stef Mientki
a ) In another module a create one and only one instance of the class, in the normal way: Graphical_LCD = T6963_device('', Pos=[196,240], Color=wx.CYAN, Timer_On=True) thanks Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: is this a valid import sequence ?

2007-06-23 Thread Stef Mientki
thanks Steven, Steven D'Aprano wrote: > On Fri, 22 Jun 2007 21:43:40 +0200, Stef Mientki wrote: > >> This might be a very weird construction, >> but it's the most easy way in translating another language into Python (for >> simulation). >> >> Alt

Re: is this a valid import sequence ?

2007-06-23 Thread Stef Mientki
mpiler. > > Although I'm not an expert, I guess you're both right. thanks and cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

listing the type of an object

2007-06-27 Thread Stef Mientki
roc: print 'type(self)', type(self) thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-01 Thread Stef Mientki
> Thank you for the suggestions. I'd prefer a GUI-based, helpful and > easy-implemention skilled enviroment. Tesekkurler Sayin Kartal :-) > then first decide which graphical package you want to use, because that limits your choice. cheers, Stef Mientki -- http://mail.pyth

Re: interactive graphical script builder

2007-07-14 Thread Stef Mientki
t;free python labview", it's called Pyxel form Erik Lechak, an ogl-like interface. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

running a Delphi part from Python ?

2007-07-16 Thread Stef Mientki
d somewhere that MDI is implemented in it's own manner, not equal to the standard Windows MDI interface) thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: running a Delphi part from Python ?

2007-07-16 Thread Stef Mientki
Bruno Desthuilliers wrote: > Stef Mientki a écrit : >> >> I'm starting to get used to wxPython (coming from Delphi), >> and it seems it can do almost everything I need. >> >> Now one thing I'm missing is a good RichEditor. > > Scintilla is for you

Re: running a Delphi part from Python ?

2007-07-16 Thread Stef Mientki
tool69 wrote: > Stef Mientki a écrit : > >> AFAIK, Scintilla is a code editor. >> What I need looks more like ms-word, >> handling lists, tables, images, formulas. >> >> thanks, >> Stef Mientki > > > So you'll need the RichTextCtrl >

Re: running a Delphi part from Python ?

2007-07-16 Thread Stef Mientki
Chris Mellon wrote: > On 7/16/07, Stef Mientki <[EMAIL PROTECTED]> wrote: >> tool69 wrote: >> > Stef Mientki a écrit : >> > >> >> AFAIK, Scintilla is a code editor. >> >> What I need looks more like ms-word, >> >> handling li

Re: running a Delphi part from Python ?

2007-07-16 Thread Stef Mientki
> > Of course You can always write one, that's succicient for Your needs, > and make it available under GPL. ;-) Why not BSD ? But I've to read all the licenses of the used components first ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

how to find available classes in a file ?

2007-07-16 Thread Stef Mientki
I want to have a (dynamically) list of all classes defined in a py-file. Is there a way of getting this list, without manually parsing the file ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: how to find available classes in a file ?

2007-07-17 Thread Stef Mientki
Gabriel Genellina wrote: > En Mon, 16 Jul 2007 20:13:19 -0300, Alex Popescu > <[EMAIL PROTECTED]> escribió: > >> On Jul 17, 1:44 am, Stef Mientki <[EMAIL PROTECTED]> >> wrote: >>> I want to have a (dynamically) list of all classes defined in a py-fil

Re: wxPython and threads

2007-07-17 Thread Stef Mientki
20 results before they're sent to > the GUI thread and buffer them so the results are sent every .1 > seconds. Nothing helps. Any advice would be great. > maybe you'ld better ask this question in the wxPython discussion group: [EMAIL PROTECTED] cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

Re: help with create menu in wxpython

2007-07-18 Thread Stef Mientki
better ask in the wx discussion group: [EMAIL PROTECTED] cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Future Python Gui?

2007-04-18 Thread Stef Mientki
ions, I think software developers call them "new features" ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

conditional print statement ?

2007-04-25 Thread Stef Mientki
hello, As part of a procedure I've a number sequences like this: if Print_Info: print Datafile.readline() else:Datafile.readline() Is there a more compressed way to write such a statement, especially I dislike the redundancy "Datafile.readline()"

[ANN] Portable SciPy v0.1 released

2007-04-27 Thread Stef Mientki
http://pic.flappie.nl/ The simple method described here, can be used to create any set of Python packages + other programs, with just a few lines of code (example available). have fun, and let me hear what you think of it. Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Portable SciPy v0.1 released

2007-04-28 Thread Stef Mientki
Beliavsky wrote: > On Apr 27, 6:17 pm, Stef Mientki <[EMAIL PROTECTED]> > wrote: >> Portable SciPy, is an easy installer of SciPy for M$ windows users. > > If you have an announcement for Windows users, I suggest that you not > needlessly turn them off by abbreviating

Re: getting rid of EOL character ?

2007-04-28 Thread Stef Mientki
>print line >>> >>> and what I expect that should be correct, remove CR+LF, >>> gives me one character too much removed >>>print line[,-2] > > Stef, that would give you a syntax error. I presume that you meant to > type line[:-2] Yes, sorry. &

Re: My Python annoyances

2007-04-28 Thread Stef Mientki
> Programming should be more difficult than this - otherwise, how can > programmers be respected by the common folks? the answer is very simple (even more simple than Python ;-) ... ... create what common folks ask for !! cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/

Re: [ANN] Update to Python Quick Reference Card (for Python 2.4) (v0.67)

2007-04-30 Thread Stef Mientki
hi Laurent, this is really a work of Art, thank you very much !! Oh, wouldn't it be nice to have reference cards of all library packages ;-) cheers Stef Mientki Laurent Pointal wrote: > PQRC (Python Quick Reference Card) is a condensed documentation for > Python and its mai

Re: Python for Windows other way to getting it?

2007-05-01 Thread Stef Mientki
Portable SciPy, is an easy installer of SciPy for M$ windows users. http://oase.uci.kun.nl/~mientki/data_www/pic/jalcc/python/portable_scipy.html cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Simulating simple electric circuits

2007-05-07 Thread Stef Mientki
ly core) in Python, it's very rough code (generated in a few evenings), if you're interested I could look it up. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

view workspace, like in MatLab ?

2007-05-09 Thread Stef Mientki
hello, is there a function / library / IDE that displays all the user defined variables, like the workspace in MatLab ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: preferred windows text editor?

2007-05-09 Thread Stef Mientki
PyScripter or JALcc Stef T. Crane wrote: > Right now I'm using Notepad++. What are other people using? > > trevis > > -- http://mail.python.org/mailman/listinfo/python-list

os.listdir() doesn't work ??

2007-05-14 Thread Stef Mientki
\\*.txt') I get an error message WindowsError: [Errno 123] The filename, directory name, or volume label syntax is incorrect: 'D:\\akto_yk\\yk_controle\\*.txt/*.*' What am I doing wrong ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: os.listdir() doesn't work ??

2007-05-14 Thread Stef Mientki
timw.google wrote: > On May 14, 4:09 pm, Stef Mientki <[EMAIL PROTECTED]> > wrote: >> hello, >> >> I want to find all files with the extension "*.txt". >> From the examples in "Learning Python, Lutz and Asher" and >> from th

Re: os.listdir() doesn't work ??

2007-05-14 Thread Stef Mientki
nd glob.glob doesn't seem to be, at least not on windows systems ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: (Modular-)Application Framework / Rich-Client-Platform in Python

2007-05-18 Thread Stef Mientki
ill be, it's not well possible to create one. Do you want just launching of applications, or do they have to communicate, exchange data, launch each other, create together one document or more general control one process, and lots of more questions ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Python compared to other language

2007-05-18 Thread Stef Mientki
at, number of sourcecode lines decreased to about 30% !! But as others said, try it yourself. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: (Modular-)Application Framework / Rich-Client-Platform in Python

2007-05-18 Thread Stef Mientki
Wildemar Wildenburger wrote: > Stef Mientki wrote: >> I took a look at Eclipse page you mentioned but after reading the >> first page I still don't understand what you mean (and I never read >> beyond the first page ;-). >> > Well, what can I say ... > ;

Re: (Modular-)Application Framework / Rich-Client-Platform in Python

2007-05-19 Thread Stef Mientki
Jarek Zgoda wrote: > Stef Mientki napisał(a): > >> I took a look at some of the examples build with eclipse, >> and I might be wrong, but it's just another IDE, >> (like Delphi, Lazarus, Visual Basic, Kylix, Pida, Envisage, VisualWX, >> wxGlade, ...) >>

Can I reference 1 instance of an object by more names ?

2007-05-22 Thread Stef Mientki
name at all." So am I wrong ? Sorry this has been discussed before, but I'm totally confused. thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Can I reference 1 instance of an object by more names ? rephrase

2007-05-23 Thread Stef Mientki
index= 5 return ( self._d >> index ) & 1 return property(**locals()) I can optimize the above code a little bit, but I've the feeling that I don't need to repeat this code 8 times. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Can I reference 1 instance of an object by more names ? rephrase

2007-05-24 Thread Stef Mientki
ys instead : > > In [6]:import array > > In [7]:help(array) > I don't think arrays will help, because most operations will be done on a complete byte. btw, the first notes about what I'm planning to do, can be seen here: http://oase.uci.ru.nl/~mientki/data_www/pic/jalcc/python/jal_simulation.html thanks, Stef Mientki > > > -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and GUI

2007-05-24 Thread Stef Mientki
> Sorry I don't know wax, but I wonder "a GUI designer without screenshots", is that Pythonic ;-) cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and GUI

2007-05-24 Thread Stef Mientki
Grant Edwards wrote: > On 2007-05-24, Stef Mientki <[EMAIL PROTECTED]> wrote: > >>> Finally, consider wax (http://zephyrfalcon.org/labs/wax.html). In my >>> view, this is *exactly* what python needs, and its not being maintained >>> anymore as far

Re: Python and GUI

2007-05-24 Thread Stef Mientki
s apps look like, >there are lots of them at wxWidgets.org. But, since >wxWidgets generally uses "native" widgets, wxWidget apps >look pretty much like any other app on the given platform. > Thanks for the information, didn't know that. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Can I reference 1 instance of an object by more names ? rephrase

2007-05-24 Thread Stef Mientki
Peter Otten wrote: > Stef Mientki wrote: > >> Maric Michaud wrote: > >def bit(index): >>> def fset(self, value): > >>> value= ( value & 1L ) << index >>> mask = ( 1L ) << index >>

Re: Can I reference 1 instance of an object by more names ? rephrase

2007-05-25 Thread Stef Mientki
uot;. Anyway, thank you all for your assistance. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Can I reference 1 instance of an object by more names ? rephrase

2007-05-25 Thread Stef Mientki
Peter Otten wrote: > Stef Mientki wrote: > >>> Again, I'm confident, again I didn't test. >> I did, ... >> ... and unfortunately it still gave errors. > > Strange. indeed .. > >> So for the moment I'll just stick to my "lots

Re: drag and drop with wxPython ?

2007-05-25 Thread Stef Mientki
[EMAIL PROTECTED] wrote: > On May 22, 10:00 am, stef <[EMAIL PROTECTED]> wrote: >> hello, >> >> I'm trying to move from Delphi to Python >> (move from MatLab to Python already succeeded, also thanks to this >> discussion group). >> From the discus

Re: ten small Python programs

2007-05-28 Thread Stef Mientki
be nicer, if everybody could drop her/his examples in a standard way, so they would be automatically incorporated in something like the wxPython interactive demo. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: ten small Python programs

2007-05-28 Thread Stef Mientki
've the following in mind: - create a new-demo in a special directory - add some special keywords in the new-demo, in which treenodes it should popup - on restart of the demo, the new-demo is added to the tree cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: ten small Python programs

2007-05-28 Thread Stef Mientki
Steve Howell wrote: > --- Stef Mientki <[EMAIL PROTECTED]> > wrote: >>>> It would even be nicer, if everybody could drop >>>> her/his examples >>>> in a standard way, so they would be automatically >>>> incorporated in >>>>

is there a standard way to "install" egg-files under windows ?

2007-05-30 Thread Stef Mientki
ine parameters to the egg-filename (no path) - run ez_setup.py in the IDE Can someone tell how to install an egg file in just 1 line ? Or even better, can there be an icon on the desktop, where I just can drop the egg-file ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: wxGlade: Who knows how to drive this application?

2007-07-25 Thread Stef Mientki
7;t used it much, but it always seems to be a pain to use the > interface. I actually thought it was just me; I'm glad to see that at > least one other person has problems with it too. > count me too, I didn't even got it to work ;-) Stef -- http://mail.python.org/mailman/listinfo/python-list

removing items from a dictionary ?

2007-07-26 Thread Stef Mientki
nderstanding of what can and what can't be done. thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: removing items from a dictionary ?

2007-07-26 Thread Stef Mientki
Paul Rubin wrote: > Stef Mientki <[EMAIL PROTECTED]> writes: >>> for net in Nets.keys(): >>> # Nets.iterkeys() would avoid building the list >>> # but that runs the same risks as your original >>> if net.upper() in in Ea

Re: removing items from a dictionary ?

2007-07-26 Thread Stef Mientki
to keep readable if you > follow the style guidelines of PEP 8. Yeah, that's my great sin, in all languages I always 2 spaces, so that's the "best readable" for me. I still must write a beautifier, that doubles spaces when a Python file leaves my computer ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

this must be a stupid question ...

2007-07-28 Thread Stef Mientki
but I can;t find the answer ;-) As searching for the '$' sign doesn't work well in the help files, I can not find out, where is the '$' sign used for. If I try to use it in names, I get a compiler error, so it probably has some special meaning. thanks, Stef Mientki -

Re: Plotting Images

2007-07-31 Thread Stef Mientki
seem not to work! > > is there some alternitive? or what have i done wrong? > Thank you > > Pei you might try wxPyPlot, this seems to be a very light weight and yet powerfull graph unit. cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Reload after an exception, not possible ?

2007-07-31 Thread Stef Mientki
7;t reload but have to do an import again (which makes the code much simpler ;-) but I don't understand why the reload raises an exception ???? please enlighten me, thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Reload after an exception, not possible ?

2007-08-01 Thread Stef Mientki
Steve Holden wrote: > Stef Mientki wrote: >> hello, >> >> I've a graphical application (wxPython), >> where the code in the main GUI loop is given below. >> >> >> 1JAL_Loaded = False >> 2while len(App_Running) > 0: >> 3

(no) fast boolean evaluation ?

2007-08-02 Thread Stef Mientki
hello, I discovered that boolean evaluation in Python is done "fast" (as soon as the condition is ok, the rest of the expression is ignored). Is this standard behavior or is there a compiler switch to turn it on/off ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: (no) fast boolean evaluation ? missing NOT

2007-08-03 Thread Stef Mientki
John Machin wrote: > On Aug 3, 8:55 am, Ian Clark <[EMAIL PROTECTED]> wrote: >> Stef Mientki wrote: >>> hello, >>> I discovered that boolean evaluation in Python is done "fast" >>> (as soon as the condition is ok, the rest of the expression is i

Re: (no) fast boolean evaluation ? missing NOT

2007-08-03 Thread Stef Mientki
Laurent Pointal wrote: > Stef Mientki a écrit : >> >> def Some_Function (const): >> print 'Ive been here', const >> return True >> >> A = True >> >> if A and Some_Function (4 ): >> print 'I knew it was True'

something wrong with wxPython list ?

2007-08-04 Thread Stef Mientki
hello, All my posts to [EMAIL PROTECTED] seems to be rejected since today ? Is there anything wrong with that list ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Pyscripter

2007-08-05 Thread Stef Mientki
and from my own experiences, I know that Kiriakos (the designer) is very willing to listen to good ideas, and if they are good he'll implement them in no time ! cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

is it possible to improve traceback messages ?

2007-08-06 Thread Stef Mientki
an this be done (in a easy way). thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

some import / namespace questions

2007-08-08 Thread stef mientki
* because this will start the infinite loop. Is there a way of getting the list of collected globals from Main_User to the existing modules, without the standard import statement shown above ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: some import / namespace questions

2007-08-08 Thread stef mientki
Marc 'BlackJack' Rintsch wrote: > On Wed, 08 Aug 2007 17:11:19 +0200, stef mientki wrote: > > >> Now it's not possible to import in the existing modules the main plugin, >> like >>from Main_User import * >> because this will start the infini

import * is not allowed ??

2007-08-13 Thread stef mientki
hello, can anyone explain a little bit more what this error message means: import * is not allowed in function 'JAL_MAIN_RUN' because it contains a nested function with free variables (JAL_simulation_file.py, line 22) what are "free variables" ? thanks, St

LEGB rule, totally confused ...

2007-08-14 Thread stef mientki
b_test.X Why do I get the error ? Printing isn't assigning anything or am I missing something. Now if I remove "X = X + 1" I don't get an error ??? Is this a problem of the traceback procedure or the IDE, or is Python not completely an interpreter, that reads line by line ?

Re: LEGB rule, totally confused ...

2007-08-14 Thread stef mientki
Sion Arrowsmith wrote: > stef mientki <[EMAIL PROTECTED]> wrote: > >>def Run (): >>print X <=== UnboundLocalError: local variable >>'X' referenced before assignment >>X = X + 1 >> >> Why do I

buggie in else syntax ?

2007-08-14 Thread stef mientki
y", line 255, in MainLoop import JAL_simulation_file File "D:\data_to_test\JALsPy\JAL_simulation_file.py", line 265 else: JSM(230) ; \ I guess it's not the preferred syntax, but the resemblance with the original language it optimal. Why is it sometimes accepted an sometimes give an error message ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: buggie in else syntax ?

2007-08-15 Thread stef mientki
Thomas Jollans wrote: > On Tuesday 14 August 2007, stef mientki wrote: > >> hello, >> >> I've the idea that the "else" syntax is not always handled correctly, >> or I'm overlooking something. >> >> This pieces of code are auto

Re: Python syntax wart

2007-09-09 Thread stef mientki
gt; I usually write my code in a way that can be understood by looking at > it, with self-documenting names, clear organization, and lines that fit > under 72 characters (if I can help it). But if you insist on making perl > noise, go 'head. > > Interesting thread, in automatically converting another language to Python, the brackets idea might come in very handy. "Self-documenting names", yes I'm used to that too, but Python itself doesn't promote that ... ... as "case-sensitive" seems to me a contradiction with "self-documenting-names" ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Modul (%) in python not like in C?

2007-09-09 Thread stef mientki
and Galois fields only exists of the whole numbers 0 .. N-1. So the Python implementation seems the only correct one. Most languages handle it wrong (I didn't know until now Python was so correct ;-) so you always have to add N (sometimes even more than once) manually (to get valid results) x = (N + (some kind of formula that can have a negative result) ) % N cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie: self.member syntax seems /really/ annoying

2007-09-13 Thread stef mientki
le that know how to read these equations. I think a > general rule of (any form of) writing is to write with your audience in > mind. I always do that and happily, that audience is usually naked. > > > Wouldn't Mathematica, Maple or MathCad be a far better choice ? cheers

Re: Squisher -- a lightweight, self-contained alternative to eggs?

2007-03-05 Thread Stef Mientki
and happy Windows user. But I guess the needed complexity is all thanks to NIX ;-) I think I never would have started with Python, if I didn't bounced into the Enthought-edition. -- cheers, Stef Mientki http://pic.flappie.nl -- http://mail.python.org/mailman/listinfo/python-list

Re: Parsing Indented Text (like parsing Python)

2007-03-11 Thread Stef Mientki
e a tab equal 8 spaces yet > also intermingle tabs and spaces. When a human looks at the document it is > obvious the setting but how can I make it obvious to my program? then statistics can do it too. -- cheers, Stef Mientki http://pic.flappie.nl -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE for wxPython

2007-03-18 Thread Stef Mientki
Ghirai wrote: > Hello python-list, > > Can anyone suggest an IDE for wxPython? > Or an IDE for TkInter? > > Thanks. > on this site, you can test which GUI is best suited for your needs http://www.awaretek.com/toolkits.html I think it might be PyhtonCard -- chee

Re: Requirements For A Visualization Software System For 2010

2007-04-04 Thread Stef Mientki
, 3D, timeseries) math. As I stepped from MatLab to Python a couple of months ago, I still had hopes such a graphical visualization tool existed in Python :-( -- cheers, Stef Mientki http://pic.flappie.nl -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyPE 2.8.5

2007-04-06 Thread Stef Mientki
current Python script" macro - why not (also) place this announcement in the python-announce-list@python.org -- cheers, Stef Mientki http://pic.flappie.nl -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] mlabwrap-1.0final

2007-04-12 Thread Stef Mientki
n. All new programs will be written in Python and the old programs will be translated. Is my decision wrong ? What can do MatLab, that can't be done in Python (SciPy) ? (Ok I accept there's no SimuLink/PowerSim). Both environments can create any program you like. If MatLab is your stand

Double backslash in filepaths ?

2007-04-14 Thread Stef Mientki
paths ? thanks, Stef Mientki >>> Write_Signal_File_Ext (IOO, fSamp, 'D:\data_to_test\test_global.pd') Traceback (most recent call last): File "", line 21, in ? File "D:\data_to_test\Signal_WorkBench.py", line 118, in Write_Signal_File_Ext

Re: Double backslash in filepaths ?

2007-04-14 Thread Stef Mientki
John J. Lee wrote: > Stef Mientki <[EMAIL PROTECTED]> writes: > >> It looks like sometimes a single backslash is replaced by a double backslash, >> but sometimes it's not ??? >> See the error message below, >> the first backslash is somewhere (not ex

Re: newbie: self.member syntax seems /really/ annoying

2007-09-13 Thread stef mientki
rce alternative (at least I didn't find one). some Latex derivate + wxPython + Python could do the job > Hey, why am *I* arguing here at all? This isn't my thread! > Well, I guess the scientist in me felt tickled. > Well, i'm on the sideline too ;-) cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

why does Configparser change names to lowercase ?

2007-09-14 Thread stef mientki
hello, Why does Configparser change names to lowercase ? As Python is case sensitive (which btw I don't like at all ;-) but now when really need the casesensitivity, because it handles about names which should be recognized by human, it changes everything to lowercase thanks, Stef Mi

Re: building a GUI

2007-09-23 Thread stef mientki
ava fits in. But as Wildemar said, your question is much to broad. cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

Re: building a GUI

2007-09-23 Thread stef mientki
Thomas Dybdahl Ahle wrote: > Den Sun, 23 Sep 2007 17:28:38 +0200 skrev stef mientki: > >> yadin wrote: >> >> >>> if i were up to make a GUI chich are the advantages of choosing python >>> over matlab or java? >>> >>> >

Re: building a GUI

2007-09-23 Thread stef mientki
Diez B. Roggisch wrote: > stef mientki schrieb: > >> Thomas Dybdahl Ahle wrote: >> >>> Den Sun, 23 Sep 2007 17:28:38 +0200 skrev stef mientki: >>> >>> >>>> yadin wrote: >>>> >>>> >>&

Re: building a GUI

2007-09-23 Thread stef mientki
Phil Thompson wrote: > On Sunday 23 September 2007, stef mientki wrote: > >> Diez B. Roggisch wrote: >> >>> stef mientki schrieb: >>> >>>> Thomas Dybdahl Ahle wrote: >>>> >>>>> Den Sun, 23 Sep

Howto Launch a windows application ?

2007-10-03 Thread stef mientki
and the windows application launched from the batchfile is run perfectly. Now when I try to run the same windows application from Popen or call, nothing happens (or at least it's very fast and produces not the expected output). Please enlighten me, preferable in "windows-terminology&qu

Re: Howto Launch a windows application ?

2007-10-04 Thread stef mientki
Yu-Xi Lim wrote: > stef mientki wrote: > >> cmd =[] >> cmd.append ( 'D:\\PIC-tools\\JALxxx\\jalv2_3.exe' ) >> cmd.append ( '-long-start' ) >> cmd.append ( '-d') >> cmd.append ( '-clear' ) >> cmd.append (

Re: Howto Launch a windows application ?

2007-10-04 Thread stef mientki
Matimus wrote: > stef mientki wrote: > >> hello, >> >> I'm trying to launch a windows application, >> but as many others on this list, I've some trouble. >> I read some other threads about this topic, >> but sorry, I still don't under

Re: Howto Launch a windows application ?

2007-10-05 Thread stef mientki
Nicholas Bastin wrote: > On 10/3/07, stef mientki <[EMAIL PROTECTED]> wrote: > >> hello, >> >> I'm trying to launch a windows application, >> but as many others on this list, I've some trouble. >> I read some other threads about this topic, &g

howto kill a windows process by name ?

2007-10-05 Thread stef mientki
hello, is there a library to kill a windows process by name ? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: howto kill a windows process by name ?

2007-10-05 Thread stef mientki
Adam Pletcher wrote: > Take a look at "killProcName.py", in the win32 extension package. > > - Adam > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> > Behalf > >> Of stef mientki

Re: Howto Launch a windows application ?

2007-10-06 Thread stef mientki
I finally found out what was wrong: stef mientki wrote: > hello, > > I'm trying to launch a windows application, > but as many others on this list, I've some trouble. > I read some other threads about this topic, > but sorry, I still don't understand all this (

howto add a sub-directory to the searchpath / namespace ?

2007-10-10 Thread stef mientki
al all py-files in the subdir1) ?? thanks, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: howto add a sub-directory to the searchpath / namespace ?

2007-10-10 Thread stef mientki
Larry Bates wrote: > stef mientki wrote: > >> hello, >> >> my program has become a bit large, >> and now I want to split the files over several subdirectories. >> So in the example shown below, I just moved the files f1.py and f2.py to >>

<    1   2   3   4   5   6   7   8   >