On Fri, 10 Jan 2014 11:38:32 -0800 (PST), bryan.kardi...@gmail.com
wrote:
It's in the following directory on my machine
C:\workspace\PyFoo\src\foo
In that folder is __init__.py (created automatically) and foo.py
foo.py looks like this
class foo():
Ned has pointed out your path prob
On 1/10/14 2:38 PM, bryan.kardi...@gmail.com wrote:
I'm new to python and am trying to just get some basic stuff up and going.
Welcome!
I have a very basic module called foo
It's in the following directory on my machine
C:\workspace\PyFoo\src\foo
In that folder is __init__.py (created auto
I'm new to python and am trying to just get some basic stuff up and going.
I have a very basic module called foo
It's in the following directory on my machine
C:\workspace\PyFoo\src\foo
In that folder is __init__.py (created automatically) and foo.py
foo.py looks like this
class foo():
de