[EMAIL PROTECTED] wrote:
> I am attempting to extract some XML from an HTML document that I get
> returned from a form based web page. For some reason, I cannot figure
> out how to do this.
> Here's a sample of the html:
>
>
>
> lots of screwy text including divs and spans
>
> 1126264
>
Hello,
both python2.3 and python2.5 are installed on my Debian webserver. For
some reason, I would like to uninstall Python2.5 which was installed
from source (make install) and keep 2.3.
I have tried make uninstall and searched the web, but that did not help me.
I guess rm -Rf python2.5 is not a w
I got tired of Bloggers inadequate comment editor so wrote this for
transforming code snippets:
=
'''
blogspace.py
Turns leading spaces into HTML tokens which shows
as correct indentation on Blogger comment fields
(and maybe other blogs).
Donald. 'Paddy' McCarthy Sept 20
Hi. Firstly, thank you both very much for the response!
Cliff, I did some more reading up about it after you corrected me re MySQL
not being a _language_ but another means of storing data (would you believe
NONE of the connection tutorials actually said that?!) Anyway, now I have
MySQL on my mac
On Sep 17, 11:04 pm, Lloyd Linklater <[EMAIL PROTECTED]> wrote:
> SpringFlowers AutumnMoon wrote:
> > Is that the case: if a is an object, then b = a is only copying the
> > reference?
>
> That and it adds a counter.
>
> a = ["foo", "bar"]
> b = a
> b[0] = "bite me"
> p a, b
>
> a = "different"
> p
En Tue, 18 Sep 2007 03:57:36 -0300, Summercool <[EMAIL PROTECTED]>
escribi�:
> i think the line
>
> a = "different"
>
> means a is now set to a pointer to the String object with content
> "different".
> or that "a is now a reference to the String object."
>
> and b is still a reference to the Ar
This is something that keeps confusing me. If you read examples of
code on the web, you keep on seeing these three calls (super, apply
and __init__) to reference the super-class. This looks to me as it is
somehow personal preference. But this would conflict with the "There
one way to do it" mind-se
"Rustom Mody" <[EMAIL PROTECTED]> wrote:
> On 9/18/07, Alex Martelli <[EMAIL PROTECTED]> wrote:
>> Rustom Mody <[EMAIL PROTECTED]> wrote:
>>
>> > Can someone help? Heres the non-working code
>> >
>> > def si(l):
>> > p = l.next()
>> > yield p
>> > (x for x in si(l) if x % p != 0)
>> >
Lorenzo Stella a écrit :
> Hi all,
> I haven't experienced functional programming very much, but now I'm
> trying to learn Haskell and I've learned that: 1) in functional
> programming LISTS are fundmental;
Not exactly. They are used quite a lot, yes, but that's also the case in
other paradigms.
Aahz a écrit :
> In article <[EMAIL PROTECTED]>,
> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>> But what, given that I'm an AOL user still thinking it's kewl to hide
>> behind a pseudo, what else would you expect ?
>
> What exactly is a "pseudo", pray tell?
Sorry : a pseudonym (a nickname).
"exhuma.twn" <[EMAIL PROTECTED]> writes:
> This is something that keeps confusing me. If you read examples of
> code on the web, you keep on seeing these three calls (super, apply
> and __init__) to reference the super-class. This looks to me as it is
> somehow personal preference. But this would
Nathan Harmston a écrit :
> Hi,
>
> I guess my description was a bit rubbish in retrospec, I dont even
> think the title of my email made senseit doesnt to me now:
>
> class Manager(object):
> def __init__(self):
> pass
> def dosomething(self):
> return "RESULTS"
>
> class Foo(ob
Summercool a écrit :
>
>
> The meaning of a = b in object oriented languages.
>
Oups, reading the subject I thought it was a Xah Lee post.
;-)
--
http://mail.python.org/mailman/listinfo/python-list
Laurent Pointal schreef:
> Summercool a écrit :
>>
>> The meaning of a = b in object oriented languages.
>>
>
>
> Oups, reading the subject I thought it was a Xah Lee post.
me too ...
--
The saddest aspect of life right now is that science
Lorenzo Stella <[EMAIL PROTECTED]> writes:
> Hi all,
> I haven't experienced functional programming very much, but now I'm
> trying to learn Haskell and I've learned that: 1) in functional
> programming LISTS are fundmental; 2) any "cycle" in FP become
> recursion.
> I also know that Python got so
On 18 Sep., 10:13, Bruno Desthuilliers wrote:
> Lorenzo Stella a écrit :
>
> > Hi all,
> > I haven't experienced functional programming very much, but now I'm
> > trying to learn Haskell and I've learned that: 1) in functional
> > programming LISTS are fundmental;
>
> Not exactly. They are used qu
Hi,
i am trying to execute the following query on a DB:
qe.execQuery(r"SELECT * FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY
'"' LINES TERMINATED BY '\n' FROM Commiter")
However, whether i put the r in the front or not, i always get an error
about the "\n".
What's wrong?
--
http://mail.pytho
"exhuma.twn" <[EMAIL PROTECTED]> wrote:
> So, knowing that in python there is one thing to do something, these
> three different calls must *do* domething different. But what exactly
> *is* the difference?
>
> Exampel 1: -
>
> class B(A):
>def __init_
Konstantinos Pachopoulos wrote:
> Hi,
> i am trying to execute the following query on a DB:
> qe.execQuery(r"SELECT * FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY
> '"' LINES TERMINATED BY '\n' FROM Commiter")
>
> However, whether i put the r in the front or not, i always get an error
> about
On Sep 18, 7:36 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Mon, 17 Sep 2007 07:38:16 -0300, geoff_ness <[EMAIL PROTECTED]>
> escribi?:
>
>
>
> > def buildString(warrior):
> > """Build a string from a warrior's stats
>
> > Returns string for output to warStat."""
> >
On 2007-09-17, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> It seems that another solution is gobject.io_add_watch, but I don't
> see how it tells me how much I can read from the file - if I don't
> know that, I won't know the argument to give to the read() method in
> order to get all the data:
Kevin Ar18 wrote:
>
> Are any of the following pieces of web software available in Python (under
> a non-copyleft license like BSD or MIT or Python license)?
>
>
> Mailing list - with web accessable archive and list maintenance.
> Source control
> Wiki System
For the last two, look at TRAC. Bu
http://wiki.python.org/moin/WebApplications?highlight=%28%28PythonWikiEngines%29%29
Hope this helps
On 9/18/07, Kevin Ar18 <[EMAIL PROTECTED]> wrote:
>
> Are any of the following pieces of web software available in Python (under a
> non-copyleft license like BSD or MIT or Python license)?
>
>
>
On Tue, 18 Sep 2007 15:38:46 +1000, Ben Finney wrote:
> Evan Klitzke <[EMAIL PROTECTED]> writes:
>
>> If you're using multiple inheritance, and you're _not_ using super
>> everywhere, then your code is broken anyway.
>
> This seems to support the notion that 'super' is unusable. If I inherit
> fr
BJörn Lindqvist wrote:
> On 9/12/07, Dave Hansen <[EMAIL PROTECTED]> wrote:
>> The name "self" is just a convention. You can give it any name you
>> wish. Using "s" is common.
>
> Not it's not common. And the name "self" is a convention codified in
> PEP8 which you shouldn't violate.
>
> And I
Hello,
I am trying to replace some string with list objects:
>>> my_text1="function1 function2"
>>> from my_module_with_functions_1 import *
>>> from my_module_with_functions_2 import *
# functions in module " my_module_with_functions_1 ":
my_func1 it's value "function1"
my_func2 it's valu
Kevin Ar18 <[EMAIL PROTECTED]> wrote:
>
> Are any of the following pieces of web software available in Python
> (under a non-copyleft license like BSD or MIT or Python license)?
>
>
> Mailing list - with web accessable archive and list maintenance.
> Source control
> Wiki System
>
> Again, on
On 17 Sep, 23:14, [EMAIL PROTECTED] wrote:
>
> I have lxml installed and I appear to also have libxml2dom installed.
> I know lxml has decent docs, but I don't see much for yours. Is this
> the only place to go:http://www.boddie.org.uk/python/libxml2dom.html
> ?
Unfortunately yes, with regard to o
Hi guys, sorry to post another topic on this, as I am aware
that it has already been posted a few times, but not with specifically what I
am looking for. I want an app that makes a gui interface for python (similar to
Microsoft visual studio or qt designer, not a code based one) and/or an app
t
On 2007-09-18, Kay Schluehr <[EMAIL PROTECTED]> wrote:
> On 18 Sep., 10:13, Bruno Desthuilliers [EMAIL PROTECTED]> wrote:
>> Lorenzo Stella a écrit :
>>
>> > Hi all,
>> > I haven't experienced functional programming very much, but now I'm
>> > trying to learn Haskell and I've learned that: 1) in f
Hello Guys,
I'm kick starting my application using the inittab to ensure its re-spawned
if it dies. However I need to ensure several other applications and service
are up and running before my application is started, things such as dbus and
a couple of other hardware stacks.
A concept I've
On Sep 18, 5:20 am, Konstantinos Pachopoulos <[EMAIL PROTECTED]>
wrote:
> Hi,
> i am trying to execute the following query on a DB:
> qe.execQuery(r"SELECT * FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY
> '"' LINES TERMINATED BY '\n' FROM Commiter")
>
> However, whether i put the r in the front
exhuma.twn a écrit :
> This is something that keeps confusing me. If you read examples of
> code on the web, you keep on seeing these three calls (super, apply
> and __init__) to reference the super-class. This looks to me as it is
> somehow personal preference. But this would conflict with the "Th
Kay Schluehr a écrit :
> On 18 Sep., 10:13, Bruno Desthuilliers [EMAIL PROTECTED]> wrote:
>> Lorenzo Stella a écrit :
>>
>>> Hi all,
>>> I haven't experienced functional programming very much, but now I'm
>>> trying to learn Haskell and I've learned that: 1) in functional
>>> programming LISTS are
Hi,
I have a short script/prog in order to read out binary files from a numerical
simulation. This binary files still need some post-processing, which is
summing up results from different cpu's, filtering out non-valid entrys
and bringing the data in some special order.
Reading the binary data i
On 9/18/07, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]> wrote:
> This seems like a very logical method, but I'm not sure how to implement it
> into my python code? Is there a simple way to make it wait for that file?
> Without the need to build my own conditional loop?
I'm not sure why how you
On Tue, 18 Sep 2007 14:06:22 +0200, Christoph Scheit wrote:
> Then the data is added to a table, which I use for the actual Post-Processing.
> The table is actually a Class with several "Columns", each column internally
> being represented by array.
Array or list?
> # create reader
> breader = B
En Tue, 18 Sep 2007 08:44:32 -0300, <[EMAIL PROTECTED]>
escribi�:
> Hello,
>
> I am trying to replace some string with list objects:
>
my_text1="function1 function2"
from my_module_with_functions_1 import *
from my_module_with_functions_2 import *
>
> # functions in module " my_mo
En Tue, 18 Sep 2007 04:33:11 -0300, exhuma.twn <[EMAIL PROTECTED]> escribi�:
> This is something that keeps confusing me. If you read examples of
> code on the web, you keep on seeing these three calls (super, apply
> and __init__) to reference the super-class. This looks to me as it is
> somehow
On Sep 18, 2:45 pm, Bruno Desthuilliers wrote:
> exhuma.twn a écrit :
>
> > This is something that keeps confusing me. If you read examples of
> > code on the web, you keep on seeing these three calls (super, apply
> > and __init__) to reference the super-class. This looks to me as it is
> > someh
On Sep 17, 9:53 pm, Kevin Ar18 <[EMAIL PROTECTED]> wrote:
> Are any of the following pieces of web software available in Python (under a
> non-copyleft license like BSD or MIT or Python license)?
>
> Mailing list - with web accessable archive and list maintenance.
> Source control
> Wiki System
>
Amer Neely wrote:
> Bryan Olson wrote:
>> Amer Neely wrote:
>>> I don't have shell access but I can run 'which python' from a Perl
>>> script, and I will try the different shebang line you suggested.
>> And after trying it, Amer Neely reported:
>>
>>> I tried `which python` and `whereis python` an
Mridula Ramesh wrote:
> Hi. Firstly, thank you both very much for the response!
>
> Cliff, I did some more reading up about it after you corrected me re
> MySQL not being a _language_ but another means of storing data (would
> you believe NONE of the connection tutorials actually said that?!)
On Tuesday 18 September 2007 15:10, Marc 'BlackJack' Rintsch wrote:
> On Tue, 18 Sep 2007 14:06:22 +0200, Christoph Scheit wrote:
> > Then the data is added to a table, which I use for the actual
> > Post-Processing. The table is actually a Class with several "Columns",
> > each column internally b
os.path.expanduser isn't an option; I need each console/window to
maintain different values which I wouldn't get from saving to a user's
home directory. Unless I used a different file for each console/window
but that just gets me into the same situation I'm already in. I think
the only option is to
Ben Finney a écrit :
> Evan Klitzke <[EMAIL PROTECTED]> writes:
>
>> On Tue, 2007-09-18 at 14:15 +1000, Ben Finney wrote:
>>> Why does the documentation of 'super' say that it returns the
>>> superclass when *that's not true*? It doesn't return the
>>> superclass, it returns the next class in the
I have the exact same problem, rdf and elementtree
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have installed Xlrd 0.6.1 Win 32. I have a file xls say "file.xls" located as
follows:c:/file.xls. This file is composed with two columns of 5 lines. These
columns are headed with "Col1" and "Col2", also the 5 rows are named with
"Row1",...,"Row2".
I have a silly question: What I can write
En Tue, 18 Sep 2007 10:58:42 -0300, Christoph Scheit
<[EMAIL PROTECTED]> escribi�:
> I have to deal with several millions of data, actually I'm trying an
> example
> with
> 360 grid points and 1 time steps, i.e. 3 600 000 entries (and each
> row
> consits of 4 int and one float)
> Of cou
Christoph Scheit a écrit :
> On Tuesday 18 September 2007 15:10, Marc 'BlackJack' Rintsch wrote:
>> On Tue, 18 Sep 2007 14:06:22 +0200, Christoph Scheit wrote:
>>> Then the data is added to a table, which I use for the actual
>>> Post-Processing. The table is actually a Class with several "Columns"
Hello
This announcement also appears on the Metatest web site
http://metatest.sourceforge.net
===
*** Metatest - a Python test framework
Metatest is a simple and elegant Python framework for writing tests.
Metatest is mostly about writing tests and by design is not tied to any
particular test
I'm looking for an example with canvas that produces, say, a complete x-y
plot of some data. By that I mean, it should do something like the following:
1. Produce x-y axes. The x-axis should be blue and the y-axis
should be green
2. Put a label on each axis (vertical and horizontal text)
3. P
On 2007-09-18, W. Watson <[EMAIL PROTECTED]> wrote:
> I'm looking for an example with canvas that produces, say, a
> complete x-y plot of some data.
With what widget set?
--
Grant Edwards grante Yow! I'm a nuclear
at
Stodge a écrit :
> os.path.expanduser isn't an option; I need each console/window to
> maintain different values which I wouldn't get from saving to a user's
> home directory. Unless I used a different file for each console/window
> but that just gets me into the same situation I'm already in. I th
On Sep 18, 2:50 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Tue, 18 Sep 2007 04:33:11 -0300, exhuma.twn <[EMAIL PROTECTED]> escribi?:
>
> > This is something that keeps confusing me. If you read examples of
> > code on the web, you keep on seeing these three calls (super, apply
> > and
In article <[EMAIL PROTECTED]>,
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>Aahz a écrit :
>> In article <[EMAIL PROTECTED]>,
>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>>>
>>> But what, given that I'm an AOL user still thinking it's kewl to hide
>>> behind a pseudo, what else would y
In article <[EMAIL PROTECTED]>,
Laurent Pointal <[EMAIL PROTECTED]> wrote:
>Summercool a écrit :
>>
>> The meaning of a = b in object oriented languages.
>>
>
>
>Oups, reading the subject I thought it was a Xah Lee post.
...and you're perpet
Stodge wrote:
> os.path.expanduser isn't an option; I need each console/window to
> maintain different values which I wouldn't get from saving to a user's
> home directory. Unless I used a different file for each console/window
> but that just gets me into the same situation I'm already in. I thin
Hi, Thank you all very much,
so I will consider using a database. Anyway I would like
how to detect cycles, if there are.
> >> > # add row i and increment number of rows
> >> > self.rows.append(DBRow(self, self.nRows))
> >> > self.nRows += 1
>
> This looks suspicious, and may indicate that you
On Sep 18, 3:55 pm, Jonathan Fine <[EMAIL PROTECTED]> wrote:
> Hello
>
> This announcement also appears on the Metatest web
> sitehttp://metatest.sourceforge.net
>
> ===
> *** Metatest - a Python test framework
>
> Metatest is a simple and elegant Python framework for writing tests.
>
> Metatest i
On Sep 18, 1:48 pm, "A.T.Hofkamp" <[EMAIL PROTECTED]> wrote:
> On 2007-09-17, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > It seems that another solution is gobject.io_add_watch, but I don't
> > see how it tells me how much I can read from the file - if I don't
> > know that, I won't know the
Stodge wrote:
> os.path.expanduser isn't an option; I need each console/window to
> maintain different values which I wouldn't get from saving to a user's
> home directory. Unless I used a different file for each console/window
> but that just gets me into the same situation I'm already in. I think
Aahz wrote:
> In article <[EMAIL PROTECTED]>,
> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>> Aahz a écrit :
>>> In article <[EMAIL PROTECTED]>,
>>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
But what, given that I'm an AOL user still thinking it's kewl to hide
behind a pseudo,
In article <[EMAIL PROTECTED]>,
Steve Holden <[EMAIL PROTECTED]> wrote:
>Aahz wrote:
>> In article <[EMAIL PROTECTED]>,
>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>>> Aahz a écrit :
In article <[EMAIL PROTECTED]>,
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>
> But wh
Bruno Desthuilliers <[EMAIL PROTECTED]> writes:
> If a class X is in the MRO of call Y, then X is a superclass of Y. I
> agree that the documentation for super is somewhat misleading (and
> obviously wrong), but it still *give access to* (at least one of)
> the superclass(es).
I believe the confu
On 2007-09-18, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> But even if it's fast enough, how do you know how many times you
> should call read(1)? If you do it too much, you'll be blocked until
> more output is available.
You don't know. That's why you use non-blocking mode.
--
Grant Edward
Aahz a écrit :
> In article <[EMAIL PROTECTED]>,
> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
>> Aahz a écrit :
>>> In article <[EMAIL PROTECTED]>,
>>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
But what, given that I'm an AOL user still thinking it's kewl to hide
behind a pseu
Aahz a écrit :
> In article <[EMAIL PROTECTED]>,
> Steve Holden <[EMAIL PROTECTED]> wrote:
>> Aahz wrote:
>>> In article <[EMAIL PROTECTED]>,
>>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
Aahz a écrit :
> In article <[EMAIL PROTECTED]>,
> Bruno Desthuilliers <[EMAIL PROTECTED]>
Lorenzo Stella wrote:
[...]
> My question is: how can we call a language "functional" if it's major
> implementation has a limited stack? Or is my code wrong?
>
So, which environment do you habitually use that provides an *unlimited*
stack?
You remind me of the conversation between the philosoph
On 17 sep 2007, at 23.00, SPJ wrote:
> Hi,
>
> I have a list which I need to write to excel worksheet. The list is
> like:
> data =
> ['IP1','21','ftp','\n','IP1','22','ssh','\n','IP2','22','ssh','\n','IP
> 2','23','telnet','\n']
> Now the task is to create a workbook with tabbed sheet for e
On 2007-09-18, Steve Holden <[EMAIL PROTECTED]> wrote:
> Lorenzo Stella wrote:
> [...]
>>
>> My question is: how can we call a language "functional" if
>> it's major implementation has a limited stack? Or is my code
>> wrong?
>
> So, which environment do you habitually use that provides an
> *unlim
Steve Holden wrote:
> Lorenzo Stella wrote:
..
> So, which environment do you habitually use that provides an *unlimited*
> stack?
>
> You remind me of the conversation between the philosopher and an
> attractive lady whom he was seated next to at dinner. He asked her if
> she would sleep w
Robin Becker <[EMAIL PROTECTED]> writes:
> Steve Holden wrote:
>> Lorenzo Stella wrote:
> ..
>> So, which environment do you habitually use that provides an
>> *unlimited* stack?
>>
>> You remind me of the conversation between the philosopher and an
>> attractive lady whom he was seated next t
Kay Schluehr wrote:
>> http://metatest.sourceforge.net/doc/pyconuk2007/metatest.html
>From the HTML slides:
>
>Assertion tests are easy to write but report and run poorly.
>
> I tend to think this is a prejudice that leads to ever more ways to
> write tests perform test discoveries, inv
What would be appropriate? What are the choices? I'm pretty new to Python,
but am familiar with the XWindow widget set. I think it is available under
Python, but if there's a more suitable choice, that's fine. I would think
Tkinter would be the simplest choice. Yes, Tkinter would be preferable.
On Tue, 2007-09-18 at 18:49 +0200, Tommy Nordgren wrote:
> Excel files are in a binary and proprietary format.
True, but that doesn't mean you can't create them with free software.
PyExcelerator (http://sourceforge.net/projects/pyexcelerator) can create
Excel files.
HTH,
--
Carsten Haese
I understand that Python has them, but PHP doesn't.
I think that is because mod_php is built into apache, but mod_python
is not usually in apache. If mod_python was built into apache, would
python still have long running processes (LRP)?
Do LRPs have to do with a Python interpreter running all t
On Tue, Sep 18, 2007 at 09:32:45AM -0400, Steve Holden wrote regarding Re:
adodb with mysql - connection string syntax for filepath:
>
> Mridula Ramesh wrote:
> > Hi. Firstly, thank you both very much for the response!
> >
> > Cliff, I did some more reading up about it after you corrected me re
If I have a file name: AVC1030708.14. How do I strip out certain
characters from the file name? I am so used to using MID, LEFT, and
RIGHT functions, that I have no idea how to do this in python? I have
had trouble as well with most newbies on finding the help. But I have
used the command line
On Sep 18, 1:31 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
> On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > If I have a file name: AVC1030708.14. How do I strip out certain
> > characters from the file name? I am so used to using MID, LEFT, and
> > RIGHT functions, that I hav
On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Sep 18, 1:31 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
> > On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > > If I have a file name: AVC1030708.14. How do I strip out certain
> > > characters from the file name? I
Hi, I need to do some scripting that interacts with CVS. I've been just
doing system calls and parsing the output to figure out what's going on, but
it would be nice to deal with CVS directly.
Does anyone know of a python module I can use to interface with CVS?
thanks,
--Tim Arnold
--
http://
[EMAIL PROTECTED] a écrit :
> On Sep 18, 1:31 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
>
>>On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>>
>>>If I have a file name: AVC1030708.14. How do I strip out certain
>>>characters from the file name? I am so used to using MID, LEFT,
On Sep 18, 7:33 pm, [EMAIL PROTECTED] wrote:
> On Sep 18, 1:31 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
>
> > On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > > If I have a file name: AVC1030708.14. How do I strip out certain
> > > characters from the file name? I am so used
On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> If I have a file name: AVC1030708.14. How do I strip out certain
> characters from the file name? I am so used to using MID, LEFT, and
> RIGHT functions, that I have no idea how to do this in python? I have
> had trouble as well with mos
http://freeguitars.blogspot.com/
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 18, 1:42 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
> On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Sep 18, 1:31 pm, "Shawn Milochik" <[EMAIL PROTECTED]> wrote:
> > > On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > > > If I have a file name: AV
On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> If I have a file name: AVC1030708.14. How do I strip out certain
> characters from the file name? I am so used to using MID, LEFT, and
> RIGHT functions, that I have no idea how to do this in python? I have
> had trouble as well with mos
Tim Arnold wrote:
> Hi, I need to do some scripting that interacts with CVS. I've been just
> doing system calls and parsing the output to figure out what's going on, but
> it would be nice to deal with CVS directly.
>
> Does anyone know of a python module I can use to interface with CVS?
> than
walterbyrd a écrit :
> I understand that Python has them, but PHP doesn't.
Really ?
> I think that is because mod_php is built into apache, but mod_python
> is not usually in apache.
Language etc aside, what the difference between mod_php and mod_python
(or mod_whatever) from apache's POV ?
>
Grant Edwards a écrit :
> On 2007-09-18, Steve Holden <[EMAIL PROTECTED]> wrote:
>
>>Lorenzo Stella wrote:
>>[...]
>>
>>>My question is: how can we call a language "functional" if
>>>it's major implementation has a limited stack? Or is my code
>>>wrong?
>>
>>So, which environment do you habitually
>
> I see. It's so hard to imagine the world of python than from VB.
> It's like looking at VB is in 2 dimensions, where with Python, it's
> more 3D. The code is so simple, yet it's hard for me to envision how
> to do something so simple. I guess it's because the rules or the way
> of looking at
http://freesoftwareupgrades.blogspot.com/
--
http://mail.python.org/mailman/listinfo/python-list
In article <[EMAIL PROTECTED]>,
"Martin M." <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> Some of my colleagues want me to write a script for easy folder and
> subfolder creation on the Mac.
>
> The script is supposed to scan a text file containing directory trees
> in the following format:
>
On 9/18/07, Thomas Harding <[EMAIL PROTECTED]> wrote:
> Hi guys, sorry to post another topic on this, as I am aware that it has
> already been posted a few times, but not with specifically what I am looking
> for. I want an app that makes a gui interface for python (similar to
> Microsoft visual st
On Sep 18, 1:56 am, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I am attempting to extract some XML from an HTML document that I get
> > returned from a form based web page. For some reason, I cannot figure
> > out how to do this.
> > Here's a sample of the html:
>
> >
On 9/18/07, Michael Bentley <[EMAIL PROTECTED]> wrote:
> >
> > import os.path
> > import time
> >
> > while True:
> > if os.path.exists(YOUR_FILE):
> > break
> > time.sleep(30)
>
> or
>
> while not os.path.exists(YOUR_FILE):
> time.sleep(1)
I thought of that, but I found more
Paul Rudin wrote:
> Robin Becker <[EMAIL PROTECTED]> writes:
>
>> Steve Holden wrote:
>>> Lorenzo Stella wrote:
>> ..
>>> So, which environment do you habitually use that provides an
>>> *unlimited* stack?
>>>
>>> You remind me of the conversation between the philosopher and an
>>> attractive
On 2007-09-18, W. Watson <[EMAIL PROTECTED]> wrote:
> What would be appropriate? What are the choices? I'm pretty new to Python,
> but am familiar with the XWindow widget set.
There's no such thing as "the XWindow widget set". There are
at least 8-10 different X Windows widget sets. The ones t
On Sep 18, 12:23 pm, "W. Watson" <[EMAIL PROTECTED]> wrote:
> What would be appropriate? What are the choices? I'm pretty new to Python,
> but am familiar with the XWindow widget set. I think it is available under
> Python, but if there's a more suitable choice, that's fine. I would think
> Tkinter
1 - 100 of 161 matches
Mail list logo