Whenever creating a new folder/module put a blank __init__.py in it. This is required if you want to import from this module into another file.
Thursday, August 16, 2012
Whenever creating a new folder/module put a blank __init__.py in it
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Very good guide.. http://greeennotebook.com/2010/06/how-to-change-pythonpath-in-windows-and-ubuntu/ H ow to Change PYTHONPATH in Windo...
-
If you've used editors like Notepad++ for programming you must've noticed how helpful it is to have the indentation lines displayed...
-
This usually happens if you $ python manage.py runserver 8000 and then don't stop the server by hitting Cntrl+C but hit something li...
-
So I've been trying to figure out the format of the 'date_added' field in the Chrome Bookmarks file. e.g. 13024882639633631 A...
-
If while attempting to do a 'git svn clone...' you get the error git: 'svn' clone is not a command .. you simply need to...
No comments:
Post a Comment