Size: 3765
Comment: Fix for font file problem
|
Size: 3760
Comment: Fix for font file problem
|
Deletions are marked like this. | Additions are marked like this. |
Line 57: | Line 57: |
* ["PIL and Fontfiles"] If you're getting ''cannot identify image file'', read this | * ["PIL and Fontfiles"] If you're getting ''Cannot find font file'', read this |
Working with Various Packages and Modules
Biopython
ConfigImportProblems Fixing problems with importing Bio.Config files from library.zip
ctypes.com
Py2exeAndCtypesComDllServer Creating a ctypes.com dll com server
Py2exeAndCtypesComExeServer Creating a ctypes.com exe com server
Innosetup
BetterCompression Getting complete wxPython Programs down to around 4 Megabytes
SetupLanguage How to localize the language with [http://starship.python.net/crew/theller/py2exe/ py2exe] and [http://www.jrsoftware.org/isinfo.php InnoSetup]
QuickStartIcons How to add Startup-Links to the Quickstart-Bar & the Desktop using [http://www.jrsoftware.org/isinfo.php InnoSetup] together with Py2Exe
logging module
LoggingModule - Getting the %(filename)s format string working in the python logging module.
MatPlotLib
MatPlotLib - Fixing and including configuration information for this plotting package.
NumPy
If you're getting No scipy-style subpackage 'xxx' found in c:\...\library.zip\numpy. Ignoring, try --skip-archive option.
- If you're using numarray and numpy together, be aware that they both have a _sort, and py2exe gets them confused. After py2exe creates the dist directotry, copy numpy/core/_sort.pyd and numarray/sort.pyd to their respective locations in the dist.
os.popen
["os.popen"] If you're getting failures when the CWD is a UNC path like \\host\dirname\...
PIL
["PIL and py2exe"] If you're getting cannot identify image file, read this
PyGTK
- ["Py2exeAndPyGTK"] A recipe for py2exe and PyGTK
PyQt
Py2exeAndPyQt If you're getting File "qt.pyc", line 7, in __load Import Error: No module named sip, read this
Python Eggs
ExeWithEggs - A recipe for creating an .exe out of eggs
PythonCard
PythonCardSetup Getting pythoncard to work by editing setup.py
Python ADODB modules
- ADODB package Modules named adodb_xxx (like adodb_mysql) are not added automatically, must be added explicitly
PyXML
["Py2exeAndPyXML"] If you're getting File "xml\sax\saxexts.pyc", line 77, in make_parser; xml.sax._exceptions.SAXReaderNotAvailable: No parsers found, read this.
Quixote
Quixote is a pythonivc toolkit for web pages which allows one to execute ptl files using ihooks. You can distribute your web application with medusa or twisted and hence you can create a web application without IIS or Apache.
I like to distribute my application with py2exe but I can not make py2exe setup script to recognize that x.ptl is a valid python files. Any idea how to do this? - impossible: ["Quixote & py2exe"] HAM20040602
reportlab
["PIL and reportlab"] If you've read ["PIL and py2exe"] and still get cannot identify image file, read this
SciPy
ScipyImportProblems Using py2exe with scipy ends up with missing cephes and __cvs_version__ messages. Here is a fix.
subprocess
Py2ExeSubprocessInteractions - Getting subprocess module to work with py2exe.
Tix
TixSetup - Including the Tix DLL and Tcl files to make Tix apps work.
win32com
Py2exeAndWin32com Creating a win32com exe and/or dll com server
WinShell Using win32com.shell with py2exe 0.5
IncludingTypelibs Allowing use of makepy generated typelibs
UsingEnsureDispatch Use a prog_id and generate 'typelibs' at runtime
win32pipe
IssuesWithWin32pipe (from pywin32) in a bundle.
wxPython
Py2exeAndwxPython If you're getting wxObjectPtr not found, read this
PIL
["PIL and Fontfiles"] If you're getting Cannot find font file, read this