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
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
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
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.
>>
().
>
> 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
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
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
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
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
roc:
print 'type(self)', type(self)
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
> 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
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
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
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
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
>
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
>
> 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
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
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
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
better ask in the wx discussion group:
[EMAIL PROTECTED]
cheers,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
ions,
I think software developers call them "new features" ;-)
cheers,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
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()"
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
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
>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.
&
> 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/
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
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
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
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
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
\\*.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
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
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
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
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
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 ...
> ;
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, ...)
>>
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
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
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
>
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
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
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
Peter Otten wrote:
> Stef Mientki wrote:
>
>> Maric Michaud wrote:
>
>def bit(index):
>>> def fset(self, value):
>
>>> value= ( value & 1L ) << index
>>> mask = ( 1L ) << index
>>
uot;.
Anyway,
thank you all for your assistance.
cheers,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
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
[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
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
'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
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
>>>>
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
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
nderstanding of what can and what can't be done.
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
-
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
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
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
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
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
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'
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
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
an this be done (in a easy way).
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
*
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
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
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
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 ?
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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
ava fits in.
But as Wildemar said, your question is much to broad.
cheers,
Stef
--
http://mail.python.org/mailman/listinfo/python-list
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?
>>>
>>>
>
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:
>>>>
>>>>
>>&
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
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
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 (
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
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
hello,
is there a library to kill a windows process by name ?
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
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
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 (
al all py-files in the subdir1) ??
thanks,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-list
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
>>
101 - 200 of 722 matches
Mail list logo