Commit Graph

  • 2b8849313e Applied patch from http://www.pyinstaller.org/ticket/198 for python 2.7 compatibility. master Kenneth Reitz 2010-09-28 15:54:43 -04:00
  • 9c126b5197 Add missing QtWebKit hidden import giovannibajo 2010-08-31 22:48:03 +00:00
  • 1838f4fbce Ticket #181: fixes some types on Mac giovannibajo 2010-08-27 18:34:28 +00:00
  • c7536735a2 Ticket #179: basic fixing for darwin64 giovannibajo 2010-08-27 18:19:49 +00:00
  • e44889de56 Added DNSAPI.DLL (DNS Client API Library) to exclude list fhoech 2010-08-02 13:24:10 +00:00
  • 47965707c7 Fixed missing extension when looking for private assembly files fhoech 2010-08-02 13:20:03 +00:00
  • 95e476032b Fixed Windows 2000 compatibility of executables built with Python 2.6 by not bundling assembly files in subfolder fhoech 2010-08-02 13:07:19 +00:00
  • b9fc2c1ce1 Removed unnecessary 'global' statement fhoech 2010-07-15 16:51:05 +00:00
  • 0a53138276 Added MPR.DLL (Multiple Provider Router Library) to exclude list. fhoech 2010-07-15 16:50:05 +00:00
  • 4e9060b6db Use os.pathsep to cope with different path separators across platforms lmancini 2010-06-22 14:23:43 +00:00
  • 4076414423 Save/restore argv during crypto support installation. lmancini 2010-06-18 06:58:57 +00:00
  • 20654e6a06 Prepend pathex to the current PYTHONPATH before executing an external statement. lmancini 2010-06-15 12:44:40 +00:00
  • 5fb419a9b8 Wipe redundant os.makedirs invocations: the intermediate directories are created by the later invocations. lmancini 2010-06-15 12:42:49 +00:00
  • 1a187b2df6 Transforms the process type under Mac OS X (darwin platform) in foreground mode if we're running with the windowed loader: this allows to both have focus and a dock icon for the running application, while the unpacker helper application still doesn't get a dock icon - to do so and still have a non-Carbon loader for console apps, this patch adds a windowed loader (with specific cflags and ldflags) and its debug counterpart. lmancini 2010-06-08 10:44:27 +00:00
  • c2670235a6 Trailing whitespace fix lmancini 2010-06-08 10:32:29 +00:00
  • ac2cc3df61 Update Changelog giovannibajo 2010-05-21 00:15:50 +00:00
  • 03bcf72d90 Merge Python 2.6 for Windows support (py26win branch) giovannibajo 2010-05-21 00:07:21 +00:00
  • dbf22f5774 Add support for specifying the name of the bundle. giovannibajo 2010-05-17 17:12:21 +00:00
  • 4163580cc8 Add an early-exit in case of Windows 64-bit (currently unsupported). giovannibajo 2010-05-17 16:58:55 +00:00
  • 2b8c9ca39a Add import hook for PyTables. giovannibajo 2010-05-17 13:39:19 +00:00
  • 300b00b99f Fix import of nested packages made within Pyrex-generated files. giovannibajo 2010-05-17 13:38:08 +00:00
  • e203811e3e Fix compatibility of testsuite for Python 2.3 and Python 2.4 giovannibajo 2010-04-28 12:25:44 +00:00
  • f459a16a7d Adjust for Python 2.3 compatibility giovannibajo 2010-04-28 12:19:08 +00:00
  • a1e3c78262 Restore compatibility with Python versions before 2.4 which do not export symbols for Py_IncRef/Py_DecRef. giovannibajo 2010-04-28 09:36:37 +00:00
  • b5ee2df91f Restore compatibility with Python 2.3 giovannibajo 2010-04-28 09:36:05 +00:00
  • 75f0c3def3 Update changelog giovannibajo 2010-03-31 22:13:49 +00:00
  • b5cec0fc09 Avoid raising an exception within an except clause that will re-raise giovannibajo 2010-03-31 22:08:12 +00:00
  • 85dbe1b806 Avoid spurious errors when cleaning up after an ImportError giovannibajo 2010-03-31 12:35:43 +00:00
  • 1db0b1e646 Error out if we are using Python 2.6 on Windows giovannibajo 2010-03-20 01:19:08 +00:00
  • a13f52357f Avoid calling ctypes resolution if no binaries were found giovannibajo 2010-03-20 01:17:45 +00:00
  • 39b93a3111 Move ctypes dependency solver in PyModule's constructor. This solves a crash when trying to analyze ctypes dependencies in a bootstrap script. giovannibajo 2010-03-19 02:46:14 +00:00
  • c4627b96da Ticket #168: fix hook distutils under Windows giovannibajo 2010-03-18 10:08:43 +00:00
  • 172eade89f Ticket #163: add import hook for lxml.objectify giovannibajo 2010-03-13 16:39:07 +00:00
  • b0f87fe574 Update changelog giovannibajo 2010-03-13 16:34:38 +00:00
  • fd5e7170ce Remove debug message giovannibajo 2010-03-13 16:16:10 +00:00
  • 841e50f1f7 Mark the pdf as binary file giovannibajo 2010-03-13 15:55:59 +00:00
  • 9b0f6cbdb9 Update generated documentation giovannibajo 2010-03-13 15:54:58 +00:00
  • 2feb71d95e Remove highlighting from bullet lists giovannibajo 2010-03-13 15:54:28 +00:00
  • 2aea462adb Update documentation giovannibajo 2010-03-13 15:54:11 +00:00
  • 27f547dfb1 Use wkhtmltopdf to create PDF version of the manual. pdflatex with docutils seems broken nowadays because the Ubuntu packages are missing a specific .sty file. giovannibajo 2010-03-13 15:20:47 +00:00
  • 82083423a4 Fix the |GOBACK| hyperlink giovannibajo 2010-03-13 15:16:13 +00:00
  • d5a94d9906 Update URLs and version numbers giovannibajo 2010-03-13 13:34:53 +00:00
  • d00453aaab Update binary bootloader for Windows giovannibajo 2010-03-12 20:09:04 +00:00
  • 124bdbd1a8 Yet another missing numerix submodule in matplotlib giovannibajo 2010-03-12 20:07:39 +00:00
  • 0320db14e8 Ticket #140: add support for pygments giovannibajo 2010-03-12 20:00:40 +00:00
  • a69f5c77d6 Ticket #71: add import hook for cx_Oracle giovannibajo 2010-03-12 19:55:27 +00:00
  • 9aef50eef9 Ticket #147: remove additional layer of quotes. It should not be required anymore now thanks to the "echo on" trick. giovannibajo 2010-03-12 19:50:28 +00:00
  • 5a878bc8ed Ticket #88: Fix missing matplolib submodule giovannibajo 2010-03-12 19:47:07 +00:00
  • ab6975e421 Remove site_module test: there is no way it can work because site.py has many hidden imports (.pth files) that PyInstaller will not see (and should not). giovannibajo 2010-03-12 19:36:23 +00:00
  • 7da551534e Remove old startup script (no more required) giovannibajo 2010-03-12 19:32:09 +00:00
  • 34236e347c Complete runtime support for .egg-files. giovannibajo 2010-03-12 19:26:33 +00:00
  • 7b9611b9c1 Update reference to manual giovannibajo 2010-02-26 14:52:23 +00:00
  • ac59ea060b Avoid taking a reference to sys.path at startup. giovannibajo 2010-02-11 00:23:39 +00:00
  • 02db2b8ff4 Fix the initialization of sys.pathex in case the spec file doesn't specify it. giovannibajo 2010-02-11 00:14:12 +00:00
  • 0239d65da6 Set eol-style. giovannibajo 2010-01-31 23:41:00 +00:00
  • 9ff05a48a3 Rename the PyOpenGL hook to avoid unwanted namespace conflicts. giovannibajo 2010-01-12 13:41:49 +00:00
  • eec65b540b PyOpenGL2 hook: care only about open() with Python strings. giovannibajo 2010-01-12 13:41:12 +00:00
  • d17a1a28cf Merged a fix for a bug in dependency discovering from multiprocess branch. rugginoso 2009-10-23 10:38:05 +00:00
  • ef99dcc12c Fix typo. duplo 2009-10-20 12:12:29 +00:00
  • f0bc04af05 Add preliminary django support to PyInstaller duplo 2009-10-08 07:46:41 +00:00
  • 0a59b6d15e Ticket #106: fix uic imports under PyQt 4.6. giovannibajo 2009-10-01 18:14:01 +00:00
  • aa33f906fd Ticket #13: gracefully handle very long LD_LIBRARY_PATH. Patch by Oscar Bristol. giovannibajo 2009-09-25 17:28:28 +00:00
  • ea50c20e89 Improve bindepend on Mac by handling @loader_path special symbol. giovannibajo 2009-09-25 17:09:21 +00:00
  • a49180c7b9 Ticket #101: document additional dependency giovannibajo 2009-09-08 17:18:00 +00:00
  • 88b7e8b2c4 Minor spacing fix. aleph 2009-08-29 14:07:42 +00:00
  • 148e5f75d1 Updated lxml hook (as of Victor Lin's suggestion) giovannibajo 2009-08-27 23:46:00 +00:00
  • fa3bd14a95 Revert weird r701 commit (who did it?) giovannibajo 2009-08-27 23:44:16 +00:00
  • ab0dfc6280 Make PyInstaller work for Windows screensavers (remove hardcoded limitation that executable must end with .exe). giovannibajo 2009-08-26 19:03:07 +00:00
  • 9e36dfe609 remove pyinstaller tree (no author) 2009-08-15 20:01:05 +00:00
  • 8ab6a404ea Hook for pyscopg2 giovannibajo 2009-08-05 08:07:33 +00:00
  • 670b7459f6 Rename some import hooks not to conflict with other modules. Fix onedir mode when the executable is not executed from the current directory. giovannibajo 2009-08-03 22:30:33 +00:00
  • 91f816ac46 Add import hooks for "babel" giovannibajo 2009-08-03 22:17:15 +00:00
  • 385c2b2615 Add import hook for phonon (part of PyQt4) giovannibajo 2009-08-02 14:48:15 +00:00
  • 9327c611a0 Ticket #67: fix Qt4 plugin packaging with Riverbank's GPL package for Win. There used to be two problems: 1) Riverbank's package uses qt.conf to configure the plugin's path. I needed to change the way PyInstaller asks PyQt4 where the plugins are to accomodate this, but I believe it is a change for the better (more solid). 2) The runtime hook was using the environment variable QT_PLUGIN_PATH to tell PyQt4 where the plugins are. This caused a problem because Riverbank's package uses MinGW's CRT instead of Visual Studio's, so the environment was not shared. I changed the runtime hook to actually import PyQt4 and invoke a QCoreApplication static method. giovannibajo 2009-08-02 14:07:33 +00:00
  • f75b604a14 Ticket #60: fix distutils package when used under virtualenv giovannibajo 2009-08-01 16:13:21 +00:00
  • 46fc66e81e Ticket #66: fix errors in Make.py which occur when using a source build of Python. giovannibajo 2009-08-01 16:10:31 +00:00
  • e5b4bc92b8 On Mac, we can rely on the stable ABI not to ship system libraries giovannibajo 2009-08-01 15:58:26 +00:00
  • a07023a09f Standardize on network format for .pyz archives. This is useful for Mac builds (PPC vs Intel). Thanks to Hans-Peter Jansen for the patch. giovannibajo 2009-08-01 15:56:14 +00:00
  • d87ccb6bc0 Bug #76: fix pyodbc support by updating its hook. giovannibajo 2009-08-01 15:47:22 +00:00
  • 4a935b1e3e Use setenv() instead of putenv(). This fixes a nasty segfault on Mac OSX because the memory used in the call to putenv() were not being saved. giovannibajo 2009-07-10 12:56:53 +00:00
  • cc7e07359d Revert spurious commit giovannibajo 2009-07-06 16:38:20 +00:00
  • 7306f49304 Make sure LD_LIBRARY_PATH is correctly set in one-dir UNIX builds. giovannibajo 2009-07-06 16:37:57 +00:00
  • 77c824c78b Mac OSX: handle correctly DYLD_FRAMEWORK_PATH and the default (hardcoded) value of DYLD_FALLBACK_PATH. This fixes dependency chains using framework-relative paths. Patch by Hans-Peter Jansen. giovannibajo 2009-07-06 15:58:42 +00:00
  • 4abad4d353 Preliminar support for creating a bundle on Mac OSX. Yet to be integrated into Makespec.py. giovannibajo 2009-06-30 12:19:59 +00:00
  • 6b1825bb99 git-svn-id: http://svn.pyinstaller.org/trunk@683 8dd32b29-ccff-0310-8a9a-9233e24343b1 (no author) 2009-06-18 14:21:05 +00:00
  • 8015e62a37 Fix executables run under IIS (the executable's argv[0] uses an UNC path which starts with \\?\ and archive.py was getting confused by it). giovannibajo 2009-06-17 12:30:02 +00:00
  • 7ce32622cf Document that relative imports are supported. giovannibajo 2009-06-15 22:49:20 +00:00
  • bbe074c8e8 Bug #60: Relative import syntax (dots) does not disable top-level (absolute) imports. giovannibajo 2009-06-15 22:47:53 +00:00
  • 5aa7540cd3 Ticket #69: correctly support relative imports within __init__ files giovannibajo 2009-06-14 22:54:44 +00:00
  • 67f7ac347a Rename a secondary file as expected by its test giovannibajo 2009-06-14 22:51:13 +00:00
  • 590b369205 Fix a long-standing bug in PYZOwner. But I guess that PYZOwner needs some more love... giovannibajo 2009-06-14 21:48:00 +00:00
  • 5fb49ffba9 Fix a couple of whitespaces. giovannibajo 2009-06-14 21:42:18 +00:00
  • 7dbdb5eb84 Define __file__ within the main module(s), for full compatibility. giovannibajo 2009-06-12 16:15:23 +00:00
  • be6d49360b Update PyWin32 URL giovannibajo 2009-06-11 15:22:41 +00:00
  • ea4cf8c67b Document expected compatibility. giovannibajo 2009-05-22 18:54:49 +00:00
  • 99727d5882 Fix encoding support in Python 2.6, by fix a one-off in interpretatio of the 'level' argument of __import__. giovannibajo 2009-05-22 18:54:30 +00:00
  • fb50d06175 The internal consistency errors of importHook() shouldn't be ImportErrors, otherwise they get swallowed just like the import failed. Instead, they notify there's something wrong with the logic of PyInstaller. Make them cry through RuntimeErrors. giovannibajo 2009-05-22 18:51:07 +00:00
  • bd28d2843b Ticket #62: fix pkg_resources support for single-file .eggs. giovannibajo 2009-05-19 19:16:42 +00:00
  • 1977158be7 Ticket #59: add paste import hook. giovannibajo 2009-05-19 18:59:44 +00:00
  • 8593373f15 Ticket #65: fix SQLObject support by checking correct case in package names. giovannibajo 2009-05-19 11:57:55 +00:00