Re: Change in MakePy behavior

2011-03-03 Thread Bob Kline
On 3/3/2011 2:32 PM, Sridhar Ratnakumar wrote: > > That's an old bug, and I believe the fix is simple (see comment #2). Are > you still looking for a fix in 2.5? Or 2.7? For our purposes, a fix for 2.7 would be sufficient. Can't speak to others' needs. -- Bob Kline

Re: Change in MakePy behavior

2011-03-03 Thread Bob Kline
Hi, Trent. How's progress on this bug? http://bugs.activestate.com/show_bug.cgi?id=72603 -- Bob Kline http://www.rksystems.com mailto:bkl...@rksystems.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe:

Re: PythonWin question - intelligent clues

2010-04-15 Thread Bob Kline
e or False | superscript - True or False | subscript - True or False | underlineType - 'none', 'single', 'double', 'single accounting', | 'double accounting', or 'unknown' | famil

Re: setuptools catch 22

2010-02-02 Thread Bob Kline
On 2/2/2010 12:49 PM, Sridhar Ratnakumar wrote: > PyPM was released near the end of last year. > Hurrah! Thank you! -- Bob Kline http://www.rksystems.com mailto:bkl...@rksystems.com ___ ActivePython mailing list Active

Re: Problem to keep files in order during an impression with ShellExecute

2009-12-01 Thread Bob Kline
pdf qui sont sur le disque > win32api.ShellExecute(0, "print", s, None, ".", 0) > > It works but the files is not in order when it comes out of the printer. > > Does anyone has a solution to keep order safe when printing??? sortedNames = list(self.ListeDesCheminsPdf) sort

setuptools catch 22

2009-04-16 Thread Bob Kline
and sorry for the rant, but this Achilles heel in Python is pretty frustrating. -- Bob Kline http://www.rksystems.com mailto:bkl...@rksystems.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.Activ

Re: Default Python version

2009-01-05 Thread Bob Kline
Yoel Jacobsen wrote: > No problem, as long as Imri'z case (Imri Zvik < imirz...@...>) works > Sorry, I'm having trouble figuring out what you mean by this reply. Could you elaborate, please? Bob > Bob Kline wrote: > > >> Just out of curiosity, is

Default Python version

2009-01-05 Thread Bob Kline
would that be? -- Bob Kline http://www.rksystems.com mailto:bkl...@rksystems.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.Activ

Python 2.6

2008-10-28 Thread Bob Kline
Any projections for when AS Python 2.6 will be ready? Thanks! -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman

Re: cPickle bug in AS Python [was Re: Shelve bug in ActiveState Python? [or Python as Houdini]]

2008-04-25 Thread Bob Kline
> Core Python bugs to here: > http://bugs.python.org/ Someone beat me to it: http://bugs.python.org/issue2480 -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.Acti

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
s to allow for an XML transformation using XSL. > I gently suggest that you hold off on asking any further questions until you've looked more carefully at the answers you've already gotten. :-) Again, take a look at the lxml module. -- Bob Kline http://www.rksyste

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
etc.) and run the .exe file you just downloaded. It finds your installation of Python and adds the module in the right place. Then you're ready to go. -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython mailing list

Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython

2008-04-23 Thread Bob Kline
ight want to look at more recent packages, such as lxml.etree [2], as it's not clear whether PyXML is still being maintained. [1] http://www.python.org/community/sigs/current/xml-sig/ [2] http://codespeak.net/lxml/ -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___

Shelve bug in ActiveState Python? [or Python as Houdini]

2008-04-23 Thread Bob Kline
runs (though even if I didn't do that, it surely wouldn't be acceptable for Python to just slip through a hole in the floor). -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveS

Re: XML processing bug

2008-02-11 Thread Bob Kline
Trent Mick wrote: > Could you add a feature request for that: > http://bugs.activestate.com/enter_bug.cgi?product=ActivePython > Done, thanks! http://bugs.activestate.com/show_bug.cgi?id=74791 -- Bob Kline http://www.rksystems.com mailto:[EMAIL

Re: XML processing bug

2008-02-11 Thread Bob Kline
Bob Kline wrote: > We've stumbled on a bug which causes spurious warning messages when > validating against a certain DTD. This uses a package which isn't > distributed with Active Python, so my first inclination was to file a > bug with the maintainers of the PyXML pack

