On 05/19/2013 09:30 PM, Jim Mooney wrote:
Still puzzling on imports.
I have the jimlib module in Lib with the proper __init__.py . Inside
it is the program bark.py, with data item zarf that contains string
'fraz'
It also contains the function barker.
def barker():
print 'bark, bark'
If I
Still puzzling on imports.
I have the jimlib module in Lib with the proper __init__.py . Inside
it is the program bark.py, with data item zarf that contains string
'fraz'
It also contains the function barker.
def barker():
print 'bark, bark'
If I do the below everything works:
from jimlib i