Timeline


and

07/26/12:

16:44 Ticket #580 (__path__ value is cached so __init__ files cannot change their own ...) created by ikelos
Hi there, In the course of developing volatility, we make use of a plugin …

07/24/12:

21:08 Ticket #579 (Invalid mode ('w') or filename) closed by htgoebel
wontfix: Please try the current development snapshot, which is near to release. …
21:06 Ticket #579 (Invalid mode ('w') or filename) created by anonymous
I have a python code that runs with no problem as a .py but when built …

07/23/12:

12:22 Ticket #578 (Incompatibility between the behavior of os.path.basename function and the ...) created by anonymous
Hi, I'm using 2.0.0dev version of PyInstaller?, and Python 2.7.3 under …
11:58 Ticket #577 (zmq initthread problems) created by ingduquerueda@…
Hi, I have a big problem, I am trying to create an execute file for linux …

07/17/12:

08:49 Ticket #576 (pyinstaller in combination with ESRI's arcpy) created by herberga@…
I run into problems with pyinstaller and arcpy. I think the licensing …

07/12/12:

16:30 Changeset in project [c6d550c] by Martin Zibricky <mzibr.public@…>
Issue #177: Resolve pyodbc hiddenimports automatically.
16:29 Changeset in project [916cd0d] by Martin Zibricky <mzibr.public@…>
Issue #177: hookutils fuction to resolve imports of python C extensions.

07/11/12:

18:53 Ticket #359 (Executable try to access to drive where application is build) closed by matysek
fixed
11:29 Changeset in project [0534dfd] by Martin Zibricky <mzibr.public@…>
Issue #177: Add pyodbc module to be intalled on Win7 in continuous integr. …

07/10/12:

18:54 Ticket #575 (Problemas Con Adodb) created by blackscorpionster@…
Buen Dia. Tengo un pequeño programa que se conecta a oracle a traves de …
15:53 Ticket #177 (importing pyodbc fails) closed by matysek
fixed: It should be fixed in latest development vesion. Pyinstaller should now …
15:40 Changeset in project [07274f7] by Martin Zibricky <mzibr.public@…>
Issue #177: Add test case for pyodbc.
15:35 Changeset in project [0f55ecb] by Martin Zibricky <mzibr.public@…>
Issue #177: Remove old usage of PYTHON_EGG_CACHE.
15:03 Changeset in project [ecc737f] by Martin Zibricky <mzibr.public@…>
Issue #177: Include binary Python modules from PYTHON_EGG_CACHE with …

07/08/12:

22:39 Changeset in project [9c505a6] by Martin Zibricky <mzibr.public@…>
Enh: Improve script to set up win environment for continuous integration.

07/07/12:

00:55 ProjectsUsingPyInstaller edited by matysek
add Banta app (diff)

07/05/12:

23:30 Changeset in project [b5e10c4] by Martin Zibricky <mzibr.public@…>
Issue #569: Create class from the MERGE function.
23:30 Changeset in project [79e7681] by Martin Zibricky <mzibr.public@…>
Issue #569: Remove some unused imports.

07/04/12:

12:28 Ticket #574 (Error when there's a file named imports.py) created by jerobarraco@…
as simple as that. if i have a file called imports.py imported somewhere, …

07/03/12:

12:52 Changeset in project [ce1b2a8] by Martin Zibricky <mzibr.public@…>
Clean: Add license headers to some test code.
12:41 Changeset in project [db1df1b] by Martin Zibricky <mzibr.public@…>
Fix: Tests libraries/test_Image* should check for PIL module.
12:34 Changeset in project [1e20324] by Martin Zibricky <mzibr.public@…>
Fix: Ignore test libraries/test_Image2 if PIL is not available.

07/01/12:

23:30 Ticket #557 (Make tests again compatible with python 2.4 / 2.5) closed by matysek
fixed: Tests are now fixed for python 2.3 (tested on centos 4).
23:29 Changeset in project [320b1d4] by Martin Zibricky <mzibr.public@…>
Clean: Add space to print statement.
23:25 Changeset in project [18043e6] by Martin Zibricky <mzibr.public@…>
Issue #557: Fix basic/test_threading2 test for Python 2.3.
23:16 Changeset in project [e0f7528] by Martin Zibricky <mzibr.public@…>
Issue #557: Fix basic/test_get_meipass2_vaule test for Python 2.3.
21:45 Changeset in project [b22baf2] by Martin Zibricky <mzibr.public@…>
Issue #557: Fix multipackage tests for Python 2.3.
21:10 Changeset in project [e6359b4] by Martin Zibricky <mzibr.public@…>
Issue #557: Add compatibility code for os.devnull.

