
Simple guide to using PyInstaller - Post.Byes
Dec 21, 2006 · PyInstaller does not install under Python's site-packages directory as most libraries do. Instead, you can put the contents of its directory (what you see when you unzip the download file) …
Simple guide to using py2exe - Post.Byes
Dec 17, 2006 · Neither of these tools (py2exe or PyInstaller) will pick up and redistribute the reportlab dependencies correctly, and one of them won't even run the main body of the program -- produces a …
EXE is very slow by starting (>10sec.) (build with PyInstaller)
Jun 27, 2008 · Hi, My Python executable created with PyInstaller is too slow by starting... It takes about 15 secs.!!! I am using PyQt4 libraries for creating my very simple GUI-application. -How can I SPEED …
How to change the length of "\t"? - Post.Byes
Jul 14, 2008 · The length of "\t" had better be two on any conforming C++ system. This goes back to the very beginnings of C, and is so simple and basic that I find it almost inconceivable that a compiler …
Compiling wxPython app for Windows; Single EXE - Post.Byes
Aug 13, 2006 · ignorance. I learned PyInstaller for something else and laziness kept me from trying py2exe. Now, the blurb on py2exe's site doesn't sound better than what I have with PyInstaller. …
Python - Post.Byes
Dec 9, 2006 · Python programming language - Ask questions about python interpreter, control flow, data structures, modules errors, classes, standard library, gui, databases, unit testing, object oriented, …
How to convert tab characters in XSLT - Post.Byes
Jul 20, 2005 · Hello mates, I have to convert an XML document into HTML output through the use of XSLT. I am receiving some text content which contains tab characters. I have to display this content …
Can you group records within a continuous form? - Post.Byes
Jan 7, 2008 · If you are just looking for sorts, this can be done with a query as a datasource for the form. If you wish to edit these records you cannot use an aggregate query (groupby, sum, count, etc). If …
struct tm - Post.Byes
Jun 21, 2007 · Nitpick: Everything *required* to be in it is an int. The Standard allows an implementation' s struct tm to have elements other than those listed, and the types of any extra elements could be …
Performance issue: Need to force Optimizer use a specific Index
Dec 9, 2005 · Re: Performance issue: Need to force Optimizer use a specific Index If you reorg the table based on the index you specified (or make it the clustering index), and then run runstats with …