XML processing bug

2008-02-09 Thread Bob Kline
r but not the latter. Should I file a bug report and post my repro case? -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/

Re: Change in MakePy behavior

2007-09-28 Thread Bob Kline
so be that > ActivePython's installer just now doesn't create that dir. It is > possible that that was an unintended subtle change. > Seems like the most likely explanation. Perhaps you might want to have the installer modified to revert back to the original behavior.

Change in MakePy behavior

2007-09-28 Thread Bob Kline
current user's %TEMP% directory, so of course the web server can't find them. So, two questions. 1. Why the change? 2. What do we need to do to make the generated modules available to any account on the system? Thanks! -- Bob Kline http://www.rksyste

PyPPM replacement [was Re: Compiler used for building ActivePython]

2007-07-06 Thread Bob Kline
Hello, Trent. I think you'll agree we've not been nagging you constantly about this question. We're just hoping that you're not using "some time" as a euphemism for "forever." :-) Any update on this topic that you can throw our way? Thanks!

Re: DST 2007 bug [was Re: ANN: ActivePython 2.5.0.0 is now available]

2007-03-14 Thread Bob Kline
on the same compiler as you (which turns out to be convenient for us)? Be good to know of any sinkholes hiding in the newer tool set before we upgrade (if we actually do). -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] ___ ActivePython m

DST 2007 bug [was Re: ANN: ActivePython 2.5.0.0 is now available]

2007-03-13 Thread Bob Kline
quot; for more information. >>> import time >>> time.asctime() 'Tue Mar 13 16:35:46 2007' >>> -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list ActivePython@listserv.A

Re: Bind failure in ActiveState Python when using tkFileDialog

2005-01-20 Thread Bob Kline
Trent Mick wrote: Bob, some (hopefully helpful) advice from JeffH (Tcl/Tk dude) here. Trent -- Bob Kline wrote: We have some code which binds events to a Tkinter widget. Works fine on Linux, but fails using the ActiveState Python on Windows. Here's the problem b

Bind failure in ActiveState Python when using tkFileDialog

2005-01-20 Thread Bob Kline
commented, events are ignored when running ActiveState Python on Windows (but not ignored when running on Linux). Makes no difference whether events are bound to root or to some child widget. Is this a known problem? -- Bob Kline http://www.rk

Re: Compiler used for building ActivePython

2004-10-01 Thread Bob Kline
out with the phrase "a bit of time" for coming up with this next-generation system, so we can make longer-range plans. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe

Compiler used for building ActivePython

2004-10-01 Thread Bob Kline
for that?) Thanks! -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailma

Re: queston about cx_Oracle

2004-06-28 Thread Bob Kline
o select number field from oracle? Try this: curobj.execute("""\ SELECT CAST(loan_amount * 100 AS INTEGER) FROM valid_card WHERE card_no = '7188'""") tuple = cursor.fetchone() cents = tuple and tuple[0] or None -- Bob Kline

socket.ssl()

2004-05-25 Thread Bob Kline
Why is ssl() missing from the socket module in ActivePython 2.3.2 (build 232)? -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman

Re: ActivePython 2.3 and PyPPM

2004-05-06 Thread Bob Kline
On Mon, 19 Apr 2004, Bob Kline wrote: > On Fri, 31 Oct 2003, Trent Mick wrote: > > > > > As you noticed, PyPPM is no longer part of ActivePython 2.3.x. > > [W]e think that everyone is better served if we spend a bit of time to > > figure out how to leverage s

Re: ActivePython 2.3 and PyPPM

2004-04-19 Thread Bob Kline
discontinuing the one it was replacing)? Thanks. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://lis

Re: Activepython run slowly on win2000 advanced server but fast o n win2000 professional (fwd)

2003-09-04 Thread Bob Kline
Trying again. The mailing list's mail server seems to have been having problems. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com -- Forwarded message -- Date: Thu, 28 Aug 2003 11:42:40 -0400 (EDT) From: Bob Kline <[EMAIL PROTECTED]> To: zhuyunch

Re: Activepython run slowly on win2000 advanced server but fast on win2000 professional

2003-08-29 Thread Bob Kline
/aspn.activestate.com/ASPN/Mail/Message/activepython/976207 Glad it solved your problem, too. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/ma

bzip2 support

2002-11-29 Thread Bob Kline
available from pyppm? Thanks. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com

Re: zlib and Debug

2002-11-14 Thread Bob Kline
ce for zlib come from > somewhere else? As I recall, if you read all the readme files that come with the source, you find everything you need to know. -- Bob Kline mailto:bkline@;rksystems.com http://www.rksystems.com ___ ActivePython mailing list [E

Patch for odbc.cpp

2002-10-20 Thread Bob Kline
have gets some additional testing beyond what I've been able to do myself. All my changes are bracketed by a preprocessor test for a version of Python which understands Unicode (#ifdef Py_USING_UNICODE). Cheers. -- Bob Kline mailto:bkline@;rksystems.com http://www.rksystems.com --- odbc.cp

Re: Formatting reports with Python

2002-10-18 Thread Bob Kline
from which we get beautifully printed reports. Easier than generating RTF (one of the options we also considered) and more portable. We can send the output directly to a PostScript aware printer (as opposed to relying on having to drive a proprietary engine to print the RTF). -- Bob Kl

Re: Two dde puzzles in win32ui

2002-09-27 Thread Bob Kline
e returned from DdeGetLastError(), but it also introduced a small memory leak in IE. The bug has been filed. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.

Re: Two dde puzzles in win32ui

2002-09-21 Thread Bob Kline
On Sat, 21 Sep 2002, Anders Eriksson wrote: > [Excellent tips and pointers to useful resources ...] Thanks for the great suggestions, Anders! -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EM

Two dde puzzles in win32ui

2002-09-21 Thread Bob Kline
2 (ActiveState Corp.) based on Python 2.2.1 (#34, Apr 15 2002, 09:51:39) [MSC 32 bit (Intel)] Windows 2000 Professional SP2 IE 6.0.2600. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMA

Re: pythoncom not loaded

2002-06-14 Thread Bob Kline
On 13 Jun 2002, Patricia J. Hawkins wrote: > >>>>> "BK" == Bob Kline <[EMAIL PROTECTED]> writes: > > BK> No, I get the message "No module named pythoncom" when I do that. The > BK> original problem has "The specified module coul

Re: pythoncom not loaded

2002-06-13 Thread Bob Kline
s, but on Unix, I'd > check whether the module is readable only by user, not user & group. Both users are members of the Administrators group, and this group has the equivalent of rwx for pythoncom22.dll. Thanks again for your suggestions. Still puzzled, though. -- Bob Kline mailto:[EMAIL

Re: pythoncom not loaded

2002-06-13 Thread Bob Kline
or 2.2 paths and names, with the assumption that > the paths were the same from 2.1 to 2.2, and imported it again -- > you can probably just export that branch from the working machine, > check that the paths make sense on the non-working machine, and > import there. > > I meant to

pythoncom not loaded

2002-06-13 Thread Bob Kline
he specified module could not be found.', None, None) >>> This is on a Win2K server. Our executable search paths are identical. We are both members of the Administrators group on the machine. The Python search path (sys.path) is identical. What can be happening? -- Bob Kline mailt

Re: Unicode

2002-06-11 Thread Bob Kline
;s only acceptable if (a) you know it won't lose information or (b) you don't care if you lose information. Can't afford that approach on my projects. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ Active

RE: Unicode

2002-06-11 Thread Bob Kline
rn, lambda match: u"&#x%X;" % ord(match.group(0)[0]), s).encode('latin-1') print unicodeToLatin1(list[1]) -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com _

Re: No such directory?

2002-06-10 Thread Bob Kline
;> os.listdir(os.getcwd()) > ['18_510GMC'] Take another look. The output from listdir() is giving you a different name (shorter by one character) than the one you're using as the last part of your chdir() call's argument. -- Bob Kline mailto:[EMAIL PROTECTED] http://

Re: Conversion from GFA Basic to Python for SpeedTest

2002-05-10 Thread Bob Kline
On Tue, 9 Apr 2002, Bob Kline wrote: > On Tue, 9 Apr 2002, Ed Hopkins wrote: > > > > > The result of this code: > > > > starting time :10:06:30 > > finished time:10:06:41 > > i = 8145060 > > 814506040 41 42 43 44 45 > &g

