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 vstinner
Recipients Arfrever, Jurko.Gospodnetić, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-03-11.10:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394532072.63.0.819067011432.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
>> I cannot reproduce your issue
> Meaning you do not have the environment set up for this or that
> you tried it and it worked for you?

I mean that executing the following lines in Python doesn't fail:
---
print("Hello world")
import configparser
---

It's specific to cx_Freeze and unrelated to this issue.
History
Date User Action Args
2014-03-11 10:01:12vstinnersetrecipients: + vstinner, barry, rhettinger, pitrou, larry, christian.heimes, Arfrever, r.david.murray, Jurko.Gospodnetić, python-dev, eric.snow, serhiy.storchaka
2014-03-11 10:01:12vstinnersetmessageid: <1394532072.63.0.819067011432.issue20784@psf.upfronthosting.co.za>
2014-03-11 10:01:12vstinnerlinkissue20784 messages
2014-03-11 10:01:12vstinnercreate