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

2010-09-14 Thread Trent Mick
x shortcuts. 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
init_pathinfo', '_test', 'abs__file__', 'addbuilddir', 'addpackage', 'addsitedir', 'addsitepackages', 'aliasmbcs', 'execsitecustomize', 'main', 'makepath', 'os', 'removedup paths', 'setBEGINLIBPATH', 'setcopyright', 'setencoding', 'sethelper', 'setquit', 'sys'] >>> site.__file__ 'C:\\Python24\\lib\\site.pyc' >>> "site.py" (at least in the Python 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
ive us your feedback: emailhttp://listserv.activestate.com/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

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

2010-05-06 Thread Trent Mick
.DLL in your ZIP release. I do 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 act

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

2010-05-05 Thread Trent Mick
used by the included 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

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

2009-10-29 Thread Trent Mick
Python 3 installers. 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

Re: python library call equivalent to `which' command

2009-06-29 Thread Trent Mick
ut I would like 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

Re: "The system cannot execute the specified program."

2009-06-26 Thread Trent Mick
ed in the main download tables: 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

Re: "The system cannot execute the specified program."

2009-06-26 Thread Trent Mick
Just 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 trent

Re: Tools for web applications

2009-04-30 Thread Trent Mick
Lave my keyboard alone" guy like me. Do you mean 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
est 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: ActiveState Komodo Edit?

2009-04-27 Thread Trent Mick
e (View -> View Line 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: Help with wxPython program :.: return 1?

2009-04-06 Thread Trent Mick
PythonWin) 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
http://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

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 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 not sure how close the

ActivePython 2.6.1.1 and 3.0.0.0 released!

2008-12-12 Thread Trent Mick
plications 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 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
ched to _you_, 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
idelib\idle.pyw I believe there is a problem with your install. My guess 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? Tr

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

2008-11-17 Thread Trent Mick
strator account (which 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

Re: ANN: ActivePython 2.6.0.0 is now available

2008-11-17 Thread Trent Mick
wry with the ActivePython installer. Sincerely, 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-14 Thread Trent Mick
p://www.activestate.com/products/komodo/ Thanks, and enjoy! Trent 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

Re: urllib fails to connect

2008-08-20 Thread Trent Mick
IE's proxy settings 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
depends 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: 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 faste

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

2008-07-28 Thread Trent Mick
his thread. That test will just 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: How to figure out if the platform is 32bit or 64bit?

2008-07-25 Thread Trent Mick
6 (32-bit), IA64 (64-bit) and AMD64 (64-bit). Here is a "platinfo.py" module 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

Re: Building a Python app with Mozilla

2008-07-14 Thread Trent Mick
sible -- but otherwise my 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

Re: ActiveState Code: the new Python Cookbook site

2008-07-11 Thread Trent Mick
. I need to add 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 at

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

2008-04-22 Thread Trent Mick
rwise, re: Linux releases of Python 2.5? I thought one of the major features of Python 2.5 was its embedded SQLite engine. Thoughts? -- 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-09 Thread Trent Mick
w.activestate.com/products/komodo/ Thanks, and enjoy! Trent, Python Tech Lead -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

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

2008-04-03 Thread Trent Mick
al. Please let me know (or on the komodo-discuss list [^1] or Komodo bug database [^2]) if you have any problems getting that going. Cheers, Trent [1]: http://listserv.activestate.com/mailman/listinfo/Komodo-discuss [2]: http://bugs.activestate.com/query.cgi?product=Komodo -- Trent Mick trentm at activestate.com -- http://mail.python.org/mailman/listinfo/python-list

Re: system32 directory

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

Re: Puzzled by "is"

2007-08-10 Thread Trent Mick
articular implementation would be different platform *builds* (my language). ActivePython is a separate (from python.org's) *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. b

Re: ActivePython

2007-07-04 Thread Trent Mick
udes an editor/IDE called PythonWin. <http://sourceforge.net/projects/pywin32/> [2] Komodo embeds its own Python build for doing a lot of the core logic. A custom Python build is generally necessary to avoid cross-talking between 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
he hashlib libraries). As of ActivePython 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
on/ You should give Komodo Edit 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
n set. Linux users 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://mail.python.org/mailman/listinfo/python-list

Re: Support SSL for Solaris 10

2007-04-05 Thread Trent Mick
olaris8-sparc" build) supports OpenSSL. Note 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 activestat

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

2007-04-03 Thread Trent Mick
load. Is it still 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
y have changed though. Trent -- 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-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. >

Re: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Trent Mick
t possible to find the file". > > Is there a remedy for this problem? http://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 b

ANN: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Trent Mick
m: An MS compiled help collection of the full ActivePython documentation set. Linux users 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/ Thank

Re: Python for amd64 and x86 on Windows

2007-03-12 Thread Trent Mick
ile plus an install script" installer that ActivePython 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
port wasn't up 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 >>>

Re: pyxpcom

2006-11-28 Thread Trent Mick
ity for Firefox 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://mai

Re: pyxpcom

2006-11-28 Thread Trent Mick
hg wrote: > Hi, > > Can one tell me what the status of this project is ?. I did google ... > but not much out there. PyXPCOM source is in the main Mozilla CVS tree. It is being maintained by Mark Hammond (the original developer of the extension). There isn't a lot of activity on it, I think, be

Re: Active State and Komodo...

2006-11-27 Thread Trent Mick
beta 1 is out now and beta 2 should be released later this week). Try it out: 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
t sure if the python.org Windows installer has 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/m

Re: python 2.5 & sqlite3

2006-10-12 Thread Trent Mick
7;m focussed on Komodo 4.0 for now. For others, 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: Active Python versions

2006-06-19 Thread Trent Mick
IDEs and editors. Also check out: http://wiki.python.org/moin/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

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] --

Re: Active Python versions

2006-06-19 Thread Trent Mick
hon-2.4.2.10-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: Using Komodo 3.5 - Setting breakpoints in multiple *.py files

2006-06-19 Thread Trent Mick
he breakpoint would not have worked if "bar.py" had been imported from another location on my sys.path. Note: this might be better discussed on the komodo-discuss mailing list. (http://listserv.activestate.com/mailman/mysubs) Cheers, 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
ensions. - ActivePython24.chm: An MS compiled help collection of the full ActivePython documentation set. Linux users of applications such as xCHM might find this useful. This package is installed by default on Windows. These packages are available from: ftp://ftp.activestate.com/ActivePy

Re: can't pass command-line arguments

2006-04-11 Thread Trent Mick
ithout specifying the extension *and* for which there is ONLY a .pyc 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
o that? $ pydoc os > os.txt Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: ActivePython 2.4.3.11 is now available

2006-04-06 Thread Trent Mick
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 TrentM at ActiveState.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Exception handling....dumb question?

2006-03-31 Thread Trent Mick
yscript") >>> logging.basicConfig() >>> >>> try: ... 1/0 ... except: ... log.exception("whoa!") ... ERROR:myscript:whoa! Traceback (most recent call last): File "", line 2, in ? ZeroDivisionError:

Re: python crashes in Komodo

2006-03-12 Thread Trent Mick
n script showing the crash would 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
tputters, etc.) could be made "good enough". Trent -- 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
rive? > Is there an install log file you could locate? As "David" mentioned on activepython@listserv.activestate.com, could 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.activesta

Re: Komodo - Will it Lock Me In?

2006-02-17 Thread Trent Mick
t give you an opinion on it relative to other tools out there. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: ActivePython & SSL

2006-01-25 Thread Trent Mick
's Python builds do. We are currently going 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

ANN: ActivePython 2.4.2.10 is now available

2006-01-24 Thread Trent Mick
l ActivePython documentation set. Linux users of applications such as xCHM might find 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 TrentM at ActiveState.com -- http://mail.python.org/mailman/listinfo/python-list

Re: return values of os.system() on win32

2006-01-13 Thread Trent Mick
which.which("nothere") Traceback (most recent call last): File "", line 1, in ? File "C:\Python24\which.py", line 248, in which raise WhichError("Could not find '%s' on the path." % command) which.WhichError: Could not find 'nothere' on the path. http://trentm.com/projects/which/ Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

modifying DLL string table programatically (Was: Win32 Binary-only for 2.3.x?)

2006-01-09 Thread Trent Mick
with COM code last time I tried. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Pywin32 source code?

2006-01-09 Thread Trent Mick
e request on SF (or whatever they call it), or give it a little bit of time to see if it fixes itself. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Win32 Binary-only for 2.3.x?

2006-01-09 Thread Trent Mick
ot; value to "FuzzyWuzzyWuzzaBear" to effectively disable usage of the registry for sys.path building by that pythonXY.dll. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Win32 Binary-only for 2.3.x?

2006-01-04 Thread Trent Mick
-ix86.zip > In case it matters, this is for a WAMP-like > project I'm developing that includes a working Trac installation. I'm not sure it applies to your situation, but you cannot redistribute ActivePython. http://www.activestate.com/Products/ActivePython/license_agreement.plex

Re: Komodo IDE: '__file__' is not defined when debugging

2006-01-03 Thread Trent Mick
p/client.py in your Komodo install) that Shane attached to that bug to your Komodo installation. Thanks for mentioning the bug. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Changing a shell's current directory with python

2005-12-20 Thread Trent Mick
which go`"; if test -e "$go_is_on_path"; then export GO_SHELL_SCRIPT=$HOME/.__tmp_go.sh; python `\which go` $*; if [ -f $GO_SHELL_SCRIPT ]; then source $GO_SHELL_SCRIPT; fi; else echo "ERROR:

