[issue2142] difflib.unified_diff(...) produces invalid patches

2010-10-07 Thread Trent Mick
Changes by Trent Mick tre...@gmail.com: -- assignee: - trentm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2142 ___ ___ Python-bugs-list mailing

[issue2142] difflib.unified_diff(...) produces invalid patches

2010-10-07 Thread Trent Mick
Trent Mick tre...@gmail.com added the comment: c.f. some discussion on python-dev here: http://mail.python.org/pipermail/python-dev/2010-October/104501.html -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2142

Re: python27.exe vs python2.7.exe ...

2010-09-14 Thread Trent Mick
. Also, this was a looong time ago (back when python 1.5, 1.6 and 2.0 were still relevant) so it could be there there *weren't* many of the typical (now) Linux pythonX.Y installed executables. Trent -- Trent Mick ActiveState -- http://mail.python.org/mailman/listinfo/python-list

Re: Where is the help function defined?

2010-06-22 Thread Trent Mick
trunk) has this: def sethelper(): __builtin__.help = _Helper() Trent -- Trent Mick http://www.activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ANN: Komodo 6.0.0b1 -- adds Python 3 support

2010-06-11 Thread Trent Mick
/mailman/listinfo/komodo-beta bugs http://bugs.activestate.com/enter_bug.cgi?product=Komodo forumhttp://community.activestate.com/products/Komodo Cheers, Trent -- Trent Mick Product Manager, Komodo and Python ActiveState, The Dynamic Language Experts http://www.activestate.com -- http

Re: ActiveState using different MS runtime files than official Python release? (was Re: Movable Python or ActivePython)

2010-05-06 Thread Trent Mick
see a MSVCR71.DLL. That is probably a bug in the ZIP package (the MSI is by far the primary package for Windows so gets more attention). I've started a bug for this: http://bugs.activestate.com/show_bug.cgi?id=86794 Thanks, Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog

Re: ActiveState using different MS runtime files than official Python release? (was Re: Movable Python or ActivePython)

2010-05-05 Thread Trent Mick
PyWin32 extensions that have Python bindings for the Microsoft Foundation Classes GUI APIs. Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog/ -- http://mail.python.org/mailman/listinfo/python-list

[issue8029] bug in 2to3 dealing with print FOO, followed by sys.stdout.write('')

2010-02-27 Thread Trent Mick
New submission from Trent Mick tre...@gmail.com: According to http://docs.python.org/reference/simple_stmts.html#the-print-statement the following with result in the print statement NOT printing a trailing space: import sys print uASD,; sys.stdout.write(u) However, 2to3 currently

Re: Feedback wanted on programming introduction (Python in Windows)

2009-10-29 Thread Trent Mick
. They've had them almost since the day it was released. It's just not the default because many of the libraries people use haven't been ported yet. https://www.activestate.com/activepython/downloads/ Also: http://www.activestate.com/activepython/python3/ Trent -- Trent Mick trentm

Re: python library call equivalent to `which' command

2009-06-29 Thread Trent Mick
something more portable. I looked through the `os' and `os.path' modules but I didn't find anything. http://code.google.com/p/which/ Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog/ -- http://mail.python.org/mailman/listinfo/python-list

[issue6378] Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe)

2009-06-29 Thread Trent Mick
Changes by Trent Mick tre...@gmail.com: -- nosy: +trentm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6378 ___ ___ Python-bugs-list mailing list

Re: The system cannot execute the specified program.

2009-06-26 Thread Trent Mick
want to clarify something: the main AS distribution of Python (ActivePython) for Windows is an MSI. There is sometimes a .zip file with an install.bat -- but that isn't really intended for wide use. Is that what you are referring to here? Cheers, Trent -- Trent Mick trentm at activestate.com

Re: The system cannot execute the specified program.

2009-06-26 Thread Trent Mick
: http://www.activestate.com/activepython/downloads/ and not discussed in the install notes: http://docs.activestate.com/activepython/2.6/installnotes.html Cheers, Trent -- Trent Mick trentm at activestate.com http://trentm.com/blog/ -- http://mail.python.org/mailman/listinfo/python-list

[issue6164] [AIX] Patch to correct the AIX C/C++ linker argument used for 'runtime_library_dirs'

