About 112,000 results
Open links in new tab
  1. How to change the version of python that pyscripter uses

    I am using pyscripter and have been for a while whilst learning. I am now going through an online course which is taught in 2.6, yet my pyscripter uses the latest. I need to know how to change it to use an …

  2. python - Pyscripter Download - Stack Overflow

    I am trying to download PyScripter on Windows 10. First time round I went into the official Python site downloaded Python 3.5.1 and got PyScripter with it and I'm thinking that all is fine with the...

  3. Which version of python do I have to download for pyscripter?

    PyScripter supports all python versions from 2.5 up to 3.7 both 32-bit and 64-bit. Just make sure you use the 32-bit version of PyScripter with 32-bit versions of Python and the 64-bit version of PyScripter …

  4. Pyscripter: Can't change the path with site packages

    May 24, 2024 · I tried adding/replacing the path then running the script again, and for whatever reason PyScripter is defaulting the original path back and the import error persists.

  5. Changing PyScripter to work with different Python Versions

    I'm using PyScripter for writing python programs and I can't figure out how to make it work with Python26 on my computer. When I installed ArcGIS, by default it installs Python26.

  6. PyScripter always says: "Python could not be properly initialized. We ...

    PyScripter always says: "Python could not be properly initialized. We must quit." Asked 8 years, 5 months ago Modified 7 years, 7 months ago Viewed 6k times

  7. How to change pyscripter to use Python installed in non-standard ...

    I'm trying configure PyScripter 2.5.3 to use a version of Python that is installed in a non-standard install location (i.e., c:\MyProj\Python27). NOTE: I also have ActivePython 26 and 27 also installed, in the …

  8. How do I make PyScripter work? Says it cant find python26.dll

    May 24, 2014 · 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 …

  9. How can I use "pip install" when using PyScript? - Stack Overflow

    Mar 14, 2023 · ModuleNotFoundError: No module named 'openai' any idea how I can install it just on the html file? I tried to find out how to use: pip install openai , but I dont know how to run bash …

  10. python - PyScript not displaying output - Stack Overflow

    Sep 15, 2024 · print ("1") ''' Both the HTML and the Python file, as well as the pyscript.json file are store in the same folder on a server (vivliosyn.com /Python). However, I am not getting the Python file …