Re: Python IDE (was: PythonWin troubleshooting)

2005-12-20 Thread Trent Mick
ging. So, Komodo is written in: XML, JavaScript, C++, Python, CSS, C, Perl, and Tcl. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Difference between ActivePython and Python.org

2005-12-14 Thread Trent Mick
Distributing the Python Windows debug build libs. http://mail.python.org/pipermail/python-dev/2005-November/057896.html http://mail.python.org/pipermail/python-dev/2005-December/058446.html -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Documentation suggestions

2005-12-09 Thread Trent Mick
Never got to the next prompt. Punted on continued/multi-line statements maybe? > Looking at > the Javascript, it appears to be some sort of Ajaxian thing... Yup. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Documentation suggestions

2005-12-08 Thread Trent Mick
y may have a real bastion mode, but > Python doesn't. Nah, the Try Ruby thing is mostly faking it (I believe) rather than running an actually Ruby interactive session ("bastion'ed" or not). Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: can't find socket.ssl() on win32

2005-12-07 Thread Trent Mick
though (yeah!) and I'm hopeful that in the not too distant future I'll be able to include SSL in ActivePython (and other products I work on here at ActiveState). Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse best/good or bad IDE for Python?

2005-12-06 Thread Trent Mick
[Paul Boddie wrote] > Shouldn't you have something nice to say about Komodo instead, however? > ;-) Yah, I was just reminding Aaron of his fine-print legal requirements to evermore only be able to extol the virtues of Komodo. Muuuwahahaha! :) Trent -- Trent Mick [EMAIL PROTECTE

