I installed PyScript to try it out but it just wont start. It only gives me the error: "Error126: Could not open Dll "python26.dll" followed by: "Python could not be properly initialized. We must quit."

I think this may have something to do with the PYTHONPATH but since I'm a newbie and dont know what it is or exactly what to put in the PYTHONPATH, after some googling, I ask here.

Also, when I tried to install wxPython it was impossible becouse the PYTHONPATH could not be found.(Just a side note)

link|improve this question

1  
PyScript (sourceforge.net/projects/pyscript/files) and Pyscripter (code.google.com/p/pyscripter) are very different applications – joaquin Apr 17 '10 at 15:47
feedback

2 Answers

up vote 6 down vote accepted

Edit: PyScripter don't need wxPython to run that.

and Looks like you have 64bit python, according to your comment.

but pyscripter site says, you need 32 bit version of python

If you are using a 64bit version of Windows note that PyScripter will only work if a 32bit version of Python is installed.

So, only the way is you need to download/install 32 bit python and run pyscripter after that.

or

You might want to try out ulipad which works with 64 bit python and wxPython 64 bit.

link|improve this answer
How do I kow if i have unicode or not? Is it always unicode now? This confused me a bit. – Alex Apr 17 '10 at 15:33
Installed 64-bit version and it worked! Thanks! Now to the pyscripter problem. It refuses to start. – Alex Apr 17 '10 at 15:43
The questions is about PyScript, not PyScripter. In any case PyScripter is written in Delphi and doesnt need wxPython as far as I know – joaquin Apr 17 '10 at 15:45
Well i ment pyscripter, sorry... Fixed the title. – Alex Apr 17 '10 at 15:46
1  
Made it work by installing 32-bit version. – Alex Apr 17 '10 at 16:25
show 4 more comments
feedback

Install python. should solve all your problems..

link|improve this answer
Installed python 2.6 from python.org instead but pyscripter still doesn't work. – Alex Apr 17 '10 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.