First  |  Prev |  Next  |  Last
Pages: 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
How to print without spaces?
Hi, I don't want to print the space between 'a' and 'b'. Could somebody let me know how to do it? Regards, Peng $ python Python 2.5.2 (r252:60911, May 21 2008, 10:08:24) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2 Type "help", "copyright", "credits" or "license" for more information. print "a",... 18 Sep 2009 16:44
Looking for a pure Python chart drawing module
I'm looking for something that can draw simple bar and pie charts in Python. I'm trying to find a Python package, not a wrapper for some C library, as this has to run on both Windows and Linux and version clashes are a problem. Here's the list from the Python wiki at "http://wiki.python.org/moin/NumericAndScien... 22 Sep 2009 06:11
MayaVi install
I am trying to follow the instructions for installing MayaVi given on the Enthought site: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/installation.html I'm following the step-by-step instructions to install with eggs under Windows. When I get to this point: easy_install Sphinx Envisage... 15 Sep 2009 19:10
AttributeError: 'NoneType' object has no attribute 'get_text'
Raji Seetharaman wrote: Hi all, i did a small gui addressbook application using pygtk, python, mysql db. It was successful. I tried the same application with glade. But i ended up with errors. I desgined the code as follows. 1.It has one main window and four child dialogs. 2.In the main window, i ... 13 Sep 2009 15:02
Does python 3.1 support sybase module?
Does python 3.1 support sybase module? It works fine with 2.5. I was getting following error while installing sybase module on python 3.1. bash-3.00$ python3.1 setup.py install File "setup.py", line 248 maintainer=u"Sebastien Sable", ^ SyntaxError: invalid syntax bash-3.0... 10 Sep 2009 21:25
hanning python
Hello, anyone knows what is the python equivalent of the matlab's hanning function. Note that in matlab hann and hanning are different. Thanks ! ... 10 Sep 2009 06:54
simple string question
Given a string (read from a file) which contains raw escape sequences, (specifically, slash n), what is the best way to convert that to a parsed string, where the escape sequence has been replaced (specifically, by a NEWLINE token)? James Withers ... 8 Sep 2009 17:04
standard way to search through pdf-documents
Hi there, I'm interested in searching through a number of pdf-documents by script. I found in the internet one project named PdfSearchGui-0.3 which should be ready for this task. But I always fail because of the following error: Traceback (most recent call last): File "main.py", line 3, in <module> fr... 6 Sep 2009 15:18
multiprocessing: Correct usage of pool & queue?
Hello, I have a list of tasks/items that I want handed off to threads/processes to complete. (I would like to stick with process if I could, since there is some CPU work here. ) Each task involves some calculations and a call to a remote server over urllib2/HTTP. The time to complete each task varies fro... 10 Sep 2009 11:20
os.system('cls')
Hello Arno, thanks for the explanation! I have one more question: on the python site it says it's better to replace the system commands by subprocess and Popen. Now I searched for some good example for my specific case (as I have no idea how it should work and I don't get it any clearer by reading http://docs.p... 25 Dec 2008 13:01
First  |  Prev |  Next  |  Last
Pages: 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238