View Single Post
Old 05-20-2008, 07:10 PM   #2
amirshim
Member
amirshim doesn't litteramirshim doesn't litteramirshim doesn't litter
 
Posts: 18
Karma: 207
Join Date: Aug 2007
Device: irex iliad
Included modules

Here is the list of included modules. To get the list, first set Django's config (it gets upset otherwise):

Code:
export DJANGO_SETTINGS_MODULE=django.conf.global_settings
then run the interpreter:

Code:
exe/python/bin/python
and type this inside the interpreter:
Code:
help()
modules
This is what you get:
Code:

BaseHTTPServer      cProfile            itertools           shutil
Bastion             cStringIO           keyword             signal
CGIHTTPServer       calendar            linecache           site
Canvas              cdrom               linuxaudiodev       smtpd
ConfigParser        cgi                 locale              smtplib
Cookie              cgitb               logging             sndhdr
Dialog              chunk               macpath             socket
DocXMLRPCServer     cmath               macurl2path         spwd
FileDialog          cmd                 mailbox             sqlite3
FixTk               code                mailcap             sre
HTMLParser          codecs              markupbase          sre_compile
MimeWriter          codeop              marshal             sre_constants
Queue               collections         math                sre_parse
ScrolledText        colorsys            md5                 stat
SimpleDialog        command             mhlib               statvfs
SimpleHTTPServer    commands            mimetools           string
SimpleXMLRPCServer  compileall          mimetypes           stringold
SocketServer        compiler            mimify              stringprep
StringIO            contextlib          mmap                strop
Tix                 cookielib           modulefinder        struct
Tkconstants         copy                multifile           subprocess
Tkdnd               copy_reg            mutex               sunau
Tkinter             crypt               mwlib               sunaudio
UserDict            csv                 netrc               symbol
UserList            ctypes              new                 symtable
UserString          curses              nis                 sys
_LWPCookieJar       datetime            nntplib             syslog
_MozillaCookieJar   dbhash              ntpath              tabnanny
__builtin__         decimal             nturl2path          tarfile
__future__          difflib             opcode              telnetlib
_ast                dircache            operator            tempfile
_bisect             dis                 optparse            termios
_codecs             distutils           os                  tests
_codecs_cn          django              os2emxpath          textwrap
_codecs_hk          dl                  ossaudiodev         this
_codecs_iso2022     dlfcn               parser              thread
_codecs_jp          doctest             pdb                 threading
_codecs_kr          dumbdbm             pickle              time
_codecs_tw          dummy_thread        pickletools         timeit
_csv                dummy_threading     pil                 tkColorChooser
_ctypes_test        easy_install        pipes               tkCommonDialog
_elementtree        email               pkg_resources       tkFileDialog
_functools          encodings           pkgutil             tkFont
_heapq              errno               platform            tkMessageBox
_locale             exceptions          popen2              tkSimpleDialog
_lsprof             fcntl               poplib              toaiff
_md5                filecmp             posix               token
_multibytecodec     fileinput           posixfile           tokenize
_random             fnmatch             posixpath           trace
_sha                formatter           pprint              traceback
_sha256             fpformat            profile             tty
_sha512             ftplib              pstats              turtle
_socket             functools           pty                 types
_sqlite3            gc                  pwd                 unicodedata
_sre                getopt              py_compile          unittest
_strptime           getpass             pyclbr              urllib
_struct             gettext             pydoc               urllib2
_symtable           glob                pyexpat             urlparse
_testcapi           gopherlib           quopri              user
_threading_local    grp                 random              uu
_types              gzip                re                  uuid
_weakref            hashlib             repr                warnings
aifc                heapq               resource            wave
anydbm              hmac                rexec               weakref
array               hotshot             rfc822              webbrowser
asynchat            htmlentitydefs      rgbimg              whichdb
asyncore            htmllib             rlcompleter         wikimarkup
atexit              httplib             robotparser         wsgiref
audiodev            idlelib             runpy               xdrlib
audioop             ihooks              sched               xml
base64              imageop             select              xmllib
bdb                 imaplib             sets                xmlrpclib
binascii            imghdr              setuptools          xxsubtype
binhex              imp                 sgmllib             zipfile
bisect              imputil             sha                 zipimport
bsddb               in                  shelve              zlib
cPickle             inspect             shlex

amirshim is offline   Reply With Quote