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 vbr
Recipients vbr
Date 2007-09-05.18:20:05
SpamBayes Score 0.0544517
Marked as misclassified No
Message-id <1189016407.59.0.83312820482.issue1110@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered problems installing python 3.0 alpha 1 from the MSI 
installer supplied on the python download page (python-3.0a1.msi). 
If the advanced option of the installer ("compile .py files to bytecode 
after installation") is checked - the following message is shown
"There is a problem with this Windows installer package. A program run 
as part of the setup did not finish as expected ..."
If I don't choose the option to compile files, the installation 
finishes without any visible errors.

The result is in both cases the same however. After calling python.exe 
it shows the version info etc. in the interactive prompt, but it 
doesn't "respond" in any way.
e.g.
>>> 1+1
object  : RuntimeError('lost sys.stdout',)
type    : RuntimeError
refcount: 4
address : 00A65BD0
lost sys.stderr
>>> 

Running of any .py file doesn't work either.

My system is Win XPh SP2 Czech (the same on Win XPp SP2 Czech).

Could possibly the Czech windows version/ language setting/ locale/ 
timezone or whatever be the problem (as there were some problems 
reported with the manual compilation on German or Polish Winsows-
systems)?

Or am I missing something trivial?

Thanks,
 Vlastimil Brom
History
Date User Action Args
2007-09-05 18:20:07vbrsetspambayes_score: 0.0544517 -> 0.0544517
recipients: + vbr
2007-09-05 18:20:07vbrsetspambayes_score: 0.0544517 -> 0.0544517
messageid: <1189016407.59.0.83312820482.issue1110@psf.upfronthosting.co.za>
2007-09-05 18:20:07vbrlinkissue1110 messages
2007-09-05 18:20:05vbrcreate