First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
Python distutils build problems with MinGW
Hi, I've made a similar post on the Cython mailing list, however I think this is more python-specific. I'm having trouble setting up distutils to use MinGW instead of Visual Studio when building a module. Even tho I've just uninstalled VS, and cleared out any leftover VS environment variables, distutils keeps wa... 2 Feb 2010 15:04
gmtime
Hi, I am trying to discover how to obtain the correct time of say CST/ America and EST/America in python? Any help on this would be appreciated. Thanks, Garyc ... 2 Feb 2010 15:03
Why this error message
On Sun, 2010-01-31 at 15:25 -0500, Ray Holt wrote: Why am I getting the error that test is not defined. Thanks, Ray class SpecialFile: def __init__(self, fileName): self.__file = open(fileName, 'W') self.__file.write('***** Start Special File *****\n\n') def write(self, str): ... 2 Feb 2010 15:02
HTML Parser which allows low-keyed local changes?
I tried lxml, but after walking and making changes in the element tree, I'm forced to do a full serialization of the whole document (etree.tostring(tree)) - which destroys the "human edited" format of the original HTML code. makes it rather unreadable. is there an existing HTML parser which supports tracking/... 2 Feb 2010 15:04
Meet Arab, Russian, American Singles From All Over The World
Meet Singles In Your Area Arabs, American, Russian Singles From All Over The World Waiting For You At Marinzo Join Marinzo And Start Your Love Life Now Join Marinzo Now For Free !! Enjoy exciting features offered by our site: * Profiles with galleries and audio/video * Personal weblogs and fri... 2 Feb 2010 15:02
What's the Scoop on \\ for Paths? (Win)
I'm sure that \\ is used in some way for paths in Win Python, but I have not found anything after quite a search. I even have a six page pdf on a file tutorial. Nothing. Two books. Nothing. When I try to open a file along do I need, for example, "Events\\record\\year\\today"? Are paths like, ".\\Events" allowed... 2 Feb 2010 15:03
iglob performance no better than glob
I have a dir with a large # of files that I need to perform operations on, but only needing to access a subset of the files, i.e. the first 100 files. Using glob is very slow, so I ran across iglob, which returns an iterator, which seemed just like what I wanted. I could iterate over the files that I wanted, not... 14 Feb 2010 01:57
pyjon: pythonic javascript interpreter
hi, Here is: http://code.google.com/p/pyjon/ Although the code is far from stable and completed, it's a good place to start play with. -- Evgen ... 2 Feb 2010 15:02
unencountered error in FFT python
Hi, I have the following FFT python code and it doesn't seem to compile correctly. To run it, please create a file called output.csv with 1,2,3,4,5,6,7,8. simply run the main function. I get an error such as the following: x[a], x[b] = x[(a)] + W[(n % N)] * x[(b)], x[(a)] - W[(n % N)] * x [(b)] TypeError: ... 2 Feb 2010 15:02
C API: module cleanup function
Hi, I can't figure out if there is a way to run a specialized cleanup function when a module needs to be "unloaded" (i.e. just before a reload() or when i quit the interpreter). I'm thinking of something like tp_dealloc. If I call Py_InitModule3 and look at module->ob_type->tp_dealloc, I find that Python... 2 Feb 2010 15:01
First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219