> 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
Active
sues for Python at the core level
(on the distutils-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
_
/python2.5/hashlib.py", line 60, in
> __get_builtin_constructor
> import _md5
> ImportError: No module named _md5
> >>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
> Traceback (most recent call last):
> File "&quo
r 2.6.0.0 is no longer 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
:
http://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
___
ActivePython mailing list
ActivePython@listserv.Acti
two 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: h
/bugs.python.org/issue2480
That bug also mentions 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.co
> 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 actives
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
--
T
ClinicalTrial is made simpler. How about if
ClinicalTrial is made a new-style class? (I'm flailing here. :)
Trent
--
Trent Mick
trentm at activestate.com
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://list
w.activestate.com/products/komodo/
Thanks, and enjoy!
Trent, Python Tech Lead
--
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/listinfo/ActivePython
t; full-strength XML programming in Python.
>
> Are there any plans for including this package with the ActiveState
> distribution at some point in the future?
Could you add a feature request for that:
http://bugs.activestate.com/enter_bug.cgi?product=ActivePython
I'm not sure when I
change.
>>
>
> Seems like the most likely explanation. Perhaps you might want to have
> the installer modified to revert back to the original behavior.
http://bugs.activestate.com/show_bug.cgi?id=72603
Thanks,
Trent
--
Trent Mick
trentm at activestate.com
___
ctivePython's installer just now doesn't create that dir. It is
possible that that was an unintended subtle change.
Trent
--
Trent Mick
trentm at activestate.com
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To uns
her widgets that are available in ActiveTcl over what
Tix provides and invited you to ask on news:comp.lang.tcl 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
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
>>
[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 proble
f any binary extensions built
for Python 2.5.
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://lis
undation, Inc.
> This is free software; see the source for copying conditions. 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
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.c
"", line 1, in
> ImportError: No module named os
> >>>
Could you run with the "-v" option?
Trent
--
Trent Mick
trentm at activestate.com
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
>
> No dice: the window closes even if main() raises an exception.
> Any idea how to do it?
Try this:
try:
main()
except:
import traceback
print "The script crashed:"
traceback.print_exc()
print "Press RETURN to exit..."
Bob Kline wrote:
> Trent Mick wrote:
>> Note that ActivePython 2.5 is built with VC7.1 so it depends on
>> msvcr71.dll rather than msvcrt.dll.
>
> Thanks, Trent. We had found the FAQ about upgrading msvcrt.dll for
> ActiveState Perl to fix the same problem, but di
bit (Intel)] on
> win
> 32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import time
>>>> time.asctime()
> 'Tue Mar 13 14:43:46 2007'
I've started this bug to look into it
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
Python.File
Python.File="C:\Python24\python.exe" "%1" %*
If you only need this for your machine you could try to put some hint in the
Python.File action.
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
ActivePytho
PROTECTED] More Windows Python
programmers hang out there.
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/ActivePython
he architecture of the Python binary and bomb
> out if it's incorrect. I could go ahead and add such a test, although
> I think the OS X Installer will just give a generic "you are not
> allowed to install this package" message, which is arguably ju
uires you to compile
it yourself from source:
http://sourceforge.net/project/showfiles.php?group_id=10718
wxPython-src-2.6.3.2.tar.gz
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/mailman/listinfo/ActivePython
r pointing this out. Originally I had just not bothered with
updating the "latest version" on the web site pages because only the
Windows builds were updated to version ".12". Bad choice. :) We'll
update the listed version soon.
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED
hon version 2.4. Because wxPython is a binary
extension it needs to be built for a machine Python version. You'd need
to use a wxPython specifically built for Python 2.4.
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
Ac
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 av
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
___
ActivePython mailing list
ActivePython@listser
BTW, is moving towards putting the deeper
install dir on the PATH:
/Library/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
supported, and probably won't be until MySQLdb-1.3 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?
[Brett Powley wrote]
> On 11/03/2006, at 4:17 AM, Trent Mick wrote:
> >That may be because you are trying to use a python built just for
> >Intel
> >(ActivePython) with an extension module built just for PowerPC
> >(_mysql.so). What does this yield:
> >
t for Intel
(ActivePython) with an extension module built just for PowerPC
(_mysql.so). What does this yield:
file
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_mysql.so
I'm not sure that this is the problem, though.
Trent
--
Trent Mick
[E
his is going on?
If David's suggestion doesn't work for you, you could generate an
install log to see if that provides any more hints:
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/installnotes.html#install_logging
Cheers,
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 Mic
l?
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/mailman/listinfo/ActivePython
e behind the "re" (regular
expression support module. Does this fail on your Ipaq:
python
>>> import re
>>>
ftplib.py relies on there being an 're' module.
Trent
--
Trent Mick
[EMAIL PROTECTED]
to call some API to unregister it or shut it down,
or something?
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]
l gizmo in the Python world is
the subprocess module (in Python 2.4). I don't believe it has any
cross-platform support for killing processed though. You could try my
process.py module (http://trentm.com/projects/process) but you should
generally
Python',
'python_version': '2.4.2',
'pywin32_version': '20051027',
'tcltk_version': '8.4',
'zlib_version': '1.2.3'}
>>>
"20051027" means that the PyWin32 CVS sou
act the f2py developers.
Perhaps here:
http://cens.ioc.ee/mailman/listinfo/f2py-users
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.Ac
e know for sure that this fix will be picked up
> 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 th
import cmd
setup_import_hook()
import xml
teardown_import_hook()
I couldn't quickly find very good documentation on Python import hooks, but
here is a start (describing changes to the import hook system in Python 2.3):
http://www.python.org/
;; and
- a snapshot of the Python 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, Python Tech Lead
--
Trent Mick
[EMAIL PROTECTED]
lcome.html
Thanks, and enjoy!
Trent, Python Tech Lead
--
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
.activestate.com/ActivePython/etc/
On behalf of the team at ActiveState,
Thanks, and enjoy!
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Oth
p
collection of the full ActivePython documentation set. Linux
users 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]
ex
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.Activ
cause Tcl/Tk doesn't have the mainloop()
construct that Perl/Tk and Tkinter do, instead it always starts
the Tcl event loop from first Tk initialization.
Jeff
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePytho
ight find this useful.
These packages are available from:
ftp://ftp.activestate.com/ActivePython/etc/
Thanks, and enjoy!
Trent (and the hard-working elves at ActiveState)
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscr
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]
To unsubscribe: http://listserv
ve into Python"; and
- a snapshot of the Python 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 opt
ve into Python"; and
- a snapshot of the Python 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]
___
A
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
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
ctivePython builds fairly soon, but there likely won't
be a PyPPM replacement for some time.
Sincerely,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveStat
path.join(sys.prefix, "libs", "python%s.lib" % ver)
'C:\\Python23\\libs\\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
r_. We 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
[EMAI
> 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. Th
Perl installation. As well, PyPerl
developement has not kept up with recent Python and Perl versions,
AFAIK. For example you will probably need to stick with Python 2.2 and
Perl 5.6 for current use of PyPerl.
Sincerely,
Trent
--
Trent Mick
[EMAIL PROTECTED]
have ActiveTcl installed.
The same thing runs fine in my installation of ActivePython 2.3.2 232.
Perhaps it did not install properly. *Do* you have 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
latest
ones that I know should have worked with Win95.
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.c
those up right away. Thank you for letting
us know.
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
, the PythonCOM
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 -
should do when 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
[
dows XP Professional SP1 (fully up to date)
>
> The method which raises the error is:
>
> win32api.RegOpenKeyEx(win32con.HKEY_LOCAL_MACHINE, path>,0,win32con.KEY_SET_VALUE)
>
> Can anybody help me with this? Please?
Brian,
It would help if you could post a little working co
ble this associations
by mucking around in your registry if you like.
Sincerely,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: h
t
http://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/mailma
ere:
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.
beay32.lib
msdev pcbuild.dsw /MAKE "_socket - Win32 Release" /USEENV
- plop the new _socket.pyd and the relevant OpenSSL DLLs into your
ActivePython installation
YMMV.
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mai
n
Please include the following:
- what version of Windows are you running
- what 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 we
;s PyWin32 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
rom somewhere
> else?
The latter:
http://www.gzip.org/zlib/
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://lists
he $4.99each discount
> store so I didn't lose that much if it is already an antique).
I have not read the book but I think it should be fine for starters.
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython ma
name support for Windows NT
Currently, I believe, Martin von Loewis is working on a patch for this
and intends to get it to be part of Python 2.3.
As a workaround you _might_ be able to work with unicode filenames by
using the lower-lever Win32 API file handling calls exposed via the
PyWin
quot;CreateCompatibleBitmap". There are many Win32 API methods that are
not implemented in PyWin32 (Mark Hammond is always accepting patches,
though. :)
I have attached the little 'pywin32where' script that I use to track
down methods and attributes in PyWin32.
Cheers,
Trent
--
Tr
as complained (or they might have you just didn't find
the complaint) because searching for strings that long is rare. If you
have a strong need to do so, I suspect that it would be easy to widen
the find dialog to allow this.
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
d by a different license. I don't know, off hand, what it
is but it is open source. Mark Hammond, the author of the PyWin32 stuff
donated all his code to the Python Software Foundation (PSF), which
exists to hold Python and related IP.
Trent
--
Trent Mick
[EMAI
lieve, this
situation.
http://pychecker.sourceforge.net/
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
leAttributes.asp
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
- You can set a PYTHONPATH environment variable with this directory 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/Py
list of editors good for
working with Python code:
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
gnificant rewrite 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 li
this *is* a work around
because PyPPM's registry of installed packages has *not* been updated to
say that Numeric is installed.
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http:/
You should take a look 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://listser
ter you subscription address, click "Edit Options"
I 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]
___
ActivePy
activestate.com/ASPN/Mail/Browse/Threaded/python-list
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
://www.python.org/doc/essays/comparisons.html
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
pyppm install Numeric
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
ent
p.s. There is a current proposal to add a standard logging module to
Python 2.3 which will very likely provide a standard way of doing this
for you. http://www.python.org/peps/pep-0282.html
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython maili
s probably better discussed on either
[EMAIL PROTECTED] or [EMAIL PROTECTED]
You are more likely to find other people that have done similar things
on [EMAIL PROTECTED]
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EM
>
> --
> Bob Kline
> mailto:[EMAIL PROTECTED]
> http://www.rksystems.com
>
> ___
> ActivePython mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
one try to use that? I am able 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 o
crosoft.com/library/default.asp?url=/library/en-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]
__
nking the makepy on the vb
> dll would help and i could implement that interface,
> but this doesn't seem correct.
>
> i think seeing how Volker implemented his solution may
> help get me on my way.
Craig, Matthew,
You might want to try on [EMAIL PROTECTED] There are some PyW
'__file__',
'__name__', ' __version__', '_pickler', 'ast2list', 'ast2tuple',
'compileast', 'expr', 'isexpr ', 'issuite', 'sequence2ast', 'suite',
'tuple2ast']
Cheers,
Trent
--
Trent Mick
[EMAIL PROTECTED]
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
1 - 100 of 119 matches
Mail list logo