Currently, Pcode makes you choose between a console and a gui output type.
For a gui, the initscript is set to None and the base set to win32gui.exe.
For the console option the initscript is set to ConsoleKeepPath3.exe wheras
the base is set to ConsoleKeepPath3.py. When i run the source code of Pcode
IDE and use it to build projects using both options, gui or console, it
works fine, but when i build Pcode into exe and try to build an executable
with the console option and assuming the code i am trying to build has a
print statement in it, i get the cxfreeze error that i am trying to run the
print statement which is not possible because the stdlib has been removed.
Will try to send a screenshot of the error as soon as i can, and please
correct me if i am wrong concerning my options for freezing the execuables.
On Sep 10, 2013 1:40 PM, "Thomas Kluyver" <tak...@gmail.com> wrote:
>
> Hi Harry,
>
> On 10 September 2013 03:08, harry <forthar...@gmail.com> wrote:
>>
>> I am the author of Pcode IDE. Currently i have been able to bundle
cxfreeze with Pcode but the prebuilt app fails to freeze console apps since
the stdlib has been removed. Can there be a way for me to make the removal
of the stdlib optional so that the ide can be built with the stdlib and
have the stdlib removed on building cinsole apps? Thanks.
>
>
> I'm not quite clear what your problem is - what is being removed from
where? What errors do you see? What output do you get from freezing? Is
this the re module problem you mention in your other thread?
>
> To answer your question about getting the development version: the source
is on bitbucket here:
> https://bitbucket.org/anthony_tuininga/cx_freeze
> You can either clone the repository using hg, or grab a zip of the latest
source code from here:
> https://bitbucket.org/anthony_tuininga/cx_freeze/get/default.zip
>
> You'll need a C compiler to build the development version: if you're on
Windows, it's easiest to use Visual Studio 2010 for Python 3.3, or 2008 for
most other recent Python versions. The free 'Express' versions work for
this.
>
> Hope that helps,
> 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
>
------------------------------------------------------------------------------
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