LionHeart123 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

pyscripter does not work if python interpreter could not be found #586

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Move python to some unique folder
2. Install pyscripter
3. launch pyscripter

What is the expected output? What do you see instead?

expected output - pyscripter window

I see the assert "python could be properly initialized. We must quit" instead

What version of the product are you using? On what operating system?

PyScripter 2.4.3 on Windows 7

I have no chance to set my own python folder if I use different versions of 
python in different folders.

Original issue reported on code.google.com by yuri...@gmail.com on 13 Dec 2011 at 12:02

GoogleCodeExporter commented 9 years ago
python 2.6.6

Original comment by yuri...@gmail.com on 13 Dec 2011 at 12:07

GoogleCodeExporter commented 9 years ago
To use PyScripter with an unregistered version of python you need to use the 
--PYTHONXX and --PYTHONDLLPATH command-line parameters.

Please see 
http://code.google.com/p/pyscripter/wiki/FAQ#How_do_I_use_PyScripter_with_Portab
le_%28Movable%29_Python?

Original comment by pyscripter on 13 Dec 2011 at 1:24

GoogleCodeExporter commented 9 years ago
Thanks, now it works.
It is a cool hack :) no chance to guess.

Original comment by yuri...@gmail.com on 16 Dec 2011 at 11:46