2009-06-16 Thread Trent Mick
Trent Mick tre...@gmail.com added the comment: Tarek, This should not affect anyone using gcc or g++ on AIX because of this check just before the lines added by this patch: elif compiler[:3] == gcc or compiler[:3] == g++: return -Wl,-R + dir The intention of the patch

[issue2142] naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs that don't end with end-of-line char (same with context_diff)

2009-05-26 Thread Trent Mick
Trent Mick tre...@gmail.com added the comment: Here is a new patch that also fixes the same issue in difflib.context_diff() and adds a couple test cases. -- stage: test needed - patch review title: naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs

Re: Tools for web applications

2009-04-30 Thread Trent Mick
Komodo? http://www.activestate.com/komodo/ Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActiveState Komodo Edit?

2009-04-27 Thread Trent Mick
Numbers) then you can do what you want in the line numbers gutter. Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActiveState Komodo Edit?

2009-04-27 Thread Trent Mick
nightly build: http://downloads.activestate.com/Komodo/nightly/ Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Help with wxPython program :.: return 1?

2009-04-06 Thread Trent Mick
) No, Komodo is not a wx app. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActivePython or Python from Python.org

2009-03-02 Thread Trent Mick
://mail.python.org/pipermail/python-list/2007-July/447987.html Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ActivePython 2.6.1.1 and 3.0.0.0 released!

2008-12-13 Thread Trent Mick
by default on Windows. Extra bits are available from: http://downloads.activestate.com/ActivePython/etc/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick http://planet.activestate.com/ trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-announce-list

Re: ActivePython 2.6.1.1 and 3.0.0.0 released!

2008-12-13 Thread Trent Mick
Kay Schluehr wrote: On 13 Dez., 00:16, Trent Mick tre...@activestate.com wrote: Note that currently PyWin32 is not included in ActivePython 3.0. Is there any activity in this direction? The PyWin32 CVS tree is getting checkins from Mark Hammond and Roger Upole with a py3k tag. I'm

ActivePython 2.6.1.1 and 3.0.0.0 released!

2008-12-12 Thread Trent Mick
by default on Windows. Extra bits are available from: http://downloads.activestate.com/ActivePython/etc/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick http://planet.activestate.com/ trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Debugging in Python

2008-12-01 Thread Trent Mick
, not a particular machine you run it on, as I remember. Also correct: with a Komodo IDE license you can use Komodo on any machine that you use. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: RELEASED Python 3.0rc3

2008-11-24 Thread Trent Mick
is that your ActivePython install is using an older python26.dll sitting around somewhere. Is there a python26.dll somewhere in your C:\Python26 directory, or wherever you installed ActivePython 2.6? Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: ActivePython 2.6.0.0 is now available

2008-11-17 Thread Trent Mick
. Sincerely, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Installation on Vista (Was: ANN: ActivePython 2.6.0.0 is now available)

2008-11-17 Thread Trent Mick
is disabled by default on Vista). If you have a way around that, then great. I believe that IDLE ran just fine when installed as a user in the admin group. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ANN: ActivePython 2.6.0.0 is now available

2008-11-15 Thread Trent Mick
p.s. We hope to have ActivePython 3.0 builds out fairly soon. -- Trent Mick Python Tech Lead trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: ActivePython 2.6.0.0 is now available

2008-11-14 Thread Trent Mick
p.s. We hope to have ActivePython 3.0 builds out fairly soon. -- Trent Mick Python Tech Lead trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

[issue3073] Cookie.Morsel breaks in parsing cookie values with whitespace

2008-11-07 Thread Trent Mick
Changes by Trent Mick [EMAIL PROTECTED]: -- nosy: +trentm ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3073 ___ ___ Python-bugs-list mailing list

[issue4060] PyUnicode_DecodeUTF16(..., byteorder=0) gets it wrong on Mac OS X/PowerPC

2008-10-07 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Added file: http://bugs.python.org/file11723/pymacconfig.h.patch I'll test that on my end tomorrow -- though it looks like it will work fine. Thanks. -- title: PyUnicode_DecodeUTF16(..., byteorder=0) gets it wrong on Mac OS X

[issue4060] PyUnicode_DecodeUTF16(..., byteorder=0) gets it wrong on Mac OS X/PowerPC

