flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Some files are installed to wrong path in frozen executable #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the frozen executable is installed, around 19 .pyd files are installed
in "C:\Program Files\Flax Site Search\".  However only "C:\Program
Files\Flax Site Search\localinst" is on the python path.  Therefore, these
modules are not being used.

For each module, either it is not needed (so we should remove it from the
installation), or there is a pure-python fallback for it (so we should move
it onto the python path, so that we don't suffer in performance due to
using the pure-python implementation).

The easiest fix may be to add "C:\Program Files\Flax Site Search\" to the
python path.

Original issue reported on code.google.com by boulton.rj@gmail.com on 6 Nov 2007 at 5:19

GoogleCodeExporter commented 9 years ago
This isn't true. They are being used; if they're all moved away it doesn't 
work. If
they're all moved to /localinst it *does* work.

Original comment by charliej...@gmail.com on 6 Nov 2007 at 5:30

GoogleCodeExporter commented 9 years ago
fixed in 1.0

Original comment by charliej...@gmail.com on 22 Nov 2007 at 10:23