Re: Conversion from GFA Basic to Python for SpeedTest

2002-04-09 Thread Bob Kline
ude to do using Fortran or C++. In C++, on my 450MHz machine, with no compiler optimization options turned on: starting time: Tue Apr 09 05:10:08 2002 finished time: Tue Apr 09 05:10:10 2002 i = 8145060 8145060 40 41 42 43 44 45 -- Bob Kline mailto

Re: ActivePython 2.2 released!

2002-04-06 Thread Bob Kline
not be installed: File name in directory "soaplib-0.8.0/README" and header "soaplib-0.8.0\README" differ. [NB: I searched in the bug database but didn't find any record of this problem.] -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com _

RE: Mysterious delay in Python module loading (fwd)

2002-01-09 Thread Bob Kline
On Tue, 8 Jan 2002, Bob Kline wrote: > On Tue, 8 Jan 2002, Tim Peters wrote: > > Are you running a virus scanner on this machine? Some interfere > > enormously with file operations. > > Both machines are running the same virus software, controlled by the > network domai

RE: Mysterious delay in Python module loading (fwd)

2002-01-08 Thread Bob Kline
On Tue, 8 Jan 2002, Tim Peters wrote: > [Bob Kline] > > ... > > I have made some progress in my debugging of the problem. In fact it > > appears that the problem stems from a wide discrepancy in the amount of > > time consumed by a call to fopen() on the two machines

RE: Mysterious delay in Python module loading

2002-01-08 Thread Bob Kline
me with Perl DLLs on a server once. What a headache trying to figure out why the next upgrade broke everything! -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState

RE: Mysterious delay in Python module loading (fwd)

2002-01-08 Thread Bob Kline
se). On the other hand, the CPU is almost completely idle during the repro test. The only remotely likely possibility that comes to mind at this point in the game is something to do with screwed-up ACLs. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Re: Mysterious delay in Python module loading

2002-01-08 Thread Bob Kline
well, though, where c:\winnt\system32 doesn't show up in sys.path. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

RE: Mysterious delay in Python module loading

2002-01-08 Thread Bob Kline
replaced my python installation with > a newer version, and had a older DLL. Thanks for the tip, but I looked and there aren't any old Python DLLs anywhere to be found. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ Act

Re: Mysterious delay in Python module loading

2002-01-08 Thread Bob Kline
thon*.dll files on the machine. Thanks very much for the tips. If any other thoughts come to mind, please give a holler. I'll report back if I hit paydirt. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Mysterious delay in Python module loading

2002-01-07 Thread Bob Kline
ight have a solution? 2. What other tools or procedures can I use to delve further into this problem to track down its cause myself? 3. What other information can I provide about our configuration to provide relevant clues? -- Bob Kline mail

RE: Controlling win32 application

2001-11-15 Thread Bob Kline
and read the results back the same way. I'm not so sure that's true if curses/termcap are involved, as they are for most telnet-based applications. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list

Re: VB sample for setting autoincrement property for a column

2001-10-12 Thread Bob Kline
he rest of the constants. Maybe the documentation has a misspelling in the name. At any rate the value is 1. I assume from your comment that you wanted the code to create an Access 2000 database instead of an Access 97 db. If that assumption is incorrect, just use the same connection string tha

Re: ADO Execute

2001-09-20 Thread Bob Kline
s. That's the RecordsAffected output parameter. Check the ADO documentation for the Execute method of the Command object. -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAI

How to pass "byref" parameters to COM object methods

2001-08-04 Thread Bob Kline
Microsoft uses the RecordsAffected parameter to return the count of rows affected by the operation performed. I assume I'm just not looking in the right place. Could someone kindly point me to the appropriate section of the ActiveState documentation? Thanks very much. -- Bob Kline mailto:[

Re: Missing radio buttons in AS Python 2.1

2001-06-04 Thread Bob Kline
oming Friday. Excellent, thanks! -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Missing radio buttons in AS Python 2.1

2001-06-03 Thread Bob Kline
t * r = Tk() v = IntVar() f = Frame(r) f.pack() Radiobutton(f, text = 'A', variable = v, value = 0).pack() Radiobutton(f, text = 'B', variable = v, value = 1).pack() r.mainloop() -- Bob Kline mailto:[EMAIL PROTECTED] http://www.rksystems.com __