This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pat.Le.Cat
Recipients Pat.Le.Cat
Date 2014-06-22.09:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403430319.18.0.88823345983.issue21799@psf.upfronthosting.co.za>
In-reply-to
Content
**Missing Python34.dll in installation**

Okay it's getting more interesting. I downloaded Python 3.4 windows x64 binary and extracted the DLLs and suddenly I discovered that release 3.4.1 is missing the Python34.dll !! :-O

Once I link against the python34.dll from mingw/gcc then it compiles fine :D (the 77kb from the python3.dll seemed too small anyhow ;) )

Now I have the similar error at runtime as with MSVC-2013:
C:\Development\xxx\Testo1\Snakes\Release>Snakes.exe multiply multiply 3 2
Fatal Python error: Py_Initialize: unable to load the file system codec
ImportError: No module named 'encodings'


Now the question remains what "unicode" module python is complaining about?!?
History
Date User Action Args
2014-06-22 09:45:19Pat.Le.Catsetrecipients: + Pat.Le.Cat
2014-06-22 09:45:19Pat.Le.Catsetmessageid: <1403430319.18.0.88823345983.issue21799@psf.upfronthosting.co.za>
2014-06-22 09:45:19Pat.Le.Catlinkissue21799 messages
2014-06-22 09:45:18Pat.Le.Catcreate