2008-10-07 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: I get: sizeof(_Bool)=4 bytes on a G4 PPC. Same thing on a G5 PPC: $ cat main.c #include stdio.h int main(void) { printf(sizeof(_Bool) is %d\n, sizeof(_Bool)); } $ gcc main.c $ ./a.out sizeof(_Bool) is 4 -- title

[issue4060] PyUnicode_DecodeUTF16(..., byteorder=0) gets it wrong on Mac OS X/PowerPC

2008-10-07 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: What if you compile using 'gcc -arch ppc64 main.c'? $ gcc -arch ppc64 main.c $ ./a.out sizeof(_Bool) is 1 As you figured out. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4060

=?utf-8?q?[issue4060]_PyUnicode=5FDecodeUTF16(..., =09byteorder=3D0)_gets_it_wrong_on_Mac_OS_X/PowerPC?=

2008-10-06 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Does this also affect sys.byteorder and the struct module ? Doesn't seem to affect sys.byteorder: $ /usr/bin/python -c import sys; print sys.byteorder big $ python2.6 -c import sys; print sys.byteorder big I think those would be more

=?utf-8?q?[issue4060]_PyUnicode=5FDecodeUTF16(..., =09byteorder=3D0)_gets_it_wrong_on_Mac_OS_X/PowerPC?=

2008-10-06 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: BTW: Does this simplified approach really work for Python on Mac OS X It works for Python 2.5: http://svn.python.org/view/*checkout*/python/branches/release25-maint/configure.in?rev=66299 search for BIGENDIAN

=?utf-8?q?[issue4060]_PyUnicode=5FDecodeUTF16(..., =09byteorder=3D0)_gets_it_wrong_on_Mac_OS_X/PowerPC?=

2008-10-06 Thread Trent Mick
Changes by Trent Mick [EMAIL PROTECTED]: -- keywords: +patch Added file: http://bugs.python.org/file11720/issue4060_macosx_endian.patch ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4060

[issue3905] subprocess failing in GUI applications on Windows

