Aptana server currently unavailable - python

I am a complete newbie to all of this so please be gentle. I am trying to learn python and have started to follow exercises from Lynda.com. The video I am watching suggests to download Aptana Studio 3.6.1 to use with Python. I have downloaded and installed it however upon opening the Aptana Studio start page keeps coming up with the following error:
Server Currently Unavailable.
I have been trying to find a solution but have had no such luck. I am hoping one of you might be able to help.
Just a reminder I am completely new to this so please explain everystep as simply as possible.
Thank you for any help or advice you can give me.

Related

Python uninstaller doesn't actually delete anything

I'm new to stack overflow and I just started learning programming (python).
There has been a problem for the past few months that stops me from uninstalling version 3.10.7 of python.
Basically when going to the .exe python setup program (python-3.10.7-amd64) and clicking uninstall it says that the process is done without actually doing anything and without the uninstall bar filling.
I tried various things I found on the internet or in some forums but I couldn't solve the problem and the python.org support wasn't much help either.
Feel free to ask for more details in case you need it.

Error when downloading Pyterrier on VsCode

I am currently wanting to download Pyterrier for a project i'm working on I have spent hours trying to fix this issue and have no clue how to resolve it.
Here is what the error that keeps coming up is, I have downloaded java but don't know what seems to the be issue or how to resolve it.
If anyone has advice please let me know I would be very greatful.
unable to determine jdk_home
Please check whether Java_JDK and JRE is installed.
You can refer to this issue and try to run the command as administrator.

Error while running exe after generating via autopytoexe

I got error of "config.py is missing " when I run the exe which was generated with the help of auto-py-to-exe package. Please help me in this regard. Actually I am working on face swapping project by using opencv and python. I am new developer and I am also new to stack overflow. Your help will be valuable for me. I spent weeks to solve this problem. If you need any type of clarification I will provide about the project.

Im not able to see modules in help list in PyCharm

im a newbie in python and for now im creating a discord bot. I watch some tutorials on YouTube from a guy who does the same thing but in Microsoft Visual Studio Code, i work in PyCharm. And you know how there is the thing that helps you with a list of all things you can type next. That guy has modules included too but i dont and i would like to know how im able to turn it on. Thank you for help
My code:
His code:
I'm not sure I understand your quastion but if i got it right you need to install those packeges with pip. try to write pip install and the librerys you need to use in the cmd

Error While Opening Django Shell - Python Interactive Window in Visual Studio

I just wanna mention that i'm just learning python & django so i'm a newbie and i need help.
Sorry if my question is dumb.
Here is my problem -
I was following the lesson - https://mva.microsoft.com/en-US/training-courses/developing-websites-using-python-and-django-11415?l=uw7LHeEJB_5304300477
And i tried opening the python interactive window by Right Clicking On DatabaseFun (My project name from solution explorer) > Python > Open Django Shell
And the Django Management Console -DatabaseFun windows opens up with error :
" Python interactive window. Type $help for a list of commands.
An internal error has occurred in the Interactive window. Please restart Visual Studio. "
And the Django Management Console -DatabaseFun window seems to be disconnected
Additional Details -
I've installed Python 3.5 - 32bit
Visual Studio 2015
Screenshots -
View post on imgur.com
Please Help , I'm struck for almost 10hours.
Sorry if i don't really answer your question but i suggest that you change the tools you are using.
IMO Visual Studio is far from good to code in python.
If you're a beginner and really want to use an IDE you could try PyCharm otherwise, a simple text-editor (SublimeText, Vim, Emacs) and a command-line are all you need.
You'll learn more, and will get rid of bug caused by your IDE (like the one you're having now).
Actually the error seems to be with the PTVS 2.2 as suggested by a github member i updated it to PTVS 2.2.2 which was released few days ago and the error disappeared.
https://github.com/Microsoft/PTVS/releases/tag/v2.2.2
Just wanna post this answer so that it may be useful for someone (haven't seen many answers for Visual Studio errors) .

Categories