Thanks for all your answers.

Although I develop mainly on Windows, I don't have enough rights (corporate
world :-)) to actually compile cx_freeze myself. I'll try to have access on
another machine.

I understand I can use visual studio express 2010. Is that correct ? I sa these
instructions which look simple enough :

http://stackoverflow.com/questions/15513788/how-do-i-build-cx-freeze-from-source

I knew about the cx_logging dependency (too bad it doesn't use regular python
logging...)

Regards,

Stefan


> Le 12 juin 2015 à 23:51, Mark Grandi <markgra...@gmail.com> a écrit :
>
>
> The reason its not visible is because the version on PyPi does not have the
> Win32ServiceBase C extension installed, because that requires another python C
> dependency library, Cx_Logging, which is almost impossible to find unless you
> look in the source code to see why its not being compiled.
>
> I am in the middle of writing a blog post that covers this, but one solution
> is to just recompile the packages on PyPi properly.
>
> ~Mark
>
>
> > On Jun 12, 2015, at 7:40 AM, Anthony Tuininga <anthony.tuini...@gmail.com>
> > wrote:
> >
> > Hi,
> >
> > It is indeed merged and is found on the default branch. I haven't had much
> > time available recently to work on this project so it has languished. There
> > is still the pull request from Thomas regarding packages and some reasonable
> > way of handling the way Ubuntu patches its Python version to consider before
> > making a new release. That said, I hope to have more time in the next few
> > weeks. If you can build yourself, then you can have it immediately; you can
> > also request it directly from me if you can't build and you need it sooner
> > than that. :-)
> >
> > Anthony
> >
> > On Fri, Jun 12, 2015 at 3:08 AM, Stefan Champailler <schampail...@skynet.be
> > <mailto:schampail...@skynet.be>> wrote:
> > Hello,
> >
> > I need to freeze a windows service (a cherrypy server to be exact) with
> > Python 3.4. Current cx_freeze doesn't include the "base" for that.
> >
> > Looking around, I've found the pull request #49 which seems to enable that
> > and which was merged...
> >
> > So I was wondering why it didn't end up in the 4.3.4 release... Maybe it was
> > merged on another branch ? I've looked at BitBucket a lot but I fail to
> > understand where it went :-(
> >
> > Do you think it'll end in the stable release at some point ?
> >
> > Best regards,
> >
> > Stefan
> >
> > --
> > Timeo Danaos et dona ferentes
> > Twitter : @Arakowa1
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > cx-freeze-users mailing list
> > cx-freeze-users@lists.sourceforge.net
> > <mailto:cx-freeze-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
> > <https://lists.sourceforge.net/lists/listinfo/cx-freeze-users>
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > cx-freeze-users mailing list
> > cx-freeze-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
> ------------------------------------------------------------------------------
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to