2008-09-18 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: The failure is in the DuplicateHandle call that subprocess makes on, in this case, the stdin handle (as returned by `GetStdHandle(STD_INPUT_HANDLE)`) call earlier. Two cases here: 1. When this is run in a subsystem:windows process (like PythonWin

Re: urllib fails to connect

2008-08-20 Thread Trent Mick
are effectively setting the Windows system networking proxy settings? Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActiveState Python v2.5 doesn't come with Tkinter or Tk installed.

2008-08-14 Thread Trent Mick
on a separate install of either ActiveTcl or TclTkAqua to provide the Tk framework. Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: How to figure out if the platform is 32bit or 64bit?

2008-07-28 Thread Trent Mick
tell you if the Python *build* is 32-bit or 64-bit. If the answer is 32-bit, then that doesn't tell you if this is a 32-bit Python running on a 64-bit OS. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActiveState Code (the new Python Cookbook) has been launched

2008-07-28 Thread Trent Mick
Nick Craig-Wood wrote: Trent Mick [EMAIL PROTECTED] wrote: I happy to announce that ActiveState Code has been taken out of beta. This is the new site replacing the ASPN Cookbooks -- in particular the Python Cookbook. http://code.activestate.com/ Looks great and much faster than

Re: How to figure out if the platform is 32bit or 64bit?

2008-07-25 Thread Trent Mick
that might help if you need to do this for other platforms: http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/util/platinfo.py Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-22 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Thanks Ronald. Any comment on http://bugs.python.org/msg69936 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3381

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-21 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: This bug should be re-opened. The patch to configure.in wasn't quite right. I'm attaching a slight fix. `autoconf`ing removes one level of square brackets in the 'sed' command to create $tgt. (Q about the issue tracker: I'm unable to change

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-18 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Ronald, The @ARCH_RUN_32BIT@ also needs to be added to two places in Mac/Makefile.in (as indicated in issue 3393), no? Would you like me to make that change? ___ Python tracker [EMAIL PROTECTED] http

[issue3393] `cd Mac make installmacsubtree` fails on Mac OS X 10.5 because of r63955

2008-07-18 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: The current trunk should be correct, there are no explicit calls to the arch command left, all go through the configure replacement magic. $ svn info Path: . URL: svn+ssh://[EMAIL PROTECTED]/python/trunk/Mac Repository Root

[issue3393] `cd Mac make installmacsubtree` fails on Mac OS X 10.5 because of r63955

2008-07-17 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Similar change in Mac/IDLE/Makefile.in: - --- python/trunk/Mac/IDLE/Makefile.in (original) +++ python/trunk/Mac/IDLE/Makefile.in Thu Jun 5 14:58:24 2008 @@ -42,7 +42,7 @@ $(srcdir)/../Icons

[issue3393] `cd Mac make installmacsubtree` fails on Mac OS X 10.5 because of r63955

2008-07-17 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Alternative potential solution: use the ARCHPREFERENCE environment variable as described in the Mac OS X 10.5 arch man page. Ronald, if you could test if that works for you on 10.5, then presumably setting that environment var would be safely

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-16 Thread Trent Mick
New submission from Trent Mick [EMAIL PROTECTED]: Configuring with --enable-universalsdk fails on Mac OS X 10.4/x86 because of a change in r63997. This in the python trunk (i.e. the 2.6 tree). The failure looks like this: $ ./configure --enable-framework --enable

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-16 Thread Trent Mick
Trent Mick [EMAIL PROTECTED] added the comment: Yet another version: configure-patch-3381-2.txt is a slight enhancement of the first version. Ronald, Did that accidentally not get attached? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org

Re: Building a Python app with Mozilla

2008-07-14 Thread Trent Mick
experience in Komodo perf work has been algorithmic issues. Also, if Komodo hadn't been using Python for application logic since day one we probably wouldn't be much further than Notepad right now. :) Cheers, Trent (komodo developer) -- Trent Mick trentm at activestate.com -- http

Re: ActiveState Code: the new Python Cookbook site

2008-07-11 Thread Trent Mick
that to the recipe add form: http://code.activestate.com/recipes/add/ Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ActiveState Code: the new Python Cookbook site

2008-07-10 Thread Trent Mick
Stef Mientki wrote: one small remark, If I want to browse 200 recipes, at 10 per page ... please make something like 100 available per page, are internet is fast enough nowadays. Touche. Done: http://code.activestate.com/recipes/?paginate_by=100 Cheers, Trent -- Trent Mick trentm

ActiveState Code: the new Python Cookbook site

2008-07-08 Thread Trent Mick
functionality (using Google) won't be working for a day or two. -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: Komodo IDE 4.4 Komodo Edit 4.4 released

2008-06-24 Thread Trent Mick
and JavaScript autocomplete all in one HTML file!). Let us know what you think here: community: http://community.activestate.com/products/Komodo email: http://listserv.activestate.com/mailman/listinfo/komodo-discuss bugs: http://bugs.activestate.com/enter_bug.cgi?product=Komodo Enjoy, Trent -- Trent

Re: Does Python 2.5 include or not include SQLite engine?

2008-04-22 Thread Trent Mick
? -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ANN: ActivePython 2.5.2.2 and 2.4.5.14 are now available

2008-04-10 Thread Trent Mick
on Windows. Extra bits are available from: http://downloads.activestate.com/ActivePython/etc/ Apologies for the delay. I was crazy-busy getting the Komodo 4.3 release out. Check it out: http://www.activestate.com/products/komodo/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick

ANN: ActivePython 2.5.2.2 and 2.4.5.14 are now available

2008-04-09 Thread Trent Mick
on Windows. Extra bits are available from: http://downloads.activestate.com/ActivePython/etc/ Apologies for the delay. I was crazy-busy getting the Komodo 4.3 release out. Check it out: http://www.activestate.com/products/komodo/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick

Re: Module not found in script that was found in command-line interpreter. Possible Path issue?

2008-04-03 Thread Trent Mick
://bugs.activestate.com/query.cgi?product=Komodo -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ANN: Komodo IDE 4.3 Komodo Edit 4.3 released

2008-03-14 Thread Trent Mick
: community: http://community.activestate.com/products/Komodo email: http://listserv.activestate.com/mailman/listinfo/komodo-discuss bugs: http://bugs.activestate.com/enter_bug.cgi?product=Komodo Enjoy, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python

Re: system32 directory

2008-03-06 Thread Trent Mick
. Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

[issue2142] naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs that don't end with end-of-line char

