[issue45841] IDLE fails to save files in macOS 12.0.1 Monterey

2021-11-19 Thread Don Chamberlin
Don Chamberlin added the comment: Thanks, Terry! -- ___ Python tracker <https://bugs.python.org/issue45841> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45841] IDLE fails to save files in macOS 12.0.1 Monterey

2021-11-18 Thread Don Chamberlin
Change by Don Chamberlin : -- title: IDLE fails to save files in macO -> IDLE fails to save files in macOS 12.0.1 Monterey ___ Python tracker <https://bugs.python.org/issu

[issue45841] IDLE fails to save files in macO

2021-11-18 Thread Don Chamberlin
New submission from Don Chamberlin : Running Python 3.10.0 on MacOS 12.0.1 (Monterey). Start IDLE app to get an IDLE shell. Click File->New File. Edit window appears. Type # This is a comment in the edit window, then click File->Save or command-S. Error popup appears: "The save fil

newbie

2020-09-08 Thread Don Edwards
for this or maybe one to draw and one to move? Any help much appreciated. -- Regards, Don Edwards I aim to live forever - or die in the attempt. So far so good! Perth Western Australia -- https://mail.python.org/mailman/listinfo/python-list

Open source and Cross platform Python Editor

2016-10-24 Thread don . jayamanne
Hi Everyone, I'm the author of a Python extension for the open source, MIT licensed and cross platform Visual Studio Code Editor (https ://code.visualstudio.com/). This is developed using nodejs and python, MIT licensed running on all major OS (OS X, Linux and Windows). The major features

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-20 Thread Don Kuenz
The Doctor <doc...@doctor.nl2k.ab.ca> wrote: > In article <201609...@crcomp.net>, Don Kuenz <g...@crcomp.net> wrote: >> >>It turns out that the question isn't "How to install Python.h?" The &g

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-20 Thread Don Kuenz
He may know the best way to proceed. Thank you, -- Don Kuenz KB7RPU Science is built up with facts, as a house is with stones. But a collection of facts is no more a science than a heap of stones is a house. - Poincare -- https://mail.python.org/mailman/listinfo/python-list

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-19 Thread Don Kuenz
In article <nrp19d$18fb$6...@gallifrey.nk.ca> you wrote: > In article <201609...@crcomp.net>, Don Kuenz <g...@crcomp.net> wrote: >> >>The installed python packages are shown below. Searches lead me to >>bel

How to install Python.h on FreeBSD 10.0-RELEASE?

2016-09-16 Thread Don Kuenz
on interpreter python34-3.4.5 Interpreted object-oriented programming language $ cd /usr/ports/lang/python $ make config ===> No options to configure ------- Thank you, -- Don Kuenz KB7RPU There be triple ways t

[issue26290] fileinput and 'for line in sys.stdin' do strange mockery of input buffering

2016-02-04 Thread Don Hatch
New submission from Don Hatch: Iterating over input using either 'for line in fileinput.input():' or 'for line in sys.stdin:' has the following unexpected behavior: no matter how many lines of input the process reads, the loop body is not entered until either (1) at least 8193 chars have been

[issue26290] fileinput and 'for line in sys.stdin' do strange mockery of input buffering

2016-02-04 Thread Don Hatch
Don Hatch added the comment: Possibly related to http://bugs.python.org/issue1633941 . Note that the matrix of GOOD and BAD versions and input methods is exactly the same for this bug as for that one. To verify: run each of the 6 python commands I mentioned on its own, being sure to type

[issue1633941] for line in sys.stdin: doesn't notice EOF the first time

2016-02-04 Thread Don Hatch
Don Hatch added the comment: I've reported the unfriendly input withholding that several people have observed and mentioned here as a separate bug: http://bugs.python.org/issue26290 . The symptom is different but I suspect it has exactly the same underlying cause (incorrect use of stdio

[issue21752] Document Backwards Incompatible change to logging in 3.4

