wer version of
Python.
Does anyone have any ideas what I should do to get the Python script running on
my new machine?
Thank you!
Brent
--
https://mail.python.org/mailman/listinfo/python-list
Hello,
I just purchased a new Windows 11 computer and installed Python 3.10.4 (64
bit). I can't figure out from your documentation, how do I:
1. Run a python script that is located in the same directory (
C:\Users\Brent\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python
On Tue, 2014-04-29 at 11:35 -0700, Ned Deily wrote:
> In article <1398785310.2673.16.camel@belmer>,
> "Brent S. Elmer Ph.D." wrote:
> > Is there a way to do what I want to do (i.e. install 2.7.6 beside 2.7)?
>
> The usual way to support multiple micro versio
I have built and installed Python on AIX as well as installed a stack of
Python tools. The version I installed is 2.7.2. Everything is working
fine but I want to install Python 2.7.6 and the tool stack. Before I
installed 2.7.2, I installed 2.6.x. I was able to install the 2.7.2 and
2.6.x side
My compliments to John and Chris and to any others who contributed to the
new xlsx capability. This is a most welcome development. Thank you.
Brent
--
http://mail.python.org/mailman/listinfo/python-list
walterbyrd wrote:
If I took the time to really learn to use python for sysadmin work,
would I be able to find jobs, or even contract jobs?
From what I am seeing on the job boards etc., I would have to say no.
It looks to me as though I could possibly do that with perl, but not
python.
Of cour
Stef Mientki wrote:
hello,
I'm looking for a library to extract plain text from RTF-files.
I found these
only RTF generation
http://pyrtf.sourceforge.net/
should be able to parse, but no download files
http://code.google.com/p/pyrtf-ng/
any suggestions ?
thanks,
Stef Mientki
--
http://mail.p
vishakha vaibhav wrote:
Hi,
I am very new to python. I have my cgi script written in Python. My
CGI script should call a C program and collect the value returned by
this program and pass it to the browser.
Can anyone help me out in this. How can I execute the c program and
collect the return
Bill wrote:
The delicious api requires http authorization (actually https). A
generic delicious api post url is "https://
username:passw...@api.api.del.icio.us/v1/posts/add?url=http://
example.com/&description=interesting&tags=whatever".
This works fine when entered in the Firefox address bar. H
le.com/p/mmsmsd/ (it's BSD licensed)
If you go this route, feel free to submit any bug reports or requests.
If anyone out there feels like doing a quick audit of the code, that
would be appreciated as well :) This is my first project with Python.
--
| .-> brent bloxam ~-.
On Jan 12, 9:34 pm, Per Freem wrote:
> hi brent, thanks very much for your informative reply -- didn't
> realize this about the size of the interval.
>
> thanks for the bx-python link. could you (or someone else) explain
> why the size of the interval makes such a big
On Jan 12, 8:55 pm, Per Freem wrote:
> On Jan 12, 10:58 pm, Steven D'Aprano
>
>
>
> wrote:
> > On Mon, 12 Jan 2009 14:49:43 -0800, Per Freem wrote:
> > > thanks for your replies -- a few clarifications and questions. the
> > > is_within operation is containment, i.e. (a,b) is within (c,d) iff a
>
Martin Marcher <[EMAIL PROTECTED]> wrote:
> 25 Oct 2007 17:37:01 GMT, Brent Lievers <[EMAIL PROTECTED]>:
>> Greetings,
>>
>> I have observed the following (python 2.5.1):
>>
>> >>> import sys
>> >>> print sys.stdout.encoding
>
nicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 0: ordinal not in range(128)
Is this correct? My understanding is that print ultimately calls
sys.stdout.write anyway, so I'm confused as to why the Unicode error
occurs in the second case. Can someone explain?
Thanks,
Brent
--
http://mail.python.org/mailman/listinfo/python-list
t with 10+ years relevant
experience in internetworking technologies and applications.
* Contact: Brent Rogers, Recruiter
* Email: [EMAIL PROTECTED]
* Phone: 469-255-0254
Brent Rogers
Recruiter
Talent Acquisition and Management
[EMAIL PROTECTED]
Phone :469-255-0254
os.system("useradd ...")
Its not pretty, but it gets it done.
--
http://mail.python.org/mailman/listinfo/python-list
I'd like to subclass the built-in str type. For example:
--
class MyString(str):
def __init__(self, txt, data):
super(MyString,self).__init__(txt)
self.data = data
if __name__ == '__main__':
s1 = MyString("some text", 100)
--
but I get the error:
Traceback (most rec
tand-alone (outside of PythonWin), a DOS box
pops up for a second or two, then the Bug's Life window flashes up for a
fraction of a second, and then both windows disappear.
Am I doing something wrong?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, M.E.Farmer.
I continue to be impressed with how quickly and nicely one can get help
here.
Brent
"M.E.Farmer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Survey says.
> ...wxYield()
>
> ;
gh my
loop. Anybody remember the name of that function?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
also tried
retyping the entire line. Sometimes, I can get the red line to go away but
when I try to run the program, it gives me a syntax error on the line that
had the red underline. Help!
Brent
--
http://mail.python.org/mailman/listinfo/python-list
other DLL or
what?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
oncept. It's a lot
like Delphi, and I LOVE Delphi. So one of these days I hope to love Boa
Constructor for when I need to write GUI apps.
Brent
--
http://mail.python.org/mailman/listinfo/python-list
just click on the program in the task bar.
It knows what to do from there.
Brent
"Kartic" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Brent,
>
> Question : how will your python script distinguish between a commercial
> and a song?
>
> I can un
the mute button again
to restore the sound. Is such a thing possible?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
I'd like to get a character from stdin, perform some action, get another
character, etc. If I just use stdin.read(1), it waits until I finish typing
a whole line before I can get the first character. How do I deal with this?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
Thanks guys! That helps a lot.
Brent
--
http://mail.python.org/mailman/listinfo/python-list
eground. I try
clicking on Pythonwin's minimize box but it doesn't respond until the Python
program finally quits Then it minimizes! Any way I can do what I want
here?
Brent
--
http://mail.python.org/mailman/listinfo/python-list
28 matches
Mail list logo