Re: COM multiple interfaces

2001-05-28 Thread Trent Mick
either take a single interface or a list of interfaces. So, if you have some thing like class MyCOMServer: _com_interfaces_ = [MyInterface1, MyInterface2] #... the rest ... that should just work. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: one question about this mailing list

2001-06-21 Thread Trent Mick
(1) get your password emailed to you Email My Password To Me and (2) unsubscribe from the list. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo

Re: Mysterious delay in Python module loading

2002-01-08 Thread Trent Mick
inclined to agree. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Re: Mysterious delay in Python module loading

2002-01-08 Thread Trent Mick
On Tue, Jan 08, 2002 at 02:26:04PM -0500, Bob Kline wrote: On Tue, 8 Jan 2002, Trent Mick wrote: 2. What other tools or procedures can I use to delve further into this problem to track down its cause myself? You could look at the Python profiler and compare the profile for a run

Important: privacy concern in the ActivePython on Windows

2002-01-17 Thread Trent Mick
the problem. Note that all current ActivePython releases are affected. Subsequent ActivePython releases will include Mark's fix. Sincerely, Trent -- Trent Mick ActivePython maintainer [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] http

Re: ActivePython 2.2 release... when

2002-01-28 Thread Trent Mick
On Wed, Jan 23, 2002 at 12:05:36AM -0500, Kristin Spinn and Damien Morton wrote: When will activestate release a Python 2.2 package? We hope very soon now. We will make an announcement email on this list when it is ready. I apologize for the long delay. Trent -- Trent Mick [EMAIL PROTECTED

Re: ODBC paramtype?

2002-02-21 Thread Trent Mick
-us/odbc/htm/vfpodbcsupportedodbcapi.asp As well, you could also try to ask on [EMAIL PROTECTED] where some people with the same experience might be able to help you. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL

Re: Serial Port Communication - Test??

2002-03-27 Thread Trent Mick
to open the port of Modem and write to it, but I dont get any replies. Should I be connected to get replies?? Thanks, -V. - Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® -- Trent Mick [EMAIL PROTECTED

ActivePython 2.1.3 and ActivePython 2.2.1 released!

2002-04-17 Thread Trent Mick
to install Numeric Python. Use this command to list all available packages: pyppm search Please submit email feedback to [EMAIL PROTECTED], and file bugs against ActivePython at http://bugs.ActiveState.com/ActivePython. Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED

Re: FW: (no subject)

2002-04-25 Thread Trent Mick
Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: python newsgroup

2002-04-25 Thread Trent Mick
of the group for my technical python questions; it's at: http://groups.google.com/groups?hl=engroup=comp.lang.python And there is ActiveState's email archive system too. http://aspn.activestate.com/ASPN/Mail/ http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/python-list Trent -- Trent

Re: Does this list have digest mode?

2002-04-26 Thread Trent Mick
agree that this is kind of buried. I'll try to fix the list email suffix to point to this link as well. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman

Re: (no subject)

2002-05-16 Thread Trent Mick
at this list: http://www.python.org/editors/ Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo

Re: Python Package Manager with ActiveCD

2002-05-23 Thread 'Trent Mick'
of parts of ActivePython were done immediately *after* ActivePython 2.1.1 so my understanding is that this process will be much smoother for subsequent ActiveCDs. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL

Re: sys.path.append('')

2002-06-14 Thread Trent Mick
in it. - You can create a .pth file with that directory on a single line by itself and then place that .pth file somewhere on the existng sys.path. - On Windows you can edit the following registry entry: HKLM/Software/Python/PythonCore/2.2/PythonPath/ Cheers, Trent -- Trent Mick [EMAIL

Re: COM Help

2002-07-29 Thread Trent Mick
, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Re: Python on Windows extensions

2002-09-20 Thread Trent Mick
-- Trent Mick [EMAIL PROTECTED] Find a symbol in PyWin32-land. Usage: python pywin32where.py [symbols...] This will print the full import path to the given symbol. Approximate matches are printed on #TODO: # - add my standard command line options: -h, -v, etc. from

Re: Python, unicode, Windows32 and NTFS...

2002-09-27 Thread Trent Mick
with unicode filenames by using the lower-lever Win32 API file handling calls exposed via the PyWin32 extensions. import win32file win32file.CreateFile(...) win32file.ReadFile(...) win32file.WriteFile(...) etc. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

ANN: ActivePython 2.2.2 released!

2002-11-29 Thread Trent Mick
extensions, including the Pythonwin IDE, support for Python ASP, the PythonCOM system. Please submit email feedback to [EMAIL PROTECTED], and file bugs against ActivePython at http://bugs.ActiveState.com/ActivePython. Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED

Re: Removal/Installation Problems.

2002-12-03 Thread Trent Mick
are the contents of the dialog you get when you run: msiexec /? - do you have any virus scanners running? - what was the version of the ActivePython that you were trying to uninstall? Thanks, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list

Re: Help with Mark Hammond's PythonWin

2003-01-03 Thread Trent Mick
: http://starship.python.net/~skippy/win32/ Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com

ANN: ActivePython 2.3.2 ActivePython 2.2.3

2003-10-27 Thread Trent Mick
://bugs.ActiveState.com/ActivePython Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo

Re: ActivePython 2.3.2 ActivePython 2.2.3

2003-10-28 Thread Trent Mick
if you like. Sincerely, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Re: write to XP registry - access denied...

2003-10-31 Thread Trent Mick
is: win32api.RegOpenKeyEx(win32con.HKEY_LOCAL_MACHINE,the path,0,win32con.KEY_SET_VALUE) Can anybody help me with this? Please? Brian, It would help if you could post a little working code snippet (or interactive shell session) that demonstates the problem. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

ActivePython 2.3 and PyPPM

2003-10-31 Thread Trent Mick
it comes to package management for Python (which input will naturally be combined with our opinions, resource constraints, etc.). In the meantime, please send your thoughts to: [EMAIL PROTECTED] Thanks for your input, Trent and the ActivePython team -- Trent Mick [EMAIL PROTECTED

ANN: ActivePython 2.3.2 2.2.3 bug fix releases

2003-11-14 Thread Trent Mick
system. Thanks to all those who submitted feedback and bug reports. Please submit email feedback to: [EMAIL PROTECTED] and file bugs against ActivePython at: http://bugs.ActiveState.com/ActivePython Cheers, Trent -- Trent Mick [EMAIL PROTECTED] Python Tech Lead -- ActiveState

Re: Latest build win32 debugs

2003-11-19 Thread Trent Mick
. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Re: PyUnit failing on WinXP

2003-11-26 Thread Trent Mick
an init.tcl in your ActivePython installation. Run this: cd D:\ACTIVESTATE\PYTHON23 dir /s init.tcl This should find an init.tcl in the tcl\tcl8.4 subdirectory. If not then you should uninstall ActivePython 2.3 and re-install. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: ActivePython 2.3 and PyPPM

2004-05-06 Thread Trent Mick
Does Trent Mick still work for ActiveState? If not, could someone else tell us anything about the timetable for replacing the deleted PyPPM functionality? Bob, Apologies for letting your question slide unanswered! Yes, I am still here. Currently there is no real timetable. The current

Re: socket.ssl()

2004-05-25 Thread Trent Mick
are looking at things we can do so that ActivePython can be distributed by default with SSL support built in. Admittedly though, that won't be a quick process so it might be a while before we can do that. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: How to get python23.lib directory from installtion

2004-07-09 Thread Trent Mick
\\python23.lib' Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Re: Unresolved Symbol using MSVS debug build

2004-10-13 Thread Trent Mick
2.4 builds (or Python 2.4 builds from python.org) Sincerely, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com

Re: Unresolved Symbol using MSVS debug build

2004-10-13 Thread Trent Mick
/ or from CVS here (you'd want the release23_maint CVS tag): http://sourceforge.net/cvs/?group_id=5470 There are PC build instructions in the PC and PCbuild subdirectories. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list

ANN: ActivePython 2.4b1 is available

2004-10-20 Thread Trent Mick
FAQs, HOWTOs and PEPs. An online version of the docs can be found here: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/welcome.html Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED

ANN: ActivePython 2.4b2 is available

2004-11-05 Thread Trent Mick
FAQs, HOWTOs and PEPs. Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo

ANN: ActivePython 2.4c1 is available

2004-11-19 Thread Trent Mick
: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/welcome.html Thanks, and enjoy! Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http

Re: Bind failure in ActiveState Python when using tkFileDialog

2005-01-20 Thread Trent Mick
() construct that Perl/Tk and Tkinter do, instead it always starts the Tcl event loop from first Tk initialization. Jeff -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com

Python XML-RPC Server Security Advisory

2005-02-03 Thread Trent Mick
as they become available. Please feel free to contact us if you have further questions. ActiveState Python Team -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com

ANN: ActivePython 2.3.5.236 and ActivePython 2.4.0.244 are available

2005-02-10 Thread Trent Mick
of applications such as xCHM might find this useful. These packages are available from: ftp://ftp.activestate.com/ActivePython/etc/ On behalf of the team at ActiveState, Thanks, and enjoy! -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list

ANN: ActivePython 2.4.1 for Mac OS X is now available!

2005-06-07 Thread Trent Mick
-- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Re: codecs.readline bug in Python 2.4.1.

2005-09-13 Thread Trent Mick
in the next release? And does anyone know about when that release will appear? Yes, I hope to have that fixed in the next release. We hope to have a new release sometime within the next month, but I don't have a solid date that I can promise. Sincerely, Trent -- Trent Mick [EMAIL PROTECTED

Re: activepython for OSX crashes (bus error)

2005-10-24 Thread Trent Mick
/mailman/listinfo/f2py-users Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com

Re: Creating and terminating a process using win32process

2005-11-24 Thread Trent Mick
support for killing processed though. You could try my process.py module (http://trentm.com/projects/process) but you should generally prefer 'subprocess' as it is more widely used. YMMV. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing

Re: python com server clean up problem

2005-11-28 Thread Trent Mick
? You also might want to ask on python-list@python.org to see if there are any PyWin32 users there that may have run into a similar issue. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com

Re: problem downloading and sending file using ftplib in Familiar Linux environment

2006-01-04 Thread Trent Mick
on there being an 're' module. Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo

Re: ActivePython 2.4.2.10, Mac OS X (Intel) problems

2006-03-10 Thread Trent Mick
or 2.0. * MySQL-5.0 and newer are not currently supported, but might work. Brett, Which version of MySQL are you building against? Did you build MySQL yourself or get a prebuild from somewhere? If so where? Fink? Darwin Ports? mysql.com? other? Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: ActivePython 2.4.2.10, Mac OS X (Intel) problems

2006-03-11 Thread Trent Mick
/Frameworks/Python.framework/Versions/Current/bin because this is where new scripts installed via the usual python setup.py install get placed. ActivePython will likely go the same way. http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/gettingstarted.html#macosx Cheers, Trent -- Trent Mick

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Trent Mick
are a pain. Great for braindead simple stuff, but quite limiting for anything custom. Trent -- Trent Mick [EMAIL PROTECTED] ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: _winreg.SaveKey question

2006-10-24 Thread Trent Mick
the ability to test that here. Are you sure that the Access denied error is because of the file name and not because of a lack of SeBackupPriviledge as is mentioned as being required in the docs? You could try asking on [EMAIL PROTECTED] More Windows Python programmers hang out there. Trent -- Trent

Re: missing standard libraries in 2.5.0.0 on OS X

2007-04-18 Thread Trent Mick
:40:37) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type help, copyright, credits or license for more information. import os Traceback (most recent call last): File stdin, line 1, in module ImportError: No module named os Could you run with the -v option? Trent -- Trent

ANN: ActivePython 2.5.1.1 is now available

2007-05-04 Thread Trent Mick
is installed by default on Windows. Extra bits are available from: http://downloads.activestate.com/ActivePython/etc/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick trentm at activestate.com ___ ActivePython mailing list ActivePython

Re: Install on AIX 5.2

2007-06-20 Thread Trent Mick
. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by John Gilmore and Jay Fenlason. $ tar xzf ActivePython-2.5.1.1-aix5-powerpc.tar.gz Perhaps the package got corrupted on download? Trent -- Trent Mick trentm at activestate.com

Re: Question about version differences.

2007-07-05 Thread Trent Mick
[forgot to CC the list] Trent Mick wrote: So, If I have to do this suggestion, please tell me, is the latest 2.4 version Vista ready? Yes, it should be. Basic testing should things to be fine on Vista and I've not heard any reports of problems on Vista -- with either ActivePython 2.4

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

2007-07-06 Thread Trent Mick
Bob Kline wrote: The last time we brought up this question [back in 2004] Trent Mick wrote: Unfortunately, that limbo will have to remain for the time being. We'll be catching up with ActivePython builds fairly soon, but there likely won't be a PyPPM replacement for some time. Hello

Re: python and Tix.Tk() on Mac

2007-07-11 Thread Trent Mick
or the ActiveTcl list as to good alternatives to what he is using (specifying use of Tkinter). Hope that helps, Trent -- Trent Mick trentm at activestate.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http

Re: Change in MakePy behavior

2007-09-28 Thread Trent Mick
subtle change. Trent -- Trent Mick trentm at activestate.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman

Re: XML processing bug

2008-02-11 Thread Trent Mick
not sure when I'd be able to add it, but it is definitely a worthwhile module. Note that xml.etree is quite handy for XML processing -- but obviously not for things like validation, etc. that lxml provides. Trent -- Trent Mick trentm at activestate.com

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

2008-04-23 Thread Trent Mick
Trent Mick wrote: Does seem supicious. I don't have much experience with shelve, but it should just crash. Do you have another platform that you can try to repro on? A repro code snippet would, of course, help a lot. s/should/shouldn't/ Duh, Trent -- Trent Mick trentm at activestate.com

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

2008-04-25 Thread Trent Mick
Let me know if you'd prefer that I file this bug directly myself. Yes, please. ActivePython bugs to here: http://bugs.activestate.com/enter_bug.cgi?product=ActivePython Core Python bugs to here: http://bugs.python.org/ Trent -- Trent Mick trentm at activestate.com

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

2008-04-25 Thread Trent Mick
a crash when run on Windows. Trent -- Trent Mick trentm at activestate.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com

Re: Python 2.6

2008-10-28 Thread Trent Mick
weeks. Sooner if things go well. Cheers, Trent -- Trent Mick trentm at activestate.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http

ANN: ActivePython 2.6.0.0 is now available

2008-11-14 Thread Trent Mick
! Trent p.s. We hope to have ActivePython 3.0 builds out fairly soon. -- Trent Mick Python Tech Lead trentm at activestate.com ___ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman

Re: Default Python version

2009-01-05 Thread Trent Mick
there. Why would that be? As Jeff indicated, this is a bug due to recent website changes. Hopefully we'll have that fixed soon. Links to all the recent ActivePython downloads are here: http://www.activestate.com/activepython/downloads/ Trent -- Trent Mick trentm at activestate.com

Re: hashlib problem

2009-02-26 Thread Trent Mick
of ActivePython 2.5 (2.5.2.2) was fine, if you need a workaround for now. I've started this bug for this: http://bugs.activestate.com/show_bug.cgi?id=82141 We'll try to get a new release out soon. Thanks, Trent -- Trent Mick trentm at activestate.com

Re: setuptools catch 22

2009-04-16 Thread Trent Mick
-sig and catalog-sig lists and recently at the PyCon conference). It isn't yet clear (IMHO) if setuptools is the best technology for the future for Python packaging. Sincerely, Trent -- Trent Mick trentm at activestate.com ___ ActivePython mailing

Re: PythonWin question - intelligent clues

2010-04-15 Thread Trent Mick
For auto-completion, you can also give the free Komodo Edit (Trent, codeintel is supported in Edit, right?) Yes, indeedy. Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog/ ___ ActivePython mailing list ActivePython