Re: windows installer problems

2005-12-06 Thread Trent Mick
: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/installnotes.html#install_logging The same instructions will work for the python.org MSI as well. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: extract python install info from registry

2005-12-06 Thread Trent Mick
ACHINE\Software\Python > > If you need to know how to read the registry from Python: please install > the python win32 extensions (or use ActivePython). Actually you don't need the PyWin32 extensions to read the Windows registry since the _winreg module was added to the Python co

Re: Eclipse best/good or bad IDE for Python?

2005-12-05 Thread Trent Mick
ndispensible switching to any > other editor -- I wonder if Eclipse/PyDev has it? Komodo has that too -- we call it "word completion". Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Moving to Win XP as a Python developer

2005-10-14 Thread Trent Mick
rc or to open Explorer in that dir: go -o src or in another "tagged" dir: go ~ # open in my home dir DQSD is a fantastic tool for speeding up launching other things, too: mainly Google searches. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Yes, this is a python question, and a serious one at that (moving to Win XP)

2005-10-13 Thread Trent Mick
kit/en-us/regentry/34995.asp Cheers, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: installer for amd64 build of python?

2005-10-13 Thread Trent Mick
ing. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: installer for amd64 build of python?

2005-10-13 Thread Trent Mick
MS -- and Sun -- are calling AMD64). Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: How to prevent logging warning?

2005-10-05 Thread Trent Mick
logging.basicConfig() else: logging.Logger.manager.emittedNoHandlerWarning = True mylib.func() -- $ python myscript.py $ python myscript.py -v WARNING:mylib:don't go near the river ERROR:mylib:I'm drowning! hackily yours, Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: RELEASED Python 2.4.2 (final)

2005-09-30 Thread Trent Mick
nd re-installed. > > *sigh* As Steve said, uninstalling ActivePython 2.4 will leave your extensions alone and then installing ActivePython 2.4.1 will install in the same proper places so that all your extensions should just work. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/ma

Re: RELEASED Python 2.4.2 (final)

2005-09-30 Thread Trent Mick
estate.com/ActivePython/show_bug.cgi?id=41083 Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: RELEASED Python 2.4.2 (final)

2005-09-29 Thread Trent Mick
delete C:\WINDOWS\system32\python24.dll - run the "repair" functionality of the python.org installer (you can either do this from "Start | Settings | Control Panel | Add/Remove Programs" or by just running the .msi file again Then try running python again. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Finding where to store application data portably

2005-09-21 Thread Trent Mick
ove might suffice Note that on some older Windows flavours -- not sure exactly which -- the APPDATA env. var. might not be defined. Also note that Windows app guidelines encourage you to have an additional vendor/owner directory level before the app name. So: %APPDATA%\\Bombz I have a litt

Re: ddd or eclipse with mod_python

2005-09-15 Thread Trent Mick
Komodo(*): Using the Python Remote Debugger http://aspn.activestate.com/ASPN/docs/Komodo/3.1/komodo-doc-debugpython.html#Using_the_Python_Remote_Debugger You can get a trial here: www.activestate.com/Komodo/Trial Cheers, Trent (*) Disclaimer: I work on Komodo. -- Trent Mick

Re: improvements for the logging package

2005-09-15 Thread Trent Mick
backported the documentation bit that marked the keyword > parameter change to basicConfig() as happening in 2.4. I didn't change any > code. Duh. Sorry. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: improvements for the logging package

2005-09-14 Thread Trent Mick
ause surprises. I.e. I write code that uses the new thing, test it with my 2.4.2 install, think that is works with 2.4.* and say so when I distribute it. Maybe that is okay. Just asking here because I don't keep up with Python changes -- or sentiment on how to handle this kind of thing

Re: How to upgrade to 2.4.1 on Mac OS X tiger

2005-09-09 Thread Trent Mick
There are also the following install options: - ActivePython: http://www.activestate.com/Products/ActivePython/ (disclaimer: I make this distro) - MacPython: http://undefined.org/python/#python by Bob Ippolito - fink (similar in spirit to the darwinports project) also has a

Re: improvements for the logging package

2005-09-08 Thread Trent Mick
ernals as well? Perhaps because of the timing. > If I remember > correctly, it was more-or-less written for inclusion in the core. Yah. It was added before Guido more clearly stated that he thought modules should have a successful life outside the core before being accepted in the stdlib. Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: improvements for the logging package

2005-09-07 Thread Trent Mick
atastrophic will happen with a weird logging configuration -- probably just more log messages that you'd want. > It was probably the log4j roots that provided the non-PEP 8 naming. Definitely. > I suspect the naming could be improved while providing backward > compatibility aliases and deprecating those names. Do you mean naming like "makeLogRecord" etc? I thought PEP 8 said camelCase (or whatever it is called) was okay? Trent -- Trent Mick [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

  1   2   >