Working with Various Packages and Modules

Biopython

cElementTree

ConfigObj

ctypes.com

dpkt

ftplib

you may need to try including wsock32.dll or winsock.dll. Sometimes one works, sometimes the other works. Having both might cause problems.

Innosetup

logging module

lxml

MatPlotLib

multiprocessing

NumPy

os.popen

PIL

protobuf

pubsub

PyGTK (and Kiwi)

pyodbc

PyOpenGL

PyQt

Python Eggs

PythonCard

Python ADODB modules

PyXML

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: py2exeAndQuixote HAM20040602

Raven

It seems Raven uses its own function to import modules and cache them so py2exe isn't able to figure out which module is needed. You need to manually specify them with options={"py2exe": {"includes": ["raven.events", "raven.processors"]}}.

reportlab

SciPy

subprocess

Tix

win32com

win32pipe

win32ui

wxPython