12 Commits

Author SHA1 Message Date
lmancini 4e9060b6db Use os.pathsep to cope with different path separators across platforms
git-svn-id: http://svn.pyinstaller.org/trunk@852 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-22 14:23:43 +00:00
lmancini 20654e6a06 Prepend pathex to the current PYTHONPATH before executing an external statement.
git-svn-id: http://svn.pyinstaller.org/trunk@850 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-06-15 12:44:40 +00:00
giovannibajo 9aef50eef9 Ticket #147: remove additional layer of quotes. It should not be required anymore now
thanks to the "echo on" trick.


git-svn-id: http://svn.pyinstaller.org/trunk@776 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:50:28 +00:00
duplo ef99dcc12c Fix typo.
git-svn-id: http://svn.pyinstaller.org/trunk@736 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-10-20 12:12:29 +00:00
duplo f0bc04af05 Add preliminary django support to PyInstaller
git-svn-id: http://svn.pyinstaller.org/trunk@717 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-10-08 07:46:41 +00:00
giovannibajo 91f816ac46 Add import hooks for "babel"
git-svn-id: http://svn.pyinstaller.org/trunk@698 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-08-03 22:17:15 +00:00
giovannibajo 385c2b2615 Add import hook for phonon (part of PyQt4)
git-svn-id: http://svn.pyinstaller.org/trunk@697 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-08-02 14:48:15 +00:00
giovannibajo 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.


git-svn-id: http://svn.pyinstaller.org/trunk@696 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-08-02 14:07:33 +00:00
giovannibajo aecd7cb7b5 Add import hooks for PyQwt5.
git-svn-id: http://svn.pyinstaller.org/trunk@649 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-04-24 18:24:41 +00:00
giovannibajo a83551956e Add complete import hook for matplotlib
git-svn-id: http://svn.pyinstaller.org/trunk@617 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-23 14:56:57 +00:00
giovannibajo 085fa28be7 Improve PyQt4 import hook to automatically bundle required plugins.
git-svn-id: http://svn.pyinstaller.org/trunk@614 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-22 16:53:22 +00:00
lmancini 3f17e033bd Extract a helper function to spawn an external interpreter; useful for hooks that need to know informations about packages/modules without importing them from within the main running interpreter.
git-svn-id: http://svn.pyinstaller.org/trunk@588 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-31 13:45:09 +00:00