473,804 Members | 2,170 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.
3
1,739
thread by: Ronnie Broyles | last post Jul 18 '05 by: Ronnie Broyles
I am new to python--new to programming period. Will I need a compiler with python? I am currently working with the tutorials from the python.org website. TIA -- for every thousand hacking at the leaves of evil, there is one hacking at the roots.
2
1,360
thread by: Bgc | last post Jul 18 '05 by: Cameron Laird
Hi All, I'm interested in producing educational applications with Python. Of special interest is the playback of video, something that has as of yet eluded me. I'm wondering what kind of access Python has to the Tcl scripting language, because of the following project: http://hem.fryistorg.com/matben/qt/...
0
720
thread by: Mailer-Daemon | last post Jul 18 '05 by: Mailer-Daemon
Dear Internet Email User, this is an automated mail delivery notification, because your email has not been delivered the usual way. Your mail was not deliverd for the following reason: Your mail contained an attachment with the filename extension
5
1,499
thread by: Kris Caselden | last post Jul 18 '05 by: mackstann
I've searched all the Python docs I could find, but I haven't seen any mention of referencing function arguments, such as you would with the & in c/c++. Is this possible in Python?
0
1,129
thread by: NTNotes/SERVERS/Excelsior_College | last post Jul 18 '05 by: NTNotes/SERVERS/Excelsior_College
Please contact your system administrator. The infected component in the scanned document was deleted. Violation Information: The attachment thank_you.pif contained the virus W32.Sobig.F@mm and was deleted.
5
3,401
thread by: Lars Behrens | last post Jul 18 '05 by: Lars Behrens
Hi there! For a web project I need a little expert help. I don't have written much code yet, just been fiddling around a bit, testing and planning. The web site will have a submission page for attendants of a congress. In a form the user will submit name, mailadress etc. and I plan to store the data in a list of dictionaries: People =
1
2,180
thread by: derek / nul | last post Jul 18 '05 by: mackstann
Is there any list or array code that can load lines from a file? ie what I would like is to open a file and load line by line into a list or array. Any pointers most appreciated. Derek
0
1,022
thread by: Nemesis | last post Jul 18 '05 by: Nemesis
Hi all, I'm looking for a x-faces decoder written in python, I'd like to include it in my project. I only found a C-module (part of the Facemail mailer) that requires python's header files for the building process. Can anyone help me? -- When your IQ rises to 28, sell. |\ | |HomePage : http://digilander.libero.it/nemesis2001/
0
1,371
thread by: Van Gale | last post Jul 18 '05 by: Van Gale
Debian Weekly News lists a new package they call mpichpython, which is described as "MPI enhanced python interpreter". I would have presumed it is an interface to the MPICH API <http://www-unix.mcs.anl.gov/mpi/mpich/> but can't find anything about it on google and "MPI enhanced interpreter" sounds like something different. Anyone know...
0
1,431
thread by: Matthew Mueller | last post Jul 18 '05 by: Matthew Mueller
Hello, I had searched the web but not found any info on cross compiling (other than the fact that distutils doesn't support it.) So, since I managed to get it working, I thought I'd share my experience in case anyone else is searching for info on it. Some notes on the process, along with examples are available at:...
3
1,636
thread by: Stuart D. Gathman | last post Jul 18 '05 by: Andrew Dalke
Running the following with Python 2.2.2: from email.Parser import Parser txt = """Subject: IE is Evil Content-Type: image/pjpeg; name="Jim&amp;&amp;Jill" <html> </html> """
1
1,292
thread by: Stuart D. Gathman | last post Jul 18 '05 by: Stuart D. Gathman
I am trying to convert an application using rfc822, mimetools and multifile to use the new email package. In addition to the param parsing anomoly noted earlier, here is a test message that the email module can't even read in andd write back out. It drops a whole section of headers for the message/rfc822 part. ...
0
1,700
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
5,514
thread by: Chris Matuszewski | last post Jul 18 '05 by: Chris Matuszewski
Potential Solution! I had this problem when I built an extension module using a debug version of python.lib. The problem occured when attempting to import the extended module with the release version of the python executable. This solution will probably work vice versa. So if you link to pythonxx_d.lib, then use python_d.exe (on...
3
2,626
thread by: Greg Krohn | last post Jul 18 '05 by: Greg Krohn
I'm trying to subclass ConfigParser so I can use a custom __read method (the custom format doesn't conform to RFC 822) when needed. Needless to say, it's not working as expected. In the following code, I bind __read_ini to __read and override __read so it can choose between __read_ini and __read_custom. But it seems that __read_custom never...
0
1,238
thread by: Ravi | last post Jul 18 '05 by: Ravi
Hi, I am considering embarking on a project with mod_python. However I am wondering if the mod_python interpreter is embedded or actually calls the python executable. The documentation says the former, so I am wondering if there is a seperate pythonpath for the interpreter in mod_python. What version of CPython is mod_python analagous to?...
0
1,341
thread by: Michael Peuser | last post Jul 18 '05 by: Michael Peuser
I encountered two problems with Mcmillan's Installer when trying to make a distribution from an OpenGL/Tk program. (1) This part of the Tk interface seems to be to hard: The exe does not find Togl (I copied the .dll manually, but that did not help any...) (Lines 71 - 82 from __init__ ) ....... # add this file's directory to Tcl's search...
3
1,376
thread by: Lawrence Oluyede | last post Jul 18 '05 by: Cliff Wells
http://www.cardboard.nu/archives/000118.html I think that the guy (Alan Green) is very scared :) I read also a funny (but clever) comment to that post (the first one): " True, True. In fact, we should boycott Java, too. C is the way to go! (Or Assembler? Or just write the binary code by hand?) "
0
1,418
thread by: Mail Delivery Subsystem | last post Jul 18 '05 by: Mail Delivery Subsystem
2
2,058
thread by: Charlie Kim | last post Jul 18 '05 by: Nicholas Wieland
hi all. I made gnome applet with pyGTK and gnome application with wxPython. When I tried import wxPython application in pyGTK applet it crashed with message: GThread-ERROR **: GThread system may only be initialized once. aborting... I think it is because I'm trying import wxPython modules in pyGTK applet.
8
2,906
thread by: Lothar Scholz | last post Jul 18 '05 by: Heikki Orsila
Is there any python debugger that can 1) be used remotely 2) can handle multiple threads I checked Eric, IDLE and Wing-IDE. None of them can do this. Any other recommendations?
0
918
thread by: Mail Delivery Subsystem | last post Jul 18 '05 by: Mail Delivery Subsystem
0
946
thread by: MAILER-DAEMON | last post Jul 18 '05 by: MAILER-DAEMON
Hi. This is the qmail-send program at mail.qwknetllc.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <AS@aaronshep.com>: Sorry, no mailbox here by that name. vpopmail (#5.1.1) --- Below this line is a copy of the message. Return-Path:...
0
731
thread by: Michele Simionato | last post Jul 18 '05 by: Michele Simionato
I posted this few weeks ago (remember the C Sharp thread?) but it went unnoticed on the large mass of posts, so let me retry. Here I get Python+ Psyco twice as fast as optimized C, so I would like to now if something is wrong on my old laptop and if anybody can reproduce my results. Here are I my numbers for calling the error function a...
2
1,558
thread by: srijit | last post Jul 18 '05 by: Peter Otten
Hello Members, I do not see any direct mention of class variables in new style classes. Only class methods. Have I missed or is it trivial? If not, how to define/implement class variables for new style classes? Regards, Srijit

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.