2014-06-13 Thread Don Spaulding
New submission from Don Spaulding: Discussion of this issue on ML: https://mail.python.org/pipermail/python-dev/2014-June/135048.html The behavior of logging.getLevelName changed in Python 3.4. Previously when passed a string, it would return the corresponding integer value of the level

[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-04-15 Thread Don DeZutter
Don DeZutter added the comment: Martin: Thank you for your prompt and helpful response to my attempt to tag along to a possibly similar bug. I had been working on my issue for about two weeks and truly believed it was a bug before i adventured as I did. As you know, the difference between

[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-04-14 Thread Don DeZutter
Don DeZutter added the comment: On Windows 7 SP1 x64 after having installed Python 3.3 (x64) in “c:\Python33” and then subsequently installing Python 3.4 (x64) in “c:\Python34”, and then uninstalling the Python 3.3 (x64) and I’m not sure what else I may have done, I can no longer do any

[issue4142] smtplib doesn't clear helo/ehlo flags on quit

2014-03-10 Thread Don Dwiggins
Don Dwiggins added the comment: Varun, thanks for the patch; sounds like the right way to go, in that it should work whether the usage is single-connection or multiple-connection. Ideally, the documentation would be expanded a bit to clarify just which attributes get reset on close

In Python language, what is (void) referring to?

2013-09-21 Thread Don Sylvia
void...? -- https://mail.python.org/mailman/listinfo/python-list

[issue17697] Incorrect stacktrace from pdb

2013-04-11 Thread Don Allen
New submission from Don Allen: Give the attached file execute permission and run it. At the first breakpoint, the backtrace will be correct. Continue. At the second breakpoint, a backtrace will show the foo('first call') on the stack when, in fact, the call came from foo('second call

Re: Question on for loop

2013-01-03 Thread Don Ross
I'm interested to know why you're trying this as well. Is this something that would be helped by creating a class and then dynamically creating instances of that class? Something like... class Fruit: def __init__(self, name): self.name = name for fruit in ['banana', 'apple',

Python 2.7 crashed during compilation on HP PA-RISC

2012-03-20 Thread Don Chen
attached Makefile for your reference. Thank you for your help! Don # Generated automatically from Makefile.pre by makesetup. # Top-level Makefile for Python # # As distributed, this file is called Makefile.pre.in; it is processed # into the real Makefile by running the script ./configure, which

[issue14022] bug in pkgutil.py with suggested fix

2012-02-15 Thread Don Caldwell
New submission from Don Caldwell dfw...@gmail.com: in iter_modules there is a loop for fn in os.listdir(path): that can fail on an OSError exception. here is a patch try: for fn in os.listdir(path): subname = inspect.getmodulename(fn

[issue4142] smtplib doesn't clear helo/ehlo flags on quit

2011-02-08 Thread Don Dwiggins
Don Dwiggins ddwigg...@advpubtech.com added the comment: I have no pressing need for it. I'm happy enough with Martin's idea of single-use instances, as long as they're clearly documented as such, and don't pretend to work for a subsequent connect. I'd also be happy with instances

Re: Strong typing vs. strong testing

2010-09-30 Thread Don Geddis
maximum(int a, int b) that will always work. Never blow up, and never give an invalid answer. If someone tries to call it incorrectly it is a compile error. [...] ___ Don Geddis http

[issue6839] zipfile can't extract file

2009-09-05 Thread Kim Kyung Don
Kim Kyung Don newercoo...@gmail.com added the comment: P.S I tested extraction by using 7-zip. It works fine. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6839

[issue6839] zipfile can't extract file

2009-09-04 Thread Kim Kyung Don
Changes by Kim Kyung Don newercoo...@gmail.com: -- components: Library (Lib), Windows files: test.zip nosy: NewerCookie severity: normal status: open title: zipfile can't extract file type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file14832/test.zip

[issue6839] zipfile can't extract file

2009-09-04 Thread Kim Kyung Don
New submission from Kim Kyung Don newercoo...@gmail.com: The following exception occured when I tried to extract on Windows. zipfile.BadZipfile: File name in directory test\test2.txt and header test/test2.txt differ. It seems like problem about slash. I tested using by zipfile Revision 72893

[issue5222] Please include AutoScroll and create_container in pyttk and Tkinter support

2009-02-11 Thread Don Rozenberg
New submission from Don Rozenberg ro...@users.sourceforge.net: I have just released PAGE, a Python GUI generator utilizing tk and ttk widgets. It requires the Pyttk extension to Tkinter to support the ttk widgets. It would be great if Pyttk were included in the Python library

Re: Why not Ruby?

2009-01-02 Thread Don Geddis
in the greater good of any of the communities, but only in his own glorification. You labor under the delusion that there is at least good intent here, and the poster ought to receive the benefit of the doubt. Long prior experience shows that this hope is misplaced. -- Don

[issue4017] Tkinter cannot find Tcl/Tk on Mac OS X

2008-12-18 Thread Don Braffitt
Don Braffitt d...@willbraffitt.org added the comment: I've uploaded a .dmg for 2.6.1 to http://www.python.org/ftp/python/2.6.1/. Could you please test it? I installed the 2.6.1 .dmg on Mac OS X 10.5.5, and IDLE once again works fine. - Don ___ Python

[issue4275] socketserver example code not correctly ported to py3k

2008-11-06 Thread Don MacMillen
New submission from Don MacMillen [EMAIL PROTECTED]: code examples in socketserver do not run in py3k Obvious errors with print stmt (not function call) Less obvious errors with socket.send that does not accept str type (bytearray works fine). Client example below shows problems. import socket

[issue4142] smtplib doesn't clear helo/ehlo flags on quit

2008-10-17 Thread Don Dwiggins
New submission from Don Dwiggins [EMAIL PROTECTED]: Found on Windows, running Python 2.4.3. SMTP.login() and SMTP.sendmail set one of the attributes ehlo_resp or helo_resp to whatever the server responded (only if they're not already set). SMTP.quit() doesn't clear these attributes, so

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-16 Thread Don Braffitt
Don Braffitt [EMAIL PROTECTED] added the comment: ITEC-MBP-15087:~ dbraffitt$ cd /Library/Frameworks/Tcl.framework/ -bash: cd: /Library/Frameworks/Tcl.framework/: No such file or directory - Don ___ Python tracker [EMAIL PROTECTED] http

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-14 Thread Don Braffitt
Don Braffitt [EMAIL PROTECTED] added the comment: I've just installed Python 2.6 on Mac OS X 10.5.5 and IDLE won't start. I have the same problem with Python 2.6 IDLE on Mac OS X 10.4.11. -- nosy: +donbraffitt ___ Python tracker [EMAIL PROTECTED

Re: ANN: Python GUI development using XULRunner

2008-09-18 Thread Don Spaulding
On Sep 17, 5:53 pm, Todd Whiteman [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: On Sep 17, 1:21 pm, Todd Whiteman [EMAIL PROTECTED] wrote: Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The tutorial covers how

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
Oh, and Google's single sign-on sucks eggs :-| -- http://mail.python.org/mailman/listinfo/python-list

Which version

2008-09-12 Thread Don
Hi, I'm a reasonably experienced in other languages and have just decided to get my feet wet with Python. But I'm using FC6 which has v2.4.4 installed, is this good enough to start out with or am I likely to encounter bugs that have been fixed in later versions. Don -- http://mail.python.org

Re: Which version

2008-09-12 Thread Don
Eric,Fredrik, Many thanks for your prompt advice, it was a 'better safe than sorry' type of question. Don -- http://mail.python.org/mailman/listinfo/python-list

[issue2710] error: (10035, 'The socket operation could not complete without blocking')

2008-04-28 Thread Don Hanlen
New submission from Don Hanlen [EMAIL PROTECTED]: IDLE internal error in runcode() Traceback (most recent call last): File C:\PYTHON25\lib\idlelib\rpc.py, line 235, in asyncqueue self.putmessage((seq, request)) File C:\PYTHON25\lib\idlelib\rpc.py, line 332, in putmessage n

[issue2711] error: (10035, 'The socket operation could not complete without blocking')

2008-04-28 Thread Don Hanlen
New submission from Don Hanlen [EMAIL PROTECTED]: IDLE internal error in runcode() Traceback (most recent call last): File C:\PYTHON25\lib\idlelib\rpc.py, line 235, in asyncqueue self.putmessage((seq, request)) File C:\PYTHON25\lib\idlelib\rpc.py, line 332, in putmessage n

[issue2710] error: (10035, 'The socket operation could not complete without blocking')

2008-04-28 Thread Don Hanlen
Don Hanlen [EMAIL PROTECTED] added the comment: ah, lines 284-289 (the lines in question) need indenting 4 levels. I just DL'd 2.5.2, ran the code once, no problem, 2nd time, got the usual error message. __ Tracker [EMAIL PROTECTED] http://bugs.python.org

error: (10035, 'The socket operation...

2008-04-27 Thread Don Hanlen
code works fine elsewhere. I thought I'd ask here before I try (no clue) increasing BUFSIZE in rpc.py? I'm not crazy about tinkering with code I have no clue about.. -- don -- http://mail.python.org/mailman/listinfo/python-list

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-14 Thread Don Bowey
On 11/14/07 3:30 AM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 20:32:10 -0800, Don Bowey [EMAIL PROTECTED] wrote: Notice that I... acted like a total retard... again. Good job, retard boy. No problem. I'm glad I could help, paleo-boy

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 5:03 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 13:37:13 +0100, Hendrik Maryns [EMAIL PROTECTED] wrote: ||__|| | Please do | / O O\__ NOT Do NOT tell

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 5:05 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 16:18:58 +0100, Richard G Riley [EMAIL PROTECTED] wrote: Your ascii art, while pretty, convinces no one ... It's pretty goddamned retarded, actually... as was the post

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 8:04 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 17:43:01 -0800, Don Bowey [EMAIL PROTECTED] wrote: On 11/13/07 5:05 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 16:18:58

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 8:03 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 17:40:30 -0800, Don Bowey [EMAIL PROTECTED] wrote: On 11/13/07 5:03 PM, in article [EMAIL PROTECTED], ChairmanOfTheBored [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 13:37:13

How to change IP Address by Python program on Win Platform

2007-10-24 Thread Don Bro
is there software available to change or hide my ip add? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDev 1.3.9 code compleition trouble

2007-10-11 Thread Don Taylor
The SF forum is also mirrored on gmane as: gmane.comp.ide.eclipse.plugins.pydev.user Fabio provides an _amazing_ level of support for Pydev on this forum, I don't think he ever sleeps. Don. -- http://mail.python.org/mailman/listinfo/python-list

How to do transparent (opaque) windows from Python

2007-10-06 Thread Don Taylor
application, focus remains on the underlying window. My application is assisted typing, but I can envisage other uses such as on-screen rulers. While I would like this to be multi-platform, I need it in MS-Windows. Does anyone know of any Python packages that can do this type of thing? Thanks, Don

Re: ANNOUNCE: wxPython 2.8.6.0

2007-09-28 Thread Don Dwiggins
out, might I have trouble in the future upgrading to 2.8.x+9.w? BTW, since I haven't said it recently: thanks again for a really useful product and support forum for it! -- Don Dwiggins Advanced Publishing Technology -- http://mail.python.org/mailman/listinfo/python-list

Basic GUI

2007-09-11 Thread Don Hanlen
, and couldn't find an answer. -- don -- http://mail.python.org/mailman/listinfo/python-list

Re: BUSTED!!! 100% VIDEO EVIDENCE that WTC7 was controlled demolition!! NEW FOOTAGE!!! Ask yourself WHY havn't I seen this footage before?

2007-05-02 Thread Don Stockbauer
Ask yourself WHY havn't I seen this footage before? Don, why havent you seen this footage before? he asked himself, self- referentially in the best tradition of Douglas R. Hofstadter. 'Er, because I haven't seen it before? Don responded in a tautological fashion

Re: 911 was a RACIST crime by YANK BASTARDS against all other NATIONS Re: *POLL* How many sheeple believe in the 911 fairy tale and willing to accept an Orwellian doublespeak and enslavement world ?

2007-03-19 Thread Don Stockbauer
911's primary utility was that, inadvertently, it sparked off the formation of the global brain: The Social Superorganism and its Global Brain http://pespmc1.vub.ac.be/SUPORGLI.html Have a nice Monday, all. - Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Found a product for running Python-based websites off CDROM -have anybody tried it?

2007-02-20 Thread Don Taylor
this yet. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Help Required for Choosing Programming Language

2007-02-17 Thread Don Taylor
. There are probably similar toolkits available for combinations of Python and other windowing systems (Tkinter, Qt). Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Testers please

2007-02-14 Thread Don Taylor
It requires Apache and Sqlite. It works for me with a Firefox browser on Linux. ODB, the Omniscient Debugger, for Java does the same sort of thing and more. http://www.lambdacs.com/debugger/ODBDescription.html I would love to have one of these for Python. Don. -- http://mail.python.org/mailman

Re: Generating pdf files in epydoc on Windows

2007-02-12 Thread Don Taylor
some .tex files when I ask it for .pdf o/p. Don. -- http://mail.python.org/mailman/listinfo/python-list

Generating pdf files in epydoc on Windows

2007-02-11 Thread Don Taylor
Does anyone know what is needed to install to get epydoc to generate pdf files on Windows. Besides epydoc itself of course. Maybe there is a more appropriate forum to ask newbie questions about epydoc? Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
lower() is also deprecated :) oh well On 7 Feb 2007 21:06:08 GMT, Duncan Booth [EMAIL PROTECTED] wrote: Johny [EMAIL PROTECTED] wrote: Is there a good way how to use string.find function to find a substring if I need to you case insensitive substring? s.lower().find(substring.lower())

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
string.find is deprecated as per the official python documentation. take a look at the re module On 7 Feb 2007 12:53:36 -0800, Johny [EMAIL PROTECTED] wrote: Is there a good way how to use string.find function to find a substring if I need to you case insensitive substring? Thanks for reply

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
My apologies, I confused the built-in str with the module string. I was reading from the section of the 2.4.4 docs called: 4.1.4 Deprecated string functions On 2/7/07, Robert Kern [EMAIL PROTECTED] wrote: Don Morrison wrote: lower() is also deprecated :) oh well The string method .lower

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
Don Morrison wrote: string.find is deprecated as per the official python documentation. but the str.find() method isn't. take a look at the re module A possibility. regards Steve Thank you everyone. :) Johny did say string.find in his message, not str.find, but continue to proceed

Re: lambda functions ?

2007-02-05 Thread Don Morrison
Maybe you would like a generator: def f(n): ... while True: ... n += 1 ... yield n ... a = f(5) a.next() 6 a.next() 7 a.next() 8 a.next() 9 On 2/5/07, Maxim Veksler [EMAIL PROTECTED] wrote: Hello, I'm new on this list and in python. It seems python has

pyparsing listAllMatches problem

2006-09-09 Thread don pasquale
hello, I'm using pyparsing and trying to parse something like: test=Q(x,y,z):-Bloo(x,Mitsis,y),Foo(y,z,1243),y28,x12,x3 and also have all comparison predicates in a separate list apart from the parse tree. So my grammar has this line in it: Comparison_Predicate = Group(variable + oneOf( ) +

Re: pyparsing listAllMatches problem

2006-09-09 Thread don pasquale
On Sat, 09 Sep 2006 20:46:29 +0300, Paul McGuire [EMAIL PROTECTED] wrote: Thanks for posting this test case. This is a bug in pyparsing. I'll have a fix ready shortly. -- Paul Ur welcome, I hope you find the bug and squash it :). I temporalily solved my problem (in case anyone else

Re: help a newbie with a IDE/book combination

2006-07-10 Thread Don Taylor
at the same time. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: OT: wxPython GUI designer

2006-06-21 Thread Don Taylor
Frithiof Andreas Jensen wrote: Just gave is a spin yesterday: How does on fix the size of layout; I can only manage to get sizers to distribute space evently amongst the fields, which is *not* what I want. Use spacers. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython GUI designer

2006-06-19 Thread Don Taylor
about it at first, but now I like wxGlade's notion of not being a full-up IDE as it lets me choose the rest of the tool chain. wxGlade will play happily with anything: vim, emacs, Eclipse/Pydev, etc... Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: which windows python to use?

2006-05-12 Thread Don Taylor
Robert Kern wrote: In what way? Does the mingw gcc that we distribute interfere with Cygwin's gcc? Robert: Which C compiler will you be using for the Enthought 2.4 Windows release? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: which windows python to use?

2006-05-12 Thread Don Taylor
with either the free MS toolkit or mingw and munging the dlls to conform to the MSVC 7 formats. I just wondered if Enthought's distro for Windows was gcc-based. Don. -- http://mail.python.org/mailman/listinfo/python-list

Reg Ex help

2006-05-11 Thread don
if there is a better way than using regex, please let me know. Thanks in advance, Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Using a browser as a GUI: which Python package

2006-04-30 Thread Don Taylor
/ Has anyone tried this? I would really like to find a GUI toolkit that allowed me to program XUL in Firefox using Python. ZK is not quite that, but it looks close. Don. -- http://mail.python.org/mailman/listinfo/python-list

A defense for bracket-less code

2006-04-26 Thread Don Taylor
the intended body of the loop exactly once. Python programmers can stop chuckling now. --- Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in Python for web app dev

2006-03-27 Thread Don Taylor
? Thanks for the reference to Pylon: http://pylonshq.com/ I had not heard of it before and it looks promising. Have you asked your questions ('the same generation functions and other time saving goodies') of the Pylon folks? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-20 Thread Don Taylor
compiler then is distutils going be modified to support it? Do you think that the 7.1 toolkit compiler will be available a year from now? MS could replace it with a VC 8.0 version of the toolkit compiler. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-19 Thread Don Taylor
the 2005 edition, so ... Even if you can find Visual .NET 2003 somewhere, somehow today then will it still be available throughout the lifetime of Python 2.5? Erm... MinGW? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-18 Thread Don Taylor
compiler then will it be possible to use the 'free' Visual C++ 2005 Express Edition to build extensions? Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Debugger / IDE ??

2006-03-16 Thread Don Taylor
that it was looking for a buyer for its IDE and Database line of products, which included Delphi, to concentrate on its Application Lifecycle Management line. So I guess it is at the end of its life, at least with Borland. Maybe they will FOSS it? Nah... Don. -- http://mail.python.org/mailman/listinfo/python

Re: Printable string for 'self'

2006-03-15 Thread Don Taylor
to help me learn Python, although it would nice if it did yield something useful. Is there anything around that already does this sort of thing? Cheers, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Printable string for 'self'

2006-03-15 Thread Don Taylor
as you're aware that you're doing introspection, and that your code won't run in all Python environments. Yes, it is introspection for a testing tool - not for production code. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Printable string for 'self'

2006-03-14 Thread Don Taylor
to call fred.meth(27) instead of: about to call meth(__main__.C instance at 0x00A9D238, 27) Thanks in advance, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Printable string for 'self'

2006-03-14 Thread Don Taylor
call my method: A().qualify global_names_bound_to_me() then I get an empty list back. Is what I want to do not possible without referring back to the source? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE: great headache....

2006-03-13 Thread Don Taylor
to navigate. I think that a lot of the puzzlement comes from the fact that the Eclipse folks present Eclipse not as an IDE, but as a framework where one of the applications happens to be an IDE. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE: great headache....

2006-03-11 Thread Don Taylor
statements in the console when you are stopped at a breakpoint - which is really nice. But you cannot use this in the traditional way to develop Python scripts. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Use of __slots__

2006-02-27 Thread Don Taylor
to hide the original __slots__ value in my __init__ method but not really overriding its effect. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Use of __slots__

2006-02-27 Thread Don Taylor
Alex Martelli wrote: meant for extremely RARE use, and only by very advanced programmers who fully know what they're doing Yea, from the table of my memory I ’ll wipe away all trivial fond records of __slots__ (Bet you wish Mark Lutz had not mentioned it in Learning Python ...) Don

Use of __slots__

2006-02-26 Thread Don Taylor
, in ? record1.age = 27 AttributeError: 'RecordClass' object has no attribute 'age' I don't understand why I cannot set an attribute 'age' into record1. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDev/Eclipse Help

2006-02-23 Thread Don Taylor
* it means I can't load PythonProjectWizard, but you get my drift, right?). Thanks for your help...see yo in Dallas! --greg I don't know the answer, but you might get one from the Pydev forum http://sourceforge.net/forum/forum.php?forum_id=293649 Don. -- http://mail.python.org/mailman

Re: Newbie question: Multiple installations of Python on Windows machines

2006-02-22 Thread Don Taylor
? This is for Windows XP and I don't currently have a C compiler installed. Fuzzyman Some great suggestions. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie question: Multiple installations of Python on Windows machines

2006-02-22 Thread Don Taylor
though. Oh, I was not expecting something like this. I wonder if anyone has tried the newish free Visual Studio 2005 Visual C++ Express insatll instead of all of the stuff that this link calls for plus mods to distutils. I suppose that it would too much to hope for. Ah well. Don. -- http

Newbie question: Multiple installations of Python on Windows machines

2006-02-20 Thread Don Taylor
is there something I should do to make sure that the right version is used at the right time? (2.3.x with this one package, and 2.4.2 with everything else). Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie question: string replace

2005-11-16 Thread Don
Diez B. Roggisch wrote: [EMAIL PROTECTED] wrote: I have a config file with the following contents: service A = { params { dir = c:\test, username = test, password = test } } I want to find username and replace the value with another value. I don't know what

Re: Opinion on Pyrex

2005-09-30 Thread Don
this on Windows, haven't tried in on other platforms. Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Invoking GUI for app running in background with a keypress

2005-08-15 Thread Don
the script setuid? http://nob.cs.ucdavis.edu/~bishop/secprog/ -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: f*cking re module

2005-07-05 Thread Don
, Noud Aldenhoven I would recommend that you give Kodos a try: http://kodos.sourceforge.net/ Doesn't make the re syntax any easier, but I find that it allows you to more quickly develop workable code. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Programmers Contest: Fit pictures on a page

2005-06-30 Thread Don
of contest would that be? I was thinking maybe you could use a genetic algorithm, where the fitness function would caluclate the amount of waste. I'm not very familar with how to implement this sort of thing, though. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Programmers Contest: Fit pictures on a page

2005-06-29 Thread Don
that solve the problem in 2D for use in the woodworking industry (among others). This is generally done to minimize waste when cutting down panels (plywood, etc) into smaller pieces for cabinets, etc. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Don
. this is because the the wikiname pattern is basically [snip] PHPWiki has the same feature, BTW. (Sorry, couldn't get MoinMoin to work on Sourceforge, had to use PHPWiki). -Don -- http://mail.python.org/mailman/listinfo/python-list

Killing threads during development.

2005-06-05 Thread Don Garrett
I've been developing with external multi-threaded libraries recently. I find it difficult to use the Python prompt to experiment with these libraries because there isn't any way to just shutdown all threads and try things again. If I try to exit the prompt with background threads running,

  1   2   >