[Chandler-dev] Doubt in Chandler extension tutorial for feeds
parcel
Jeffrey Harris
jeffrey at osafoundation.org
Sat May 20 11:08:32 PDT 2006
Hi Darshana,
> I am trying to do the Chandler Extension Tutorial on
> http://chandler.osafoundation.org/docs/0.6/feeds-tutorial.html .
> And I am having trouble in the Data Description part of it which is in
> the very beginning. I created the Python files channels.py and _init_.py
> in the feeds dir.
I haven't tried the feeds tutorial lately, so it may well be broken.
However, one quick thing you could double check is whether you really
created the file _init_.py (what you typed in your message), or
__init__.py (note there are two underscores on either side). That magic
file, with both underscores, is essential for Python to recognize a
folder as a package.
Sincerely,
Jeffrey
More information about the chandler-dev
mailing list