Skip to content

Instantly share code, notes, and snippets.

@kapilt
Created April 13, 2010 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilt/364795 to your computer and use it in GitHub Desktop.
Save kapilt/364795 to your computer and use it in GitHub Desktop.
kapil@kapil-laptop:~/tools$ ls python/lib/python2.5/site-packages/pida/ui/
besttextview buttons.pyc gtkforms.pyc icons.pyc interfaces.pyc objectlist.py popupwindow.py splash.py uimanager.py widgets.py
books.py dropdownmenutoolbutton.py htmltextview.py __init__.py languages.py objectlist.pyc popupwindow.pyc splash.pyc uimanager.pyc widgets.pyc
books.pyc dropdownmenutoolbutton.pyc htmltextview.pyc __init__.pyc languages.pyc paneds.py prioritywindow.py terminal.py views.py window.py
buttons.py gtkforms.py icons.py interfaces.py moo_stub.so paneds.pyc prioritywindow.pyc terminal.pyc views.pyc window.pyc
kapil@kapil-laptop:~/tools$ . python/bin/activate
(python)kapil@kapil-laptop:~/tools$ python
Python 2.5.4 (r254:67916, Sep 20 2009, 10:05:43)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pida.ui.moo_stub
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named moo_stub
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment