Posts tagged ‘Eclipse’
Updating your version of PyDev in Eclipse…
So I have hated PyDev as it crashed all the time, but after looking at their website I found out that the version in ubuntu is rather outdated.
Here is how I updated my version, it’s not to hard at all.
First I removed PyDev from my computer with synaptic.
Then use sudo eclipse to run eclipse as root.
Then I went to “Help—>Software Update—>Find and Install…”
From there I select “Search for new features to install…” and click next. (I hate next buttons.)
From there I click on new remote site and enter…
“http://pydev.sourceforge.net/updates/” and give it a name, anything you like.
It then asked to install the software I clicked on what I could, all but one, and it installed.
So far not crashed, but it’s not fully tested yet.
Hopefully this will be a big improvement.
The website for PyDev is…http://pydev.sourceforge.net
Have fun wit’ dat.
Ok OK Eclipse, well yah, it’s sucking again…
I don’t mind it that much. Infact I may keep it around for a while, but mad it crashes all the time! And it’s random too, the only expected things is it may go off when I go to save or run my app. Very annoying. So a word to you beginners, keep it simple and stay outta eclipse!
I will be moving back to Geany once I clean out all them darn project files.
Giving Eclipse with Python Another try…
You know, I learned how to program in java on Eclipse. I knew that it was a pretty good program. I liked it, but hated the many steps to configure it and it seems way to much for a program that should edit just a few files.
I eventually moved to geany as it is fast and seems to get the job done just fine. Infact, I use it as my main editor for everything.
None the less, I live in a world of freedom and think I will give eclipse a try again.
To program in Python with Eclipse I installed the pydev package and let the package manager do the rest. After a whopping 380+ megs of downloads and a little wait on the install I was ready. I setup the environment in windows—>preferences and told it where to find python (weird, but it could at least make a guess or two.)
After that it worked just fine.
We will see if I keep this whale on my computer, I like that it can tell me obvious errors in my code and has nice code completion. They tell me other editors have it, but it’s certainly not like this.
Another aspect is that it starts glade up when I click on a glade file in the navigator, thankfully it’s smart enough to know to start that rather than try to edit it itself.
As an added note, I did setup and install pylint too. As it may help me stick to common programming practice… (Like tabs and such.)