2008-02-18 Thread Trent Mick
New submission from Trent Mick: When comparing content with difflib, if the resulting diff covers the last line of one or both of the inputs that that line doesn't end with an end-of-line character(s), then the generated diff lines don't include an EOL. Fair enough. Naive (and I suspect typical

[issue2142] naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs that don't end with end-of-line char

2008-02-18 Thread Trent Mick
Trent Mick added the comment: At a glance I suspect this patch will work back to Python 2.3 (when difflib.unified_diff() was added). I haven't looked at the Py3k tree yet. Note: This *may* also applied to difflib.context_diff(), but I am not sure. __ Tracker

[issue2142] naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs that don't end with end-of-line char

2008-02-18 Thread Trent Mick
Trent Mick added the comment: Attached is a patch against the Python 2.6 svn trunk for this. -- versions: +Python 2.3, Python 2.4, Python 2.6 Added file: http://bugs.python.org/file9460/python_difflib_unified_diff.patch __ Tracker [EMAIL PROTECTED] http

Re: Puzzled by is

2007-08-10 Thread Trent Mick
) *distribution* of CPython -- i.e. the sample implementation as CPython (same source code). This is similar, in some respects, to SuSE, Debian, RedHat, Ubuntu, etc. being different distributions of Linux. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python

Re: ActivePython

2007-07-04 Thread Trent Mick
Komodo's Python and other possible Pythons on the system. -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: what is the PythonWin

2007-07-03 Thread Trent Mick
2.5.0.0 full SSL support is available. Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: preferred windows text editor?

2007-05-09 Thread Trent Mick
a try too: http://www.activestate.com/products/komodo_edit/ Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

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 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python

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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Support SSL for Solaris 10

2007-04-05 Thread Trent Mick
that the Solaris on *x86* ActivePython build does not because there were build errors for that extension that haven't yet been resolved. http://www.activestate.com/products/activepython/ Cheers, Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python

Re: Where to find pywin32/win32all for Python 1.5.2?

2007-04-03 Thread Trent Mick
available somewhere? Thanks! Python 1.5.2 was release way before ActiveState started doing ActivePython, so no luck there. :( -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: ActivePython 2.5.0.0 is now available

2007-03-15 Thread Trent Mick
though. Trent -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

ANN: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Trent Mick
of applications such as xCHM might find this useful. This package 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 -- http

Re: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Trent Mick
://bugs.activestate.com/show_bug.cgi?id=68029 I don't currently have a work around for it. I should be able to fix this for the next release (but don't have a date for that yet). You could CC yourself to that bug report to get a notification for when it is fixed, if you like. Thanks, Trent -- Trent

Re: ANN: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Trent Mick
Yes. Wensui Liu wrote: Is it free of charge? On 3/13/07, Trent Mick [EMAIL PROTECTED] wrote: ... ActivePython is ActiveState's binary distribution of Python. Builds for Windows, Mac OS X, Linux, HP-UX and AIX are made freely available. ... -- http://mail.python.org/mailman/listinfo/python

Re: Python for amd64 and x86 on Windows

2007-03-12 Thread Trent Mick
includes in addition to the usual (and preferred MSI installer). Trent p.s. ActivePython 2.5 builds will be out this week. -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: nokia s60 python code debugging with komodo

2007-03-09 Thread Trent Mick
to snuff. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: pyxpcom

2006-11-29 Thread Trent Mick
hg wrote: Trent Mick wrote: My need is as follows: I have developed an activex component to access a smart card on the client side / do some web site logon. Are xpcom / pyxpcom advanced/stable enough for such an implementation under Linux / Windows ? You mean to provide the equivalent

Re: pyxpcom

2006-11-28 Thread Trent Mick
on at ActiveState). Regarding #2 (from above): Mark started some discussion a while back about the what it would take to provide builds of PyXPCOM. The answer is that it would probably be very hard. http://aspn.activestate.com/ASPN/Mail/Message/pyxpcom/3167613 Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: pyxpcom

2006-11-28 Thread Trent Mick
that your activex component does for IE? Yes, xpcom and pyxpcom are quite stable, however putting together a Firefox extension that gets PyXPCOM itself up and running in a client's Firefox install will be quite challenging. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman

Re: Active State and Komodo...

2006-11-27 Thread Trent Mick
: http://www.activestate.com/products/komodo/beta.plex#features Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: uninstall and Windows file associations

2006-11-02 Thread Trent Mick
that functionality (it probably does). Just try invoking the .msi file again. And, as Neil said, you can just reinstall. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Help: Python2.3 Python2.4 on RHEL4 x86_64

2006-10-19 Thread Trent Mick
Christopher Taylor wrote: RHEL comes with Python2.3 installed. A program I need to install requires Python2.4 ActivePython has a 2.4 build for Linux/x86_64: http://www.activestate.com/Products/ActivePython/ Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman

Re: python 2.5 sqlite3

2006-10-12 Thread Trent Mick
, unfortunately ActivePython 2.5 will probably not be ready until mid-November. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Komodo 3.5 - Setting breakpoints in multiple *.py files

2006-06-19 Thread Trent Mick
. (http://listserv.activestate.com/mailman/mysubs) Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Active Python versions

2006-06-19 Thread Trent Mick
-win32-x86.msi 19,053 KB ActivePython-2.4.3.12-win32-x86.msi 19,237 KB Note that the Windows *64-bit* builds are smaller (around 15MB) because they do not include PyWin32. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Active Python versions

2006-06-19 Thread Trent Mick
Tom Del Rosso wrote: Can I ask you about alternative environments? How do Active Python and IDLE from python.org compare? Both ActivePython and the Python installers from python.org install IDLE. They should not differ at all (AFAIK). Trent -- Trent Mick [EMAIL PROTECTED] -- http

Re: Active Python versions

2006-06-19 Thread Trent Mick
/IntegratedDevelopmentEnvironments http://wiki.python.org/moin/PythonEditors ActiveState has a Python IDE called Komodo http://www.activestate.com/Products/Komodo/ which I work on (so I'm biased :). Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: ActivePython 2.4.3.12 is now available (bugfix for Windows)

2006-04-12 Thread Trent Mick
this useful. This package is installed by default on Windows. These packages are available from: ftp://ftp.activestate.com/ActivePython/etc/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: can't pass command-line arguments

2006-04-11 Thread Trent Mick
or .pyo. That seems to unlikely (or uncommon) a scenario to justify it. I'll get a new ActivePython for Windows out soon to take .pyo and .pyc off of PATHEXT. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: How to write a python program to export the help document to a file?

2006-04-10 Thread Trent Mick
[boyeestudio wrote] How to write a python program to export the help document to a file? for example: I need the os document,I use: import os help(os) then it will show me all about os.But I need it redirect to a file. How to do that? $ pydoc os os.txt Trent -- Trent Mick [EMAIL

ANN: ActivePython 2.4.3.11 is now available

2006-04-06 Thread Trent Mick
/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick TrentM at ActiveState.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Exception handling....dumb question?

2006-03-31 Thread Trent Mick
: ... log.exception(whoa!) ... ERROR:myscript:whoa! Traceback (most recent call last): File stdin, line 2, in ? ZeroDivisionError: integer division or modulo by zero Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: python crashes in Komodo

2006-03-12 Thread Trent Mick
be invaluable. What OS are you on. Etc. etc. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: lighter weight options to Python's logging package?

2006-03-10 Thread Trent Mick
-- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: how about adding ping's uuid module to the standard lib ?

2006-03-07 Thread Trent Mick
[Fredrik Lundh wrote] see subject and http://python.org/sf/1368955 comments ? +1, once it has been vetted a bit (as is being done on the tracker) Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Activestate python installation

2006-02-20 Thread Trent Mick
this be due to an anti-virus program aborting the install on you? You could generate an install log to see if that yields some clues: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/installnotes.html#install_logging Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http

Re: Komodo - Will it Lock Me In?

2006-02-17 Thread Trent Mick
to be a GUI designer for simple Tkinter-based UIs. It does mandate a certain style for your *GUI* code, but I believe that all GUI designers need to do this. Because I work on Komodo I am biased, so won't give you an opinion on it relative to other tools out there. Cheers, Trent -- Trent Mick

Re: ActivePython SSL

2006-01-25 Thread Trent Mick
through the legal hurdles so that we can include those. I expect that by or before the Python 2.5 timeframe we'll have _ssl in ActivePython. ... Sincerely, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

  1   2   >