On 13 September 2013 15:57, harry <forthar...@gmail.com> wrote:
> In my experience, the PyQt inataller can take quite a while to install and
> once it is done you will have quite a lot of files unrelated to your
> current package like qtdesigner itself.
>
You would need to have an installer that installs only the libraries, not
the development tools. Christoph Gohlke's Python package installers may
come in handy here, though I haven't tried the PyQt one.
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt
> Fishing out for the right DLL is might be more technical than you think,
> especially for a newbie. It is still one of the areas that i will really
> like cxfreeze to take absolute control of.
>
Yes, I know that's non-trivial. The discovery parts of cx_Freeze could be
reused for this. I'm more inclined to look for installers, though, because
if you have to bundle DLLs, you lose the ability to generate the installer
on Linux.
> And since people arent always familiar with Python, don't you think that
> they will find it weird to discover a python installation on their computer
> and have absolutely no idea how it got there or the work it does? I am
> talking about say presenting your python software to your boss. Thanks.
>
This was loosely inspired by installers I remember for .NET apps, which can
download and install the .NET framework if you don't already have it. It's
a bit more obvious that Python has been installed, because it adds itself
to the start menu. Perhaps there's a way to stop it doing that. Then again,
the start menu is less important in newer versions of Windows, so perhaps
it's not a big issue.
Thanks,
Thomas
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users