473,541 Members | 13,154 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python Forum

Python programming language - Ask questions about python interpreter, control flow, data structures, modules errors, classes, standard library, gui, databases, unit testing, object oriented, structured programming and more.
0
1,194
thread by: postmaster.a.reuters.lon | last post Jul 18 '05 by: postmaster.a.reuters.lon
Your message could not be delivered. MICHAEL.BATTYE.REUTERS.COM@REUTERS.NET - Invalid user name or user not permissioned Content-type: multipart/mixed; boundary="_NextPart_000_00223216" Date: Tue, 26 Aug 2003 08:28:36 +0800 From: python-list@python.org Importance: Normal Message-id: <200308260026.AAA29750@relay3.reuters.net>
0
822
thread by: jackson | last post Jul 18 '05 by: jackson
In an ongoing effort to reduce the flood of emails I receive every day, I've initiated this automatic response email. If your email was concerning any of the following subjects, then this automatic email will serve as my response. First, please read the FAQ at http://www.wsgforum.com/forumfaq.html. The FAQ has the answers to 62 frequently...
0
2,097
thread by: Max M | last post Jul 18 '05 by: Max M
If anybody is interrested in Midi, but are not on the Python Midi list, I will just notify that I have released the first version of a high level midi package for Python. It is fully functional. It reads and writes midi files! It is *very* easy to write your own event handlers to make midi files do whatever you want them to. It uses the...
0
482
thread by: fsc | last post Jul 18 '05 by: fsc
Violation found in email message. From: python-list@python.org To: hildjj@fuentez.com
0
1,426
thread by: Berthold Höllmann | last post Jul 18 '05 by: Berthold Höllmann
Hello, I'm trying to compile Python 2.3 on Solaris 8, but can't get _tkinter to work. I got errors about the ancient tcl/tk installed under /usr/local and installed an new one into the path where Python shall go. But now the install test after compilation fails with: *** WARNING: renaming "_tkinter" since importing it failed: ld.so.1:...
0
1,632
thread by: jbi130 | last post Jul 18 '05 by: jbi130
I've built a small curses app with an IRC like interface (not for IRC tho). The last remaining item is to handle resizing the terminal on SIGWINCH. I've tried a few things and everything is failing. I first try to resize my root window using resize() but then my calls to resize other windows usually fail.. Whats the proper or common...
0
1,310
thread by: Russell E. Owen | last post Jul 18 '05 by: Russell E. Owen
I'm using urllib.urlopen() to retrieve data via ftp. I'm using Tkinter to display progress and so using a file even handler to read the data. My question is whether there's some easy way to do a nonblocking read? Here's a brief summary of the code: class ftpget: def __init__(self, url): self.bytesRead = 0
0
1,360
thread by: Tien Nguyen | last post Jul 18 '05 by: Tien Nguyen
Hi There, I installed python2.3 (configured with option --with-libs='lpthread -lcl'), and egenix-mx-base-2.0.5 on an HPUX B.11.11 machine. Everything seems to be OK. I can start python and import mx modules successfully. tnguyen@local_host:/users/denver/tnguyen 71 % python Python 2.3 (#1, Aug 26 2003, 16:06:40) on hp-ux11
0
1,083
thread by: InterScan Notification | last post Jul 18 '05 by: InterScan Notification
This notification has been sent to inform you that a message has been delivered by InterScan MSS for SMTP.
0
484
thread by: Przemo Drochomirecki | last post Jul 18 '05 by: Przemo Drochomirecki
Hello, does anyone know freeware, nice-looking, easy-to-install with rolling-up-class,def-syntax feature (like in boa, but not boa) Thanks
0
1,231
thread by: Raymond Hettinger | last post Jul 18 '05 by: Raymond Hettinger
Sourceforge is used to track bug reports, feature requests, and patches: https://sourceforge.net/projects/python/ Each of those submissions needs to be reviewed and discussed. A good way to participate in python development is to spend some time adding useful comments to each report. Bug reports ------------ * Sometimes the OP thinks a...
0
1,787
thread by: Andy Rechenberg | last post Jul 18 '05 by: Andy Rechenberg
The problem is basically in the subject line. I am building an Intranet site based on Zope/CMF/Plone. In order to fulfill the requirements Zope/Python must be run on Windows. Zope is running as a Wi32 service. When the python.exe process consume ~122MB (according to the Windows Task Manager) I start receiving MemoryError: out of memory...
0
6,274
thread by: M. Lavasani | last post Jul 18 '05 by: M. Lavasani
Hi I am trying to test Python-2.3. Any solution for this problem please: >>>gmake test case $MAKEFLAGS in \ *-s*) LD_LIBRARY_PATH=/net/ia64/lavasani/Python-2.3:/usr/local/lib/hpux32:/usr/local/lib CC='gcc' LDSHARED='gcc -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \
0
981
thread by: crsravi | last post Jul 18 '05 by: crsravi
hi, Your mail is in my mailbox. I will get back to u whenever i check the same. this is auto generated mail. bye ravi.
0
1,369
thread by: Alexander DEJANOVSKI | last post Jul 18 '05 by: Alexander DEJANOVSKI
I've released a new version of Retic with new components : - Pipes : XPathPipe and FlatToXMLPipe - Source : SQLTreeSource (permits to build complex XML documents from several SQL requests). The Designer is now fully working and supports all components of the current Retic release. It is available on sourceforge :...
0
2,104
thread by: Marc | last post Jul 18 '05 by: Marc
Hi all, I have an application that uses a Pmw ComboBox to display a list that is dynamic. The user has the ability to add and delete items from the list at different points in the program. However, once the list is updated it needs to automatically refresh the ComboBox to reflect the updated list. The only way I have been able to solve...
0
1,143
thread by: Christian Tismer | last post Jul 18 '05 by: Christian Tismer
Dear friends, just by chance, I got into the position to try out Zope 2.7.0 beta 1/2, and since it needs Python 2.2.3 at least, and Stackless 3.0 was just ported to that, I tried to build Zope with Stackless 3.0. It works very very well! After a few patches to get the includes right, here the installation instructions.
0
1,605
thread by: Daniel T. | last post Jul 18 '05 by: Daniel T.
The code below fails. Socket.accept blocks inside the thread and doesn't let go, even after the socket was closed. From the error presented, the socket never actually closes. I realize that the below is a basic Java idiom but how do you do the same thing in Python? import unittest import socket import threading
0
1,171
thread by: SYMPA | last post Jul 18 '05 by: SYMPA
> Please see the attached file for details. Command not understood: ignoring end of message. No command found in message
0
1,185
thread by: Chris Q | last post Jul 18 '05 by: Chris Q
hello list. i'm newish to python - i have written a program involving win32com and wxPython, and making progress... but not as much as i had expected! for starters i have yet to find an adequate means of discovering class methods (and onwards through inheritance) through either the IDLE or pythonwin ide's. given the degree of...
0
2,414
thread by: Doug Farrell | last post Jul 18 '05 by: Doug Farrell
Hi everyone, I'm trying to build a program to interface to a SOAP/XML interface provided by one of our vendors. This interface is built with MS SOAP Toolkit 3.0, so I'm guessig they are running a .NET server. I'm trying to build my program with Python as I've got to deploy on both Linux and Sun/Solaris platforms. I'm developing on RedHat...
0
1,677
thread by: J Turner | last post Jul 18 '05 by: J Turner
Hello, I'm playing with a python-based shell, which uses (guess what?) python as it's scripting language, for iterative invocation, environment variables, etc. Everything was going well, until I moved beyond sys.readline() into curses territory to flesh out the line-editing capabilities. Curses always seems to get me.
0
1,471
thread by: John Hunter | last post Jul 18 '05 by: John Hunter
I am trying to use to encrypt some potentially large files, so I want to do it in blocks rather than as a single string. Below is the code I am using. When I run dec.finish(), I get the traceback Traceback (most recent call last): File "crblocks.py", line 37, in ? dec.finish() File...
0
1,244
thread by: dfinner | last post Jul 18 '05 by: dfinner
Part 1: http://www-106.ibm.com/developerworks/linux/library/l-pymeta.html ::: Metaclass programming in Python, Part 2 ::: Metaclasses can be downright metaphysical. If you thought inheritance was messy before, wait until you see what happens when Python experts Michele Simoniato and David Mertz introduce metaclasses, superclasses,...
0
1,159
thread by: Tina Li | last post Jul 18 '05 by: Tina Li
Hello, I'm new to Python and pmw, and I might be missing something obvious, but...say I created a cascade menu 'Size' and am adding menu items: for size in ('tiny', 'small', 'average', 'big', 'huge'): self.menuBar.addmenuitem('Size', 'command', 'Set size to ' + size, command = lambda: cmd.do('change size ' + size), label = size)

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.