First  |  Prev |  Next  |  Last
Pages: 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
Problem creating executable, with PyQwt
My student is trying to build an executable version of a program that uses PyQt and PyQwt, on Windows XP. She has installed: Python 2.6.1, Qt 4.5.0, PyQt 4.5, and PyQwt 5.2.0. There is a module error on running the executable produced by py2exe. Here is the info I got from my student: <quote> Traceb... 24 Feb 2010 17:41
Saving the Interactive Window with PythonWin
Hi everyone, When I run a python script, I know that I can print the results of my calculations on the Interactive Window. Once the scripts ends, I can copy/pate these results on an OpenOffice Writer document. However, I would like to know if I can somehow add some lines to my script, so that it saves the Inte... 21 Feb 2010 19:23
DreamPie - The Python shell you've always dreamed about!
I'm pleased to announce DreamPie 1.0 - a new graphical interactive Python shell! Some highlights: * Has whatever you would expect from a graphical Python shell - attribute completion, tooltips which show how to call functions, highlighting of matching parentheses, etc. * Fixes a lot of IDLE nuisances - in Dre... 22 Mar 2010 14:12
come and join www.pakdub.com a social network with full features like games, classifieds, forums, blogs and a lot more
come and join www.pakdub.com a social network with full features like games, classifieds, forums, blogs and a lot more ... 21 Feb 2010 01:41
Is there a way to continue after an exception ?
On Sun, Feb 21, 2010 at 12:52 AM, Stef Mientki <stef.mientki(a)gmail.com> wrote: hello, I would like my program to continue on the next line after an uncaught exception, is that possible ? thanks Stef Mientki Yes, you catch the exception and do nothing. ... 20 Feb 2010 22:25
Reading a large bz2 textfile exits early
Hello, i am trying to read a large bz2 compressed textfile using the bz2 module. The file is 1717362770 lines long and 8GB large. Using this code source_file = bz2.BZ2File(file, "r") for line in source_file: print line.strip() print "Exiting" print "I used file: " + file the loop exits ... 22 Feb 2010 12:58
The Disappearing Program? (py2exe, graphics)
This apparently is not quite as easy as the py2exe tutorial suggests when MPL is involved. See <http://www.py2exe.org/index.cgi/MatPlotLib>. It looks like I have some reading and work to do. ... 20 Feb 2010 11:18
Can I embedding a (python) console on python program?
HI All, Apologize for being a newbie to python area and sorry for my English. Actually what I need is embedding a python interactive console(or other shell console alike module) on my python program for debugging and controlling purpose during the program runtime. For example, print/set some important valu... 20 Feb 2010 03:40
PyConPads at PyCon 2010 in Atlanta
Couldn't make it to PyCon 2010 in person? Want to access collaborative notes taken there? Watch the short video at http://bit.ly/dgBcpA to see how to find live notes being taken at the conference on PyConPads. You can chat with -- and thank! -- the note takers. The site: http://pyconpads.net Twitter announce... 19 Feb 2010 18:51
ActiveState/O'Reilly Launch New and Improved Code Share Site (Python)
ActiveState launched today the new code.activestate.com with code recipes for dynamic languages such as Python, Perl and Tcl and web development. This site is great recipe sharing site for all Python, Perl and Tcl developers. O'Reilly will be use recipes from the site for its next Python cook book. Bit.ly lin... 19 Feb 2010 17:43
First  |  Prev |  Next  |  Last
Pages: 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202