Posts

Showing posts from 2013

System Setup for Python, PyDev and Eclipse

Follow these steps to set up your Eclipse development environment for developing Python programs. You should do this only when you have enough time to reasonably wait for all the downloads and installations to complete. Contents/Steps:     Installing the Python 3.2/3.3 Interpreter     Installing the Eclipse IDE     Initializing your Eclipse Workspace     Installing the PyDev Python Development Plugin for Eclipse     Configuring PyDev and Eclipse to work Python 3     Saving Orphan .pyc Files: Critical PyDev Configuration Step     Validating Installation of Python 3 and PyDev under Eclipse     Running the PyDev debugger and Python 3 under Eclipse Install Python 3.2/3.3 This quarter's project only works with Python version 3.2 and 3.3. If you have installed a newer version, you must additionally get Python 3.2 or 3.3 and make sure to use it for anything project related. If you do not follow this warning, you will get errors when you run the project complaining about a "bad magic

Syntax error on print with Python 3

I'm trying to do a brief tutorial with Python and I can't make it work. I downloaded 3.3.2 and I typed "print "Hello, World!" It highlights the lattermost quotation mark ("Hello, World! " ) and says "SyntaxError: invalid syntax". I don't know what to do to fix it and I'm completely inept with most things computer-related. Any and all assistance would be awesome. This is definitely a duplicate - print() is now a function as of Python3 and the issue would be resolved by adding parentheses. type: print ( "Hello World" ) Read the docs! :)  

Yahoo Messenger cannot Login

Image
in several days, I get problem with my Yahoo Messenger. I can’t login, but I can login with my mobile device and use ebuddy in my notebook. Actually, yahoo give you information like picture on top, unfortunatelly, is not helping. make me confuse, because when I click troubleshoot button, he guest I use internet connection with proxy, but I didn’t use proxy. first, I try to fix my registry, in other case, any people success doing that, but I didn’t. So I try reinstall YM, but still cannot login. I try uninstall, restart my computer and reinstall again, still get a problem. so, I check IE. I don’t know, why Yahoo use IE to follow setting for internet connection. event you didn’t use it as default browser (I use mozilla firefox as default browser). I try to clear cache, still not success. last, I open IE, go to Internet Option and click tab advanced, and try reset IE setting. and hurray…. after that, I can login again…… --- artha Nugraha Jonar ---

My First Post

I'll be using this blog to keep track of new stuff I'm learning with   PHP, Extjs,4D, Wakanda, Web Development, code snippets, hints & tips  that I can't find easily documented.