06/29/12:

22:56 Changeset in project [6369b77] by Martin Zibricky <mzibr.public@…>
Fix: Allow to run test import/test_app_with_plugins.py as unfrozen and …

06/28/12:

23:21 Changeset in project [09cb714] by Martin Zibricky <mzibr.public@…>
Clean: Make a comment in import/test_app_with_plugins test clearer.
23:15 Changeset in project [438e465] by Martin Zibricky <mzibr.public@…>
Clean: Better code formatting of import/test_app_with_plugins test.
23:14 Changeset in project [7ed47b9] by Martin Zibricky <mzibr.public@…>
Clean: Better code formatting in loader/iu.py.
22:45 Changeset in project [20a3cb0] by Martin Zibricky <mzibr.public@…>
Clean: Better formatting of wx.lib.pubsub hooks.
22:45 Changeset in project [e0514ab] by Martin Zibricky <mzibr.public@…>
Clean: Better formatting of wx.lib.pubsub test cases.
21:57 Changeset in project [077bf78] by Martin Zibricky <mzibr.public@…>
Merge pull request #14 from dhyams/listdir_fix Disabled the caching in …
21:50 Ticket #312 (Hook for pubsub within wxPython) closed by matysek
fixed: wxpython pubsub hooks have been merged to development branch. I suppose …
21:00 Ticket #573 (Error importing PIL module in multipackage executable) created by Dwig
I've found an error trying to run an executable built as part of a …
20:50 Changeset in project [ba70e46] by Martin Zibricky <mzibr.public@…>
Merge pull request #15 from dhyams/wxpubsub Added hooks and buildtests …
15:22 Ticket #572 (@rpath is not handled for resolving dylib dependencies) closed by matysek
fixed
15:17 Changeset in project [ca7ee50] by Martin Zibricky <mzibr.public@…>
Issue #572: Fix handling relative @rpath on osx.

06/27/12:

15:01 Changeset in project [d8327af] by Martin Zibricky <mzibr.public@…>
Clean: Do not use .spec files for zipimport test cases.
14:53 Changeset in project [5025280] by Martin Zibricky <mzibr.public@…>
Fix: use correct variable in python makefile tests.

06/26/12:

19:51 Changeset in project [50da983] by Martin Zibricky <mzibr.public@…>
Fix: Workaround to find Python library in virtualenv on osx with python as …
19:26 Changeset in project [10e70f2] by Martin Zibricky <mzibr.public@…>
Clean: Add more info messages about missing python library.
17:48 Ticket #565 (pkg_resources.DistributionNotFound: altgraph) closed by matysek
fixed: Fixed in development branch. Thanks
17:40 Changeset in project [327fde98] by Martin Zibricky <mzibr.public@…>
Fix: Hide some message when running tests in non-verbose mode.
17:37 Changeset in project [680528b] by Martin Zibricky <mzibr.public@…>
Issue #572: Fix typo in data type.
17:35 Changeset in project [a6f3b15] by Martin Zibricky <mzibr.public@…>
Issue #565: Add readme describing custom changes to 3rd party libraries.
17:34 Changeset in project [50ad658] by Martin Zibricky <mzibr.public@…>
Issue #565: Remove some dependencies of bundled macholib.
14:45 Changeset in project [132b9b7] by Martin Zibricky <mzibr.public@…>
Issue #572: Fix handling @rpath in .dylib dependencies on osx.
11:32 Ticket #572 (@rpath is not handled for resolving dylib dependencies) created by matysek
On Mac OS X we should replace @rpath with absolute paths. From mailing …[…]
11:26 Ticket #564 (zmq socket AttributeError) closed by matysek
fixed: Thanks, it is commited.
11:25 Changeset in project [014c66f] by Martin Zibricky <mzibr.public@…>
Issue #564: Add zmq.core.pysocket to hidden imports for zmq hook.
Note: See TracTimeline for information about the timeline view.