About 52 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. PyScripter always says: "Python could not be properly initialized. We ...

    PyScripter always says: "Python could not be properly initialized. We must quit." Ask Question Asked 8 years, 9 months ago Modified 7 years, 10 months ago

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

    May 24, 2024 · Pyscripter: Can't change the path with site packages Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 48 times

  5. Changing PyScripter to work with different Python Versions

    go to the pyscripter shortcut : right click then select Properties, add the option to the target : --PYTHONXX wherein XX the Python version. ex : "C:\Program Files\PyScripter\PyScripter.exe" - …

  6. How to run a 'venv' from Pyscripter 3.6.1 (using Python 3.7.4)

    Oct 11, 2019 · The 32-bit version of PyScripter works on both 32-bit and 64-bit Windows with 32-bit versions of Python." I am using 64-bit Windows, 64-bit PyScripter, and 64-bit Python. Given that …

  7. 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 …

  8. PyScripter for Python 2.7 - Stack Overflow

    Jul 20, 2010 · How to run PyScripter if you have Python 2.7 installed? There is a command line parameter for Pyscipter to tell it which pythonXX.dll to use, but I can't get this working.

  9. python - Using pip install within PyScripter - Stack Overflow

    Aug 22, 2016 · Using pip install within PyScripter Ask Question Asked 9 years, 6 months ago Modified 3 years ago

  10. Command to clean screen in PyScripter? - Stack Overflow

    Dec 6, 2012 · Is there a single command to clean the screen of the Python Interpreter every time one runs a code in